Skip to content

Releases: cyjake/leoric

v2.3.1

22 Mar 12:11
Compare
Choose a tag to compare

What's Changed

  • fix: mysql2 Invalid Date compatible by @JimmyDaddy in #291
  • fix: order by raw in sequelize mode by @JimmyDaddy in #292
  • fix: bulk update query conditions duplicated in sequelize mode by @JimmyDaddy in #293
  • fix: bulk destroy query conditions duplicated in sequelize mode by @JimmyDaddy in #295
  • fix: drop column if not defined in attributes when alter table by @cyjake in #296

Full Changelog: v2.3.0...v2.3.1

v2.3.0

10 Mar 04:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.3.0

v2.2.3

01 Mar 11:50
Compare
Choose a tag to compare

What's Changed

  • fix: normalize attribute defaultValue by @cyjake in #285
  • fix: instance beforeUpdate hooks should not modify any Raw if there are no Raw assignment in them by @JimmyDaddy in #283

Full Changelog: v2.2.2...v2.2.3

v2.2.2

28 Feb 10:37
Compare
Choose a tag to compare

What's Changed

  • fix: tddl gives misleading information_schema.columns.table_name by @cyjake in #284

Full Changelog: v2.2.1...v2.2.2

v2.2.1

24 Feb 08:08
Compare
Choose a tag to compare

What's Changed

  • fix: realm.DataTypes should be invokable by @cyjake in #282

Full Changelog: v2.2.0...v2.2.1

v2.2.0

24 Feb 07:01
Compare
Choose a tag to compare

What's Changed

  • fix: add missing password field for ConnectOptions by @luckydrq in #280
  • feat: integer types (mostly mysql specific) by @cyjake in #281

Full Changelog: v2.1.1...v2.2.0

v2.1.1

23 Feb 03:00
Compare
Choose a tag to compare

What's Changed

  • fix: fix #274 update with fields option by @JimmyDaddy in #275
  • fix: upsert should set createdAt by default while createdAt not set by @JimmyDaddy in #277
  • fix: previousChanges should check instance is new record or not while specific attributes' values were undefined by @JimmyDaddy in #276
  • feat: add types for realm by @luckydrq in #278

New Contributors

Full Changelog: v2.1.0...v2.1.1

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