Skip to content

Releases: cyjake/leoric

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

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