Releases: cyjake/leoric
Releases · cyjake/leoric
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
v2.8.0
What's Changed
- feat: refactor type definitions to export SequelizeBone, complete spell type definitions and fix index hints logic by @JimmyDaddy in #337
- fix: throw error if token is not expected when parse expr by @cyjake in #338
Full Changelog: v2.7.3...v2.8.0
v2.7.3
v2.7.2
What's Changed
- Update associations.md by @dxhuii in #331
- refactor: refactor type definitions and fix unique not work in columnOptions by @JimmyDaddy in #332
- fix: declare more exported functions such as isBone and heresql by @cyjake in #333
- fix: INTEGER like data type and STRING extra options didn't work in polymorphism, fix decorators ColumnOptions.type to support invokable by @JimmyDaddy in #334
New Contributors
Full Changelog: v2.7.1...v2.7.2