Releases: sequelize/sequelize-typescript
Releases · sequelize/sequelize-typescript
v2.1.6
v2.1.5
v2.1.4
v2.1.3
What's Changed
- Fix sequelize/types/lib/hooks path by @mystylelee in #1202
- build(deps-dev): bump prettier from 2.4.1 to 2.5.1 by @dependabot in #1176
- build(deps): bump node-fetch from 2.6.5 to 2.6.7 by @dependabot in #1203
- build(deps-dev): bump mysql2 from 2.3.0 to 2.3.3 by @dependabot in #1204
- build(deps-dev): bump dev dependencies by @lukashroch in #1205
New Contributors
- @mystylelee made their first contribution in #1202
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
v2.1.0
sequelize-typescript 0.6.0
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:
sequelize-typescript 0.5.0
sequelize-typescript 0.4.0
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: