Releases: koyopro/accella
Releases · koyopro/accella
v1.11.0
1.11.0 (2024-08-10)
Features
Improvements
- Nested join and nested association search (#32)
v1.10.1
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
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.6.0
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