Skip to content

Releases: cyjake/leoric

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

v2.4.1

27 Apr 03:19
Compare
Choose a tag to compare

What's Changed

  • fix: realm.Bone.DataTypes should be invokable, Invokable.TYPE.toSqlString() get wrong default length(1), DataType definitions by @JimmyDaddy in #307

Full Changelog: v2.4.0...v2.4.1

v2.4.0

24 Apr 05:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.3.2

15 Apr 08:32
Compare
Choose a tag to compare

What's Changed

  • fix: order by raw with mix-type array in sequelize mode by @JimmyDaddy in #298
  • docs: monthly updates and example about egg-orm usage with TypeScript by @cyjake in #299
  • docs: monthly updates in en & docmentation about typescript support by @cyjake in #300
  • fix: raw query should format replacements with extra blank by @JimmyDaddy in #301
  • docs: elaborate on querying by @cyjake in #302
  • feat: transaction should return result by @JimmyDaddy in #303

Full Changelog: v2.3.1...v2.3.2