Skip to content

Latest commit

 

History

History
107 lines (45 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

107 lines (45 loc) · 4.44 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.6.1 (2021-04-21)

Features

1.6.0 (2021-01-15)

Features

1.5.0 (2019-10-10)

Bug Fixes

  • json-api: applied reset method in responseNormaliser (b2a93d6)

Features

  • core: added reset for state stack and test coverage (72d4a79)

1.4.0 (2019-09-25)

Bug Fixes

  • vue: collection mixin cannot be called from other computed property (8ba1822)

Features

  • json-api: add support for deep related resources (2fc2e04)
  • vue: add documentation on how to catch errors with mixins (820fb43)

1.3.0 (2019-09-17)

Features

  • core: allow responseType to be defined by the responseNormalizer (6e72ab5)

1.2.0 (2019-08-30)

Bug Fixes

  • core: fromState returns incorrect relationship types for resources (4193e49)
  • vue: vue created() does not check if mixin should run (85d59ab)
  • vue: vue created() does not check if mixin should run (1c46520)
  • vue: vue mixin resets collection if created() is called 2+ times (a57285f)

Features

  • core: add support for ParameterBag in Repository.findById #82 (9b2e79e)
  • core: delete support in persistCascade for 1-to-1 relations #42 (03e0281)
  • core: delete support in persistCascade for 1-to-1 relations #42 (e9aca6f)
  • vue: add support for ParameterBag in createStoreModule #82 (e4f7750)
  • vue: add support for ParameterBag in resource mixin #82 (fc0477b)
  • vue: add support for ParameterBag in resource mixin #82 (5381dcc)

1.1.1 (2019-08-02)

Bug Fixes

  • vue: collection state only stores non-complex items #92 (1532d83)
  • vue: collection state only stores non-complex items #92 (4bfbeda)
  • vue: collection state only stores non-complex items #92 (b61f110)
  • vue: collection vue mixin reactivity on computed value fixed #93 (7e001f5)
  • vue: collection vue mixin reactivity on computed value fixed #93 (06f767f)

Features

  • configured lerna & git commit for conventional commit (d9396fc)