Releases: cyjake/leoric
Releases · cyjake/leoric
v2.4.1
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
What's Changed
- feat: support custom driver by @JimmyDaddy in #304
- chore: update build status badge by @snapre in #305
- feat: export more ts type definitions and use deep-equal module by @JimmyDaddy in #306
New Contributors
Full Changelog: v2.3.2...v2.4.0
v2.3.2
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
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
What's Changed
- feat: model declaration with decorators by @cyjake in #287
- feat: add VIRTUAL data type by @JimmyDaddy in #289
- fix: create instance dirty check rule fix by @JimmyDaddy in #290
Full Changelog: v2.2.3...v2.3.0
v2.2.3
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
v2.2.1
v2.2.0
v2.1.1
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