Skip to content

Releases: cyjake/leoric

v2.11.1

10 Jun 05:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.11.1

v2.11.0

17 May 05:01
Compare
Choose a tag to compare

What's Changed

  • feat: support browser and support sql.js driver by @vagusX in #386
  • fix: remove unscoped fn in src/adapters/sequelize.js by @vagusX in #387
  • fix: join conditions containing fields of base model should be allowed by @cyjake in #388

Full Changelog: v2.10.3...v2.11.0

v2.10.3

25 Apr 09:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.2...v2.10.3

v2.10.2

23 Apr 04:15
Compare
Choose a tag to compare

What's Changed

  • fix: order clause need be repeated on the main query by @cyjake in #383

Full Changelog: v2.10.1...v2.10.2

v2.10.1

24 Mar 11:12
Compare
Choose a tag to compare

What's Changed

  • fix: retain where conditions when sharding key is necessary by @cyjake in #381
  • fix: select everything when forming subspell by @cyjake in #382

Full Changelog: v2.10.0...v2.10.1

v2.10.0

24 Mar 06:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.2...v2.10.0

v2.9.2

04 Jan 07:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.1...v2.9.2

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