Skip to content

Releases: foscia-dev/foscia

v0.12.1

03 Jul 21:47
Compare
Choose a tag to compare

0.12.1 (2024-07-03)

Features

  • core: normalize IDs to string inside default cache implementation (4de6033)

v0.12.0

03 Jul 21:03
Compare
Choose a tag to compare

0.12.0 (2024-07-03)

Features

  • core: replace models setups with hooks (b136fe1)

BREAKING CHANGES

  • core: setup tasks objects and typings have been removed and
    replaced by onBoot and onInit hook registrer functions.

v0.11.4

01 Jul 16:33
Compare
Choose a tag to compare

0.11.4 (2024-07-01)

Bug Fixes

  • core: composition this typing (e4ac5fd)

v0.11.3

29 Jun 10:39
Compare
Choose a tag to compare

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 run variadic call to actions (00667ba)
  • core: add logs to cachedOr (7b5c5b5)
  • http: add models path transformer options (0939d80)

v0.11.2

25 Jun 16:29
Compare
Choose a tag to compare

0.11.2 (2024-06-25)

Bug Fixes

  • cli: correct default values on confirm prompt (90d5854)

v0.11.1

25 Jun 16:06
Compare
Choose a tag to compare

0.11.1 (2024-06-25)

Bug Fixes

  • cli: use file parentPath instead of path when available (6c707b0)

v0.11.0

24 Jun 22:06
Compare
Choose a tag to compare

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 and makeRunnersExtension have
    been removed in favor of appendExtension function.

v0.9.3

21 Jun 00:36
Compare
Choose a tag to compare

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)

v0.9.2

17 Jun 17:09
Compare
Choose a tag to compare

0.9.2 (2024-06-17)

Bug Fixes

  • cli: typo in relations loader prompt (b43a75d)
  • only deploy on release if not dry release (2f306ad)

v0.9.1

16 Jun 18:42
Compare
Choose a tag to compare

0.9.1 (2024-06-16)

Features

  • add github action provenance to npm releases (09098aa)