Skip to content

Releases: willsoto/nestjs-objection

v6.0.0

09 Oct 19:34
9dc72aa
Compare
Choose a tag to compare

6.0.0 (2021-10-09)

Bug Fixes

  • package: bump dependencies (9dc72aa)

Features

BREAKING CHANGES

  • Knex and Objection both have breaking changes, so this
    will too.

Signed-off-by: Will Soto [email protected]

v6.0.0-next.1

03 Sep 23:24
a646e1d
Compare
Choose a tag to compare
v6.0.0-next.1 Pre-release
Pre-release

6.0.0-next.1 (2021-09-03)

Features

BREAKING CHANGES

  • Knex and Objection both have breaking changes, so this
    will too.

Signed-off-by: Will Soto [email protected]

v5.1.0

19 Jul 11:55
v5.1.0
f53b038
Compare
Choose a tag to compare

See changelog for details.

v5.0.0

05 Mar 12:58
v5.0.0
1212aa1
Compare
Choose a tag to compare
chore(release): 5.0.0

v4.0.2

27 Aug 18:54
93666a7
Compare
Choose a tag to compare

Bug Fixes

  • knex: set knex dependency range to >= since it is not stable yet (46d991c)

v4.0.1

27 Aug 18:44
57c05ca
Compare
Choose a tag to compare

v4.0.0

27 Aug 18:21
Compare
Choose a tag to compare
Chore(deps-dev): Bump prettier from 2.1.0 to 2.1.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.0...2.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

v3.2.0

28 Jul 22:48
Compare
Choose a tag to compare

Features

  • core: add onApplicationShutdown hook (668bc8e)
  • core: switch to BeforeApplicationShutdown hook (214e620)

v3.1.0

11 Jul 13:35
8e6e631
Compare
Choose a tag to compare

Features

  • core: add onApplicationShutdown hook (64e5d50)

v3.0.0

10 Jul 12:48
6bba6e1
Compare
Choose a tag to compare

Chores

  • module: remove deprecated forRoot and forRootAsync methods (6bba6e1)

Features

BREAKING CHANGES

  • module: forRoot and forRootAsync methods no longer exist.
    Please start using register and registerAsync instead.