Releases: foscia-dev/foscia
Releases · foscia-dev/foscia
v0.12.1
v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
0.11.0 (2024-06-24)
Bug Fixes
- package exports definition in package.json (b026e47)
Features
- add sourcemap to build (cd630a3)
- better extensions and treeshaking (75528ed)
- core: support action extensions in relation loaders callbacks (56c50a8)
BREAKING CHANGES
- enhancer/runner
.extension
should now be called as function
(e.g..extension()
).makeEnhancersExtension
andmakeRunnersExtension
have
been removed in favor ofappendExtension
function.
v0.9.3
0.9.3 (2024-06-21)
Bug Fixes
- cli: correctly extract current foscia version (803b12f)
- rest: deserialize relation even when only ID is present (5007cd6)
Features
- cli: migrate to enquirer to support web containers (89cc9f4)
- cli: support disabling colors (7ea530e)
- core: add filled utility to check if instance contains any values (1fb5e0f)
- core: add guess path ID configuration to models (e23c620)
- core: support create through parent's relation (979d719)
- rest: add pull record values configuration in jsonapi deserializer (89be9cd)
- rest: add pull record values configuration in rest deserializer (5002e54)
- rest: deprecate unused
includeQueryParameter
option in adapter (8b42702)