Skip to content

Releases: cyjake/leoric

v2.8.7

11 Oct 07:56
Compare
Choose a tag to compare

What's Changed

  • fix: enable strictNullChecks by @cyjake in #357
  • fix: declaration types of realm.query() and static update values by @cyjake in #358

Full Changelog: v2.8.6...v2.8.7

v2.8.6

11 Oct 02:50
Compare
Choose a tag to compare

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

21 Sep 09:02
Compare
Choose a tag to compare

What's Changed

  • fix: deletedAt should always be checked when associating models by @cyjake in #347
  • fix: generic type for getDataValue by @vagusX in #346

Full Changelog: v2.8.4...v2.8.5

v2.8.4

20 Sep 05:14
Compare
Choose a tag to compare

What's Changed

  • fix: Literal type should not contain object & ResultSet should be derived from instance values by @cyjake in #345

Full Changelog: v2.8.3...v2.8.4

v2.8.3

15 Sep 06:36
Compare
Choose a tag to compare

What's Changed

  • fix: AssociationOptions.select? should be supported by @cyjake in #343
  • fix: return type of realm.query, realm.transaction, and Bone.transation by @cyjake in #344

Full Changelog: v2.8.2...v2.8.3

v2.8.2

13 Sep 13:27
Compare
Choose a tag to compare

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

31 Aug 09:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

30 Aug 10:33
Compare
Choose a tag to compare

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

25 Aug 08:09
Compare
Choose a tag to compare

What's Changed

  • fix: should skip loading models that is loaded before by @cyjake in #335

Full Changelog: v2.7.2...v2.7.3

v2.7.2

24 Aug 11:33
Compare
Choose a tag to compare

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