Skip to content

Releases: sequelize/sequelize-typescript

v2.1.6

Choose a tag to compare

@WikiRik WikiRik released this 24 Nov 19:47

Bug Fixes

v2.1.5

Choose a tag to compare

@lukashroch lukashroch released this 17 Oct 09:12
78e925b

Bug Fixes

  • deps: revert to glob@7.2.0 for sequelize@6 & node@10 compatibility (#1479) (7c8eea7)

v2.1.4

Choose a tag to compare

@lukashroch lukashroch released this 15 Oct 18:50
f1354a4

Bug Fixes

v2.1.3

Choose a tag to compare

@lukashroch lukashroch released this 16 Feb 13:20
07f4371

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

Choose a tag to compare

@theoludwig theoludwig released this 04 Jan 05:50
9f1d033

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

Choose a tag to compare

@lukashroch lukashroch released this 10 Oct 18:38
ea006fc

Bug Fixes

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

v2.1.0

Choose a tag to compare

@theoludwig theoludwig released this 15 Feb 12:46
f3ee651

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

sequelize-typescript 0.6.0

Choose a tag to compare

@RobinBuschmann RobinBuschmann released this 02 Dec 13:45

Features:

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:

sequelize-typescript 0.5.0

Choose a tag to compare

@RobinBuschmann RobinBuschmann released this 14 Sep 18:02

Features:

Bugfixes:

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

Special thanks to all contributors of this release:

sequelize-typescript 0.4.0

Choose a tag to compare

@RobinBuschmann RobinBuschmann released this 09 Aug 17:31

Features:

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: