Skip to content

Latest commit

 

History

History
337 lines (162 loc) · 14 KB

CHANGELOG.md

File metadata and controls

337 lines (162 loc) · 14 KB

8.1.2 (2023-09-29)

Bug Fixes

  • semantic-release: deal with rate limiting (fa84978)

8.1.1 (2023-09-29)

Bug Fixes

  • readme: update installation commands (67e0138), closes #1925

8.1.0 (2022-07-12)

Features

8.0.0 (2022-04-25)

Features

BREAKING CHANGES

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

7.2.0 (2022-03-14)

Features

7.1.0 (2022-02-28)

Features

7.0.0 (2022-01-17)

Features

  • knex: upgrade to Knex v1 (7109016)

BREAKING CHANGES

  • knex: Knex is upgraded to v1

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

6.3.0 (2021-11-30)

Features

  • add node-tests reusable workflow (96d4922)

6.2.0 (2021-11-28)

Features

6.1.0 (2021-11-15)

Features

  • releases: generate and commit changelog (e062b87)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.0 (2021-07-19)

⚠ BREAKING CHANGES

  • knex: Knex typings have changed a lot, so probably breaking for people until they upgrade

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

Features

Bug Fixes

  • automerge: make retry sleep 60 seconds (af328fa)

  • knex: upgrade to v0.95.x of Knex (c8dc357)

5.0.0 (2021-03-05)

⚠ BREAKING CHANGES

  • esModuleInertop is no longer used. Depending on how this module is imported, it could be a breaking change

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

Features

  • don't use esModuleInterop (728df76)

4.0.2 (2020-08-27)

Bug Fixes

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

4.0.1 (2020-08-27)

Bug Fixes

4.0.0 (2020-08-27)

⚠ BREAKING CHANGES

  • remove support for Nest v6 and Node <12

  • remove support for Nest v6 and Node <12 (d7506e8)

3.2.0 (2020-07-28)

Features

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

3.1.0 (2020-07-11)

Features

  • core: add onApplicationShutdown hook (668bc8e)

3.0.0 (2020-07-10)

⚠ BREAKING CHANGES

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

Features

  • support multiple connections (b95c77f), closes #684

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

2.2.0 (2020-05-23)

Features

  • lib: register and inject objection models (#637) (da8822f)

2.1.0 (2020-02-15)

Features

  • 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)

Bug Fixes

  • core: better condition for useClass and useExisting (da5dc49)

2.0.0 (2019-06-07)

Bug Fixes

  • ci: install python, make and g++ for all images (c96fab2)
  • core: guard against missing options (d04a68f)
  • core: mark Module as Global (6042ce9), closes #106

Features

refactor

  • rollup: remove CJS from outputs (aa3454e)

BREAKING CHANGES

  • rollup: no longer builds a CJS module, use UMD instead

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

1.1.0 (2019-03-16)

Features

1.0.4 (2019-02-24)

Bug Fixes

  • re-enable allowSyntheticDefaultImports for tests (ffe4bce)

1.0.3 (2019-02-24)

Bug Fixes

  • interfaces: allow synthetic default imports (c1074a4), closes #14
  • rollup: remove allowSyntheticDefaultImports (e860356), closes #14

1.0.2 (2019-02-14)

Bug Fixes

  • interfaces: allow synthetic default imports (a31468e), closes #14

1.0.1 (2019-02-10)

Bug Fixes

  • package: point main and module at the correct files (5dbfabb)

1.0.0 (2019-02-07)

Bug Fixes

  • package: remove duplicate typings script (2388553)

Code Refactoring

  • make knex.config required (0a40d73)

Features

  • ci: switch to GitLab CI (545f2ac)

BREAKING CHANGES

  • config is now required

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

0.3.2 (2019-02-06)

0.3.1 (2019-02-04)

0.3.0 (2019-02-04)

Bug Fixes

Features

  • workflow: add action for Publishing new releases (0ec837f)
  • workflow: add PR workflow for CI (99e3489)

0.2.1 (2019-02-04)

Features

  • add commitlint (5003674)
  • add standard-release for cutting releases (00c51a1)
  • all: initial commit (a7ec179)
  • package: add husky (ed44af0)
  • workflow: add main.workflow (9fbaa37)