Changelog
0.12.1 (2024-07-03)
Features
- core: normalize IDs to string inside default cache implementation (4de6033)
0.12.0 (2024-07-03)
➜ Migration from 0.11.x to 0.12.x
Features
- core: replace models setups with hooks (b136fe1)
BREAKING CHANGES
- core: setup tasks objects and typings have been removed and
replaced by
onBootandonInithook registrer functions.
0.11.4 (2024-07-01)
Bug Fixes
- core: composition this typing (e4ac5fd)
0.11.3 (2024-06-29)
Bug Fixes
- jsonapi: convert models path to kebab case as default (72cee5c)
- serialization: use correct option to serialize relation (6590c20)
Features
- core: add
runvariadic call to actions (00667ba) - core: add logs to
cachedOr(7b5c5b5) - http: add models path transformer options (0939d80)
0.11.2 (2024-06-25)
Bug Fixes
- cli: correct default values on confirm prompt (90d5854)