Skip to content

Releases: cyjake/leoric

v0.1.2

17 Dec 16:52
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Copy left table's orders into subquery to make order/limit work when combined.
  • Throw errors when accessing missing attributes that weren't selected at the first place.

v0.1.1

13 Dec 08:16
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Refactored spell chaining to allow automatic versioning. Now the spells can be reused without interfering each other.
  • Finished English version on guides about basic, associations, and query interface.
  • Fixed two bugs about select and where in join queries.

v0.1.0

13 Dec 08:00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release, covers basic functionalities such as:

  • Model authoring and database connection,
  • Query interface,
  • Associations