Releases: cyjake/leoric
Releases · cyjake/leoric
v2.9.1
What's Changed
- fix: fix Bone.create(values) params type definitions by @JimmyDaddy in #369
- chore: export Utility Type BoneInstanceValues by @JimmyDaddy in #370
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- fix:
tinytext
type error by @JimmyDaddy in #364 - fix: date strings should be parsed with system time zone considered by @cyjake in #365
- feat: support multiple level inherent by @JimmyDaddy in #366
- fix:
cast/uncast
STRING and TEXT with non-string type value, and some type definitions by @JimmyDaddy in #368
Full Changelog: v2.8.8...v2.9.0
v2.8.8
What's Changed
- fix: join query with select columns should include order columns by @cyjake in #360
- docs: support switchable dark theme, at web app level by @cyjake in #359
- fix: @column() should not tamper parent attributes directly by @cyjake in #362
- fix: bone.update({ deletedAt: null }) and likewise methods should work by @cyjake in #363
Full Changelog: v2.8.7...v2.8.8
v2.8.7
v2.8.6
What's Changed
- fix: new Realm({ sequelize: true }).Bone == Realm.SequelizeBone by @cyjake in #349
- fix: edge cases in attribute.equals() by @cyjake in #350
- fix: bone.attribute(name, value?) type infer with this[name] by @cyjake in #351
- fix: ts type definitions by @JimmyDaddy in #352
- fix: this.attribute(name) should fallback to Literal by @cyjake in #353
- fix: type definitions for columns constraint by @JimmyDaddy in #355
Full Changelog: v2.8.5...v2.8.6
v2.8.5
v2.8.4
v2.8.3
v2.8.2
What's Changed
- fix: AssociateOptions in HasMany, BelongdsTo decorators by @cyjake in #341
- fix: invokable dataType in decorators should work and dts fix by @JimmyDaddy in #342
Full Changelog: v2.8.1...v2.8.2
v2.8.1
What's Changed
- fix: metro exports error by @JimmyDaddy in #339
- fix: Model.count(field) in sequelize adapter by @cyjake in #340
Full Changelog: v2.8.0...v2.8.1