Skip to content

Releases: koyopro/accella

v1.11.0

09 Aug 17:17
Compare
Choose a tag to compare

1.11.0 (2024-08-10)

Features

  • Flexible Search (#33)

Improvements

  • Nested join and nested association search (#32)

v1.10.1

01 Aug 15:27
Compare
Choose a tag to compare

1.10.1 (2024-08-02)

Improvements

  • change sync-rpc/index.cjs to esm (#29)
  • Make passwordDigest optional when calling create() (#30)
  • Throw a RecordNotFound error when the id passed to find() is not finite. (#31)

v1.10.0

20 Jul 05:31
Compare
Choose a tag to compare

1.10.0 (2024-07-20)

Features

Improvements

  • Improvement of hasSecurePassword validation (#23)
  • add validate option to save() (#25)
  • Allow any key in the assignAttributes function's arguments. (#26)
  • add message getter to Error (#27)

v1.9.1

11 Jul 16:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.9.1

v1.9.0

11 Jul 16:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.9.0

v1.8.0

01 Jul 18:27
Compare
Choose a tag to compare

What's Changed

  • Modify the type of Relation's methods for Collection. by @koyopro in #17
  • PostgreSQL Support by @koyopro in #18

Full Changelog: 1.7.0...1.8.0

v1.7.0

24 Jun 15:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

v1.6.0

17 Jun 15:19
Compare
Choose a tag to compare

What's Changed

  • Transaction improvement (returning the result of the callback, supporting asynchronous callbacks) by @koyopro in #12
  • Internationalization (I18n) by @koyopro in #13
  • update README by @koyopro in #14

Full Changelog: 1.5.0...1.6.0

v1.5.0

09 Jun 15:48
Compare
Choose a tag to compare

What's Changed

  • Nested transaction by @koyopro in #8
  • Adding query interface (first, last, pluck, findEach, updateAll) by @koyopro in #9
  • Removal of ModelMeta["OrderInput"] by @koyopro in #10
  • update README for Transactions by @koyopro in #11

Full Changelog: 1.4.0...1.5.0

v1.4.0

02 Jun 15:06
Compare
Choose a tag to compare

What's Changed

  • Make it possible to pass associations to the 'where' condition. by @koyopro in #6
  • Serialization by @koyopro in #7

Full Changelog: 1.3.0...1.4.0