Skip to content

Releases: cyjake/leoric

v2.1.0

17 Feb 07:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.1.0

v2.0.4

16 Feb 09:12
Compare
Choose a tag to compare

What's Changed

  • fix: fix unit test error by @LB4027221 in #269
  • fix: attribute.defaultValue should be set when init attributes by @cyjake in #271

Full Changelog: v2.0.3...v2.0.4

v2.0.3

11 Feb 10:53
Compare
Choose a tag to compare

What's Changed

  • fix: default updatedAt to new date if model has no createdAt by @LB4027221 in #268

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

10 Feb 08:14
Compare
Choose a tag to compare

What's Changed

  • fix: order by alias should not throw by @cyjake in #255
  • fix: fix #257 DataType.uncast should skip Raw type at type checking by @JimmyDaddy in #258
  • docs: async function in transaction by @cyjake in #259
  • fix: fixed #256 static create instance should check all default attri… by @JimmyDaddy in #262
  • fix: fix #260 UPDATE with LIMIT and ORDER should be formatted(mysql only) by @JimmyDaddy in #261
  • refactor: keep the UPDATE ... ORDER BY ... LIMIT to mysql driver by @cyjake in #264
  • fix: fix #263 upsert attributes should use defaultValue while there i… by @JimmyDaddy in #265
  • fix: fix restore Error Undefined attribute "deletedAt" by @JimmyDaddy in #267
  • fix: type checking adaption by @JimmyDaddy in #266

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Jan 04:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.1...v2.0.1

v2.0.0

28 Dec 04:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.1...v2.0.0

v1.15.1

28 Dec 02:54
Compare
Choose a tag to compare

What's Changed

  • fix: fix #242 date string format by @JimmyDaddy in #243
  • fix: update with empty conditions by @JimmyDaddy in #241
  • fix: silent option's priority should be lower than valueSet by @JimmyDaddy in #244
  • fix: information_schema.columns.datetime_precision by @cyjake in #246
  • fix: should not hoist subquery if query is ordered by external columns by @cyjake in #247

Full Changelog: v1.15.0...v1.15.1

v1.15.0

22 Nov 02:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.4...v1.15.0

v1.14.4

15 Nov 08:59
Compare
Choose a tag to compare

What's Changed

  • test: PostgreSQL v14 test case compatibility by @cyjake #230
  • fix: turn off subquery optimization if query criteria contains other column by @cyjake #229
  • fix: bone.changed() return false | string[] type by @fengmk2 #231

Full Changelog: v1.14.3...v1.14.4

v1.14.3

12 Nov 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v1.14.3