Skip to content

🎊 Releases v8.1.7

Compare
Choose a tag to compare
@ljlm0402 ljlm0402 released this 29 Mar 12:42
· 88 commits to master since this release
081a66a
  • ✨ Add Feature

    • Add dotenv file management
    • Add npm update command reconfirmation
    • Add Makefile Build an image
  • 🐞 Fix Bug

    • Type 'User' is not assignable to type 'User[]'. knex template
    • make class-transformer compatible with swc
  • πŸ›  Refactoring Code

    • Remove import config module
    • Add import config by path
    • Fix DB_PORT, CORS_ORIGIN in .env file
    • Fix Entity create save in repositories
    • Fix NODE_ENV production, hpp(), helmet()
  • πŸ“¦ Uninstall Package

    • Uninstall config, @types/config
  • πŸ“š Fix Readme

    • Add Typegoose Documents
    • Fix npm run test may be shortened to npm test as it is an existing npm cli command
    • Add Contributors WhatIfWeDigDeeper, JagTheFriend
  • πŸŽ‰ New Template

    • Typegoose :: Define Mongoose models using TypeScript classes