Releases: cyjake/leoric
Releases · cyjake/leoric
v2.8.0
What's Changed
- feat: refactor type definitions to export SequelizeBone, complete spell type definitions and fix index hints logic by @JimmyDaddy in #337
- fix: throw error if token is not expected when parse expr by @cyjake in #338
Full Changelog: v2.7.3...v2.8.0
v2.7.3
v2.7.2
What's Changed
- Update associations.md by @dxhuii in #331
- refactor: refactor type definitions and fix unique not work in columnOptions by @JimmyDaddy in #332
- fix: declare more exported functions such as isBone and heresql by @cyjake in #333
- fix: INTEGER like data type and STRING extra options didn't work in polymorphism, fix decorators ColumnOptions.type to support invokable by @JimmyDaddy in #334
New Contributors
Full Changelog: v2.7.1...v2.7.2
v2.7.1
v2.7.0
What's Changed
- fix: glue code for opts.dialectModulePath by @cyjake in #326
- fix: primaryKey in upsert values should be validate in sqlite and postgres by @JimmyDaddy in #328
- feat: change DataTypes to ts and complete decorators type definitions by @JimmyDaddy in #319
Full Changelog: v2.6.3...v2.7.0
v2.6.3
What's Changed
- fix: aggregator not parse null result by @killagu in #322
- test: switch the auth protocol of test mysql database by @cyjake in #323
- feat: add leoric_bone meta data to Bone by @JimmyDaddy in #324
- docs: fix declarations of findOne(primaryKey) & findOne({ $or }) by @cyjake in #325
Full Changelog: v2.6.2...v2.6.3
v2.6.2
v2.6.1
What's Changed
- build: switch to latest postgres by @cyjake in #316
- fix: fix [bug] init models with bone class should work #317 by @JimmyDaddy in #318
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- feat: support export sql query template in logger by @JimmyDaddy in #314
- fix: fix uncast date string without milliseconds error by jsCore in Android/iOS by @JimmyDaddy in #315
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- feat: support disconnect and fix timestamps init by @JimmyDaddy in #313
Full Changelog: v2.4.1...v2.5.0