Skip to content

Releases: cyjake/leoric

v2.8.0

30 Aug 10:33
Compare
Choose a tag to compare

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

25 Aug 08:09
Compare
Choose a tag to compare

What's Changed

  • fix: should skip loading models that is loaded before by @cyjake in #335

Full Changelog: v2.7.2...v2.7.3

v2.7.2

24 Aug 11:33
Compare
Choose a tag to compare

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

24 Aug 06:41
Compare
Choose a tag to compare

What's Changed

  • fix: projects might have strictPropertyInitialization set to true by @cyjake in #329
  • fix: types for validate in Column decorator by @vagusX in #330

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

24 Aug 02:37
Compare
Choose a tag to compare

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

04 Aug 06:57
Compare
Choose a tag to compare

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

12 Jul 03:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

24 Jun 09:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

02 Jun 02:27
Compare
Choose a tag to compare

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

13 May 03:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.5.0