Skip to content

Latest commit

 

History

History
391 lines (182 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

391 lines (182 loc) · 15.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.4.1 (2022-02-21)

Bug Fixes

  • 🐛 remove usage of require (0e061c5)

3.4.0 (2022-02-21)

Features

  • 🎸 add http options to actions (3adc15c)

Bug Fixes

3.3.1 (2021-10-19)

Bug Fixes

  • 🐛 add support for ngrx 12.5 (24ff0f7)

3.3.0 (2021-10-07)

Features

  • 🎸 make array params mapping extras option (8670815)

3.2.0 (2021-10-07)

Features

  • 🎸 use qs for query params (b44e99e)

3.1.4 (2021-08-24)

Bug Fixes

  • 🐛 change detection issues in suspense pipe (3ed6e9a)
  • 🐛 potential endless loop (dc0ca51)

3.1.3 (2021-07-14)

Bug Fixes

3.1.2 (2021-07-13)

Bug Fixes

  • 🐛 copy action before sanetizing (397298b)

3.1.1 (2021-07-12)

3.1.0 (2021-07-12)

Features

  • 🎸 add error message for missing reducer adapter (68dba41)

Bug Fixes

  • 🐛 object sorter tries to sort null (7b0f2e7)

3.0.0 (2021-07-11)

⚠ BREAKING CHANGES

  • 🧨 API routes now need to be generated by a funtion if the args include queryParams. This prevents typos between api route template string and the arg object. The buildApiURL method was removed since it is no longer needed

Features

  • 🎸 require api routes to be generated by a function (e5b8613)

Bug Fixes

  • 🐛 create tesing state reducer typing (e7356c9)

2.11.0 (2021-07-10)

Features

  • 🎸 enhance typings for testing state creator (f2e80ed)

2.10.0 (2021-07-09)

Features

  • 🎸 enable ivy compilation (e1614af)

Bug Fixes

  • 🐛 change detection issues in suspense pipes (511d0d8)

2.9.1 (2021-07-09)

Bug Fixes

  • 🐛 select caching with unique actions (4a47d4a)

2.9.0 (2021-07-08)

Features

2.8.0 (2021-07-07)

Features

  • 🎸 rename ngrx-toolkit to ngrxt add suspense directive (04f06ff)

2.7.0 (2021-07-06)

Features

  • 🎸 improve perf 2 to 5x, cache mapped entity states (3a78c74)

2.6.0 (2021-07-05)

Features

  • 🎸 add mapped entity state helper for polling (844abb6)
  • 🎸 add refresh and remove methods to mapped entity state (5528720)
  • 🎸 rename truthy response to cached response (2f74217)

2.5.1 (2021-07-04)

Bug Fixes

2.5.0 (2021-07-04)

Features

  • 🎸 revamp store debug component (e421003)

Bug Fixes

2.4.2 (2021-06-27)

Bug Fixes

  • 🐛 store slice schematic and import order (ac36745)

2.4.1 (2021-06-27)

Bug Fixes

  • 🐛 naming inside schematic (19bd734)

2.4.0 (2021-06-27)

Features

  • 🎸 add store slice schematic (a5a8c00)
  • 🎸 add support for ng schematics (7c0c23a)
  • 🎸 enhance entity reducer map typings (2765034)
  • 🎸 enhance on and once facade func types for arrays (44f0744)
  • 🎸 enhance selector typings (5c459f7)

Bug Fixes

2.3.2 (2021-06-26)

Bug Fixes

2.3.1 (2021-06-26)

Bug Fixes

  • 🐛 reucer state type if no initial state is provided (8630912)

2.3.0 (2021-06-26)

Features

  • 🎸 add option to supply additional on funcs in reducer (7c06c8e)

Bug Fixes

  • 🐛 create testing state sets wrong state (9aac6e9)

2.2.1 (2021-06-26)

2.2.0 (2021-06-26)

Features

  • 🎸 add expected state prop to create testing state (578d80f)

2.1.0 (2021-06-26)

Features

  • 🎸 add helper for reducer testing (fc66fee)

Bug Fixes

2.0.0 (2021-06-26)

⚠ BREAKING CHANGES

  • 🧨 Action group types are now defined using the argTypes property and not by using the generic

Features

  • 🎸 enhance action group types (38ea7ae)
  • 🎸 enhance reducer creation (dbeee57)
  • 🎸 enhanced reducer typings (4ec1cea)

1.10.1 (2021-06-18)

Bug Fixes

  • 🐛 argument base types (0ce2e28)

1.10.0 (2021-06-13)

Features

  • 🎸 require map fn if side update types dont match (4595b5e)
  • 🎸 simplify side updates (fcc0ac1)

Bug Fixes

  • 🐛 map fn typings in side updates (0733bf8)

1.9.0 (2021-06-12)

Features

  • 🎸 add map function to success side updates (4d3006d)
  • 🎸 enhance action side update types (697f44f)
  • 🎸 enhance side updates type checking (1a576e6)
  • 🎸 read only action arrays (9fc6473)

1.8.0 (2021-06-10)

Features

  • 🎸 enhance mapped entity state typings (a518cc5)
  • 🎸 side updates for success and failure actions (33dd212)

1.7.1 (2021-06-10)

Bug Fixes

  • 🐛 dont return null as type in get (ded90a7)
  • 🐛 isAction should not uniform the action types (442ad1a)
  • 🐛 sandbox errors (a9021cb)
  • 🐛 service base typings (43a5ad3)

1.7.0 (2021-06-09)

Features

  • 🎸 typing for on and once and isAction helper (488679b)

Bug Fixes

  • 🐛 enhance default generic types (320a35f)

1.6.0 (2021-06-08)

Features

Bug Fixes

1.5.0 (2021-06-08)

Features

  • 🎸 add isUnique flag to action creator (98af007)

1.4.0 (2021-06-08)

Features

  • 🎸 add action option to determine a fixed action store id (035e54b)

1.3.0 (2021-06-08)

Features

  • 🎸 add effect helpers for different flattening operators (0f3dc09)
  • 🎸 simplify dispatching (e129394)

1.2.0 (2021-06-08)

Features

  • 🎸 add sandbox (8359efe)
  • 🎸 remove union type dep from facade base (7bbb483)

1.1.1 (2021-06-06)

Bug Fixes

  • 🐛 double error typing (10427f9)

1.1.0 (2021-06-06)

Features

  • 🎸 enhance error management (6c95d60)

1.0.6 (2021-06-06)

1.0.5 (2021-06-06)

1.0.4 (2021-06-06)

1.0.3 (2021-06-06)

1.0.1 (2021-06-06)