Skip to content

Releases: Dominic-Preap/nest-core

v0.13.0

13 Sep 18:58
Compare
Choose a tag to compare
  • upgrade @nestjs to v8
  • upgrade husky to v7
  • add @nest/axios for HttpModule (Wowza, Sendbird, Social)
  • fix some errors and typo of typescript
  • fix deprecation of rxjs .toPromise() to lastValueFrom()
  • update dependencies in package.json
  • update plopfile on replace dependencies below
  • replace dependencies
    • twitter to twitter-api-v2
    • i18next-express-middleware to i18next-http-middleware
    • i18next-node-fs-backend to i18next-fs-backend
    • keycloak-admin to @keycloak/keycloak-admin-client
  • remove dependencies
    • @types/mongoose
    • @types/socket.io
    • @types/socket.io-redis

v0.12.1

26 May 03:51
Compare
Choose a tag to compare

v0.12.0

27 Mar 11:31
Compare
Choose a tag to compare
  • add BaseRepository in @lib/typeorm for custom raw query
  • add interfaces directory in @models
  • update jest configuration
  • update @lib/mongoose on deprecation warning
  • update printWidth option to 100 in .prettierrc
  • update linter to all files
  • update testing spec example in AuthModule
  • update @lib/sequelize using @nestjs/sequelize
  • update prefix Model to model class in @models
  • update sequelize controller
  • update SQL example files in @queries
  • update plopfile on sequelize and typeorm
  • remove ToArrayCreateLang, ToArrayUpdateLang in @lib/sequelize
  • remove sequelize.interfaces.ts in @lib/sequelize
  • remove unnecessary functions in user.model.ts
  • remove Cat, CatLocale and Language model in @models
  • remove rate-limiting.guard.ts in favor of nestjs/throttler
  • remove @types/callsite in package.json

v0.11.0

05 Feb 18:16
Compare
Choose a tag to compare
chore(): update to 0.11.0

v0.10.0

27 Dec 16:46
Compare
Choose a tag to compare
feat(module): add graphql-request module