8.1.2 (2023-09-29)
- semantic-release: deal with rate limiting (fa84978)
8.1.1 (2023-09-29)
8.1.0 (2022-07-12)
8.0.0 (2022-04-25)
- upgrade to Knex 2.0 (d22ce9d)
- See Knex changelog for details https://github.com/knex/knex/releases/tag/2.0.0
Signed-off-by: Will Soto willsoto@users.noreply.github.com
7.2.0 (2022-03-14)
- upgrade packages (dc46cf8)
7.1.0 (2022-02-28)
- upgrade packages (13e35a0)
7.0.0 (2022-01-17)
- knex: upgrade to Knex v1 (7109016)
- knex: Knex is upgraded to v1
Signed-off-by: Will Soto willsoto@users.noreply.github.com
6.3.0 (2021-11-30)
- add node-tests reusable workflow (96d4922)
6.2.0 (2021-11-28)
- upgrade packages (eacd0eb)
6.1.0 (2021-11-15)
- releases: generate and commit changelog (e062b87)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.1.0 (2021-07-19)
- knex: Knex typings have changed a lot, so probably breaking for people until they upgrade
Signed-off-by: Will Soto willsoto@users.noreply.github.com
5.0.0 (2021-03-05)
- esModuleInertop is no longer used. Depending on how this module is imported, it could be a breaking change
Signed-off-by: Will Soto willsoto@users.noreply.github.com
- don't use esModuleInterop (728df76)
4.0.2 (2020-08-27)
- knex: set knex dependency range to >= since it is not stable yet (46d991c)
4.0.1 (2020-08-27)
- core: switch to using onApplicationShutdown hook (bdf4ea1), closes /github.com/nestjs/typeorm/blob/9b67355a1f2d6d2bb44c240239d637e79c89b7f5/lib/typeorm-core.module.ts#L35
4.0.0 (2020-08-27)
-
remove support for Nest v6 and Node <12
-
remove support for Nest v6 and Node <12 (d7506e8)
3.2.0 (2020-07-28)
- core: add onApplicationShutdown hook (668bc8e)
- core: switch to BeforeApplicationShutdown hook (214e620)
3.1.0 (2020-07-11)
- core: add onApplicationShutdown hook (668bc8e)
3.0.0 (2020-07-10)
- module: forRoot and forRootAsync methods no longer exist. Please start using register and registerAsync instead.
-
module: remove deprecated forRoot and forRootAsync methods (6bba6e1)
2.2.0 (2020-05-23)
2.1.0 (2020-02-15)
- deprecate forRoot and forRootAsync (5b2db23)
- dependabot: add dependabot config (ca6225a)
- package: add prettier-package-json (b1c8e93)
- package: upgrade all packages (97eb451)
- package: upgrade rollup and babel (ae2b433)
- core: better condition for useClass and useExisting (da5dc49)
2.0.0 (2019-06-07)
- ci: install python, make and g++ for all images (c96fab2)
- core: guard against missing options (d04a68f)
- core: mark Module as Global (6042ce9), closes #106
- ci: add node:12 to build matrix (51ce4f0)
- dockerfile: add node 12 dockerfile (57fd8cc)
- package: add volta (e49405a)
- package: update @nestjs/* to v6.3.1 (2581b45)
- package: update dependencies (2271091), closes #88 #89
- package: update dependencies (c19ea4b), closes #86 #87
- package: upgrade all dependencies (96c38c7), closes #81 #82 #83 #84 #85
- readme: Add modifyable key to health indicator (7e1a082)
- rollup: remove CJS from outputs (aa3454e)
- rollup: no longer builds a CJS module, use UMD instead
Signed-off-by: Will Soto willsoto@users.noreply.github.com
1.1.0 (2019-03-16)
1.0.4 (2019-02-24)
- re-enable allowSyntheticDefaultImports for tests (ffe4bce)
1.0.3 (2019-02-24)
- interfaces: allow synthetic default imports (c1074a4), closes #14
- rollup: remove allowSyntheticDefaultImports (e860356), closes #14
1.0.2 (2019-02-14)
1.0.1 (2019-02-10)
- package: point main and module at the correct files (5dbfabb)
1.0.0 (2019-02-07)
- package: remove duplicate typings script (2388553)
- make knex.config required (0a40d73)
- ci: switch to GitLab CI (545f2ac)
- config is now required
Signed-off-by: Will Soto willsoto@users.noreply.github.com
0.3.2 (2019-02-06)
0.3.1 (2019-02-04)
0.3.0 (2019-02-04)
- rollup: add @nestjs/common to globals (36a4003)
- workflow: actions cannot point at workflows (a1f1f51)