Skip to content

Latest commit

 

History

History
200 lines (84 loc) · 7.51 KB

CHANGELOG.md

File metadata and controls

200 lines (84 loc) · 7.51 KB

Changelog

This file was generated using @jscutlery/semver.

16.0.0 (2023-06-21)

Bug Fixes

  • smver: fix typo in parameter (aa98655)

Features

16.0.0 (2023-06-21)

Bug Fixes

  • smver: fix typo in parameter (aa98655)

Features

15.0.0 (2022-11-29)

Bug Fixes

  • apply work around for useActions (842a142)
  • remove schematics from README (7c64b67)
  • resolve security risks (cd2d4f0)

Features

  • getActions: remove deprecated helper getActions (e1c40df)
  • getActions: remove deprecated helper usePicks (8225796)
  • StoreChunk: remove deprecated StoreFacade-Decorator (1ceba3b)
  • useActions: provide a comprehensible Error if no contructor is provided (6a72f24)
  • useSelectors: remove deprecated helper bindSelectors (354cf9a)

BREAKING CHANGES

  • useSelectors: bindSelectors has to be replaced with useSelectors
  • getActions: usePick has to be replaced useSelect
  • getActions: getActions has to be replaced useActions
  • StoreChunk: @StoreFacade has to be replaced with @StoreChunk

14.0.3 (2022-11-29)

Bug Fixes

  • core: correct version range of rxjs (4737bbe)

14.0.2 (2022-11-21)

Bug Fixes

  • correct peerDependency to Angular (80e7acf)

14.0.1 (2022-11-19)

Bug Fixes

  • add rxjs as peerDependency (ecfae1b)
  • update link to StackBlitz (c71fd82)

14.0.0 (2022-06-11)

Bug Fixes

Features

13.1.3 (2022-03-14)

13.1.2 (2022-03-14)

Bug Fixes

  • add missing name (2421ecf)
  • correct intendation of env (2baa72c)
  • store-registration: flatten existing reducers when combining them (bfa8a92)

13.1.1 (2022-02-11)

13.1.0 (2022-02-11)

Bug Fixes

  • add missing ngrx dependency (22ad8f7)
  • get example app to run (32106db)

Features

  • add helper checking for props (5fe6157)
  • add nested duck example (e614b18)
  • recursive: ignore duck-blocks (6770d91)

13.0.2 (2022-01-13)

Bug Fixes

  • has-immutable-duck: consider nested ducks (c00b243)

13.0.1 (2021-12-14)

Bug Fixes

13.0.0 (2021-12-14)

13.0.0-alpha.3 (2021-12-14)

Bug Fixes

  • use-actions: add type to actionCreator (6733305)

13.0.0-alpha.2 (2021-12-14)

Features

  • action-prefixung: ➕ possibility to disable automatic prefixing (8501330)
  • actions: auto-prefix action types 🚀 (4006ed4)

13.0.0-alpha.1 (2021-12-13)

Features

  • hamronize naming by introducing StoreChunk (613eb4e)
  • hamronize naming by introducing useActions (f7db2b7)
  • hamronize naming by introducing useSelect (496c9d5)
  • hamronize naming by introducing useSelectors (4cb230e)

13.0.0-alpha.0 (2021-12-13)

Bug Fixes