Sequelize Typescript Versions Save

Decorators and some other features for sequelize

v2.1.6

5 months ago

Bug Fixes

v2.1.5

1 year ago

Bug Fixes

v2.1.4

1 year ago

Bug Fixes

v2.1.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobinBuschmann/sequelize-typescript/compare/v2.1.2...v2.1.3

v2.1.2

2 years ago

Bug Fixes

  • use custom decorator on column have a property descriptor (#1070) (7ce03de)
  • validators: allow any values for isIn/notIn (#1124) (d25b392)

v2.1.1

2 years ago

Bug Fixes

  • model: adjust init method to recently introduced sequelize type changes (b60c011)

v2.1.0

3 years ago

Initial release with Changelog.

Bug Fixes

  • allow $set null (remove association) (#774) (ffe1c78)
  • model associations methods to reflect sequelize v6 (#888) (6b1e3ff)
  • typeof Model errors by using typeof Model generics (#900) (b865840)

Features

v0.6.0

6 years ago

Features:

  • Type inference for static Model methods #189 (thanks to @schmod)
  • Glob functionality #181 (thanks to @victorivens05)
  • npm5 git support #202 (thanks to @intellix)
  • ThroughOptions for n:m relations #122 and #186
  • Complete rewrite of association implementation #186

Bugfixes:

  • Symbols now working in Scope options #210
  • Global default table options know working properly #156
  • Some minor bug fixes (e.g. declaration files)

Special thanks to all contributors of this release:

  • @schmod
  • @victorivens05
  • @intellix
  • @bilby91
  • @natesilva
  • @skarahoda

v0.5.0

6 years ago

Features:

  • Hook decorators #101 see here (thanks to @natesilva)
  • URI connection string support #79 and #120 (thanks to @kukoo1, @bilby91)
  • Support for all UUID versions #92 (thanks to @izikl)

Bugfixes:

  • Some minor bug fixes (e.g. declaration files)

Special thanks to all contributors of this release:

  • @natesilva
  • @bilby91
  • @kukoo1
  • @izikl
  • @AlbertLochmueller

v0.4.0

6 years ago

Features:

  • Additional associations options #42 see here (thanks to @HackedByChinese)
  • Optimistic locking option #75 (thanks to @hiradimir, @IzikLisbon)

Bugfixes:

  • Issue when extending models #74
  • Some scope issues: #70, #43
  • Global define options did not work #68
  • Some other minor bug fixes (e.g. declaration files)

Special thanks to all contributors of this release:

  • @snewell92
  • @HackedByChinese
  • @BruceHem
  • @ElisaBaum
  • @imposibrus
  • @kingjerod
  • @hiradimir
  • @izikl