Skip to content

Releases: cyjake/leoric

v2.9.1

21 Nov 02:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.9.1

v2.9.0

09 Nov 08:17
Compare
Choose a tag to compare

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

25 Oct 04:55
Compare
Choose a tag to compare

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

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