All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.4.1 (2022-02-21)
- 🐛 remove usage of require (0e061c5)
3.4.0 (2022-02-21)
- 🎸 add http options to actions (3adc15c)
- 🐛 build (c8c19e9)
3.3.1 (2021-10-19)
- 🐛 add support for ngrx 12.5 (24ff0f7)
3.3.0 (2021-10-07)
- 🎸 make array params mapping extras option (8670815)
3.2.0 (2021-10-07)
- 🎸 use qs for query params (b44e99e)
3.1.4 (2021-08-24)
3.1.3 (2021-07-14)
- 🐛 service schematic (3549a4d)
3.1.2 (2021-07-13)
- 🐛 copy action before sanetizing (397298b)
3.1.1 (2021-07-12)
3.1.0 (2021-07-12)
- 🎸 add error message for missing reducer adapter (68dba41)
- 🐛 object sorter tries to sort null (7b0f2e7)
3.0.0 (2021-07-11)
- 🧨 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
- 🎸 require api routes to be generated by a function (e5b8613)
- 🐛 create tesing state reducer typing (e7356c9)
2.11.0 (2021-07-10)
- 🎸 enhance typings for testing state creator (f2e80ed)
2.10.0 (2021-07-09)
- 🎸 enable ivy compilation (e1614af)
- 🐛 change detection issues in suspense pipes (511d0d8)
2.9.1 (2021-07-09)
- 🐛 select caching with unique actions (4a47d4a)
2.9.0 (2021-07-08)
2.8.0 (2021-07-07)
- 🎸 rename ngrx-toolkit to ngrxt add suspense directive (04f06ff)
2.7.0 (2021-07-06)
- 🎸 improve perf 2 to 5x, cache mapped entity states (3a78c74)
2.6.0 (2021-07-05)
- 🎸 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)
- 🐛 build error (3c98d19)
2.5.0 (2021-07-04)
- 🎸 revamp store debug component (e421003)
- 🐛 build (4b78dbd)
2.4.2 (2021-06-27)
- 🐛 store slice schematic and import order (ac36745)
2.4.1 (2021-06-27)
- 🐛 naming inside schematic (19bd734)
2.4.0 (2021-06-27)
- 🎸 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)
- 🐛 selector typings (ad47237)
2.3.2 (2021-06-26)
- 🐛 inital state type (8d69b7d)
2.3.1 (2021-06-26)
- 🐛 reucer state type if no initial state is provided (8630912)
2.3.0 (2021-06-26)
- 🎸 add option to supply additional on funcs in reducer (7c06c8e)
- 🐛 create testing state sets wrong state (9aac6e9)
2.2.1 (2021-06-26)
2.2.0 (2021-06-26)
- 🎸 add expected state prop to create testing state (578d80f)
2.1.0 (2021-06-26)
- 🎸 add helper for reducer testing (fc66fee)
- 🐛 entity mapping (4843202)
2.0.0 (2021-06-26)
- 🧨 Action group types are now defined using the argTypes property and not by using the generic
- 🎸 enhance action group types (38ea7ae)
- 🎸 enhance reducer creation (dbeee57)
- 🎸 enhanced reducer typings (4ec1cea)
1.10.1 (2021-06-18)
- 🐛 argument base types (0ce2e28)
1.10.0 (2021-06-13)
- 🐛 map fn typings in side updates (0733bf8)
1.9.0 (2021-06-12)
- 🎸 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)
- 🎸 enhance mapped entity state typings (a518cc5)
- 🎸 side updates for success and failure actions (33dd212)
1.7.1 (2021-06-10)
- 🐛 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)
- 🎸 typing for on and once and isAction helper (488679b)
- 🐛 enhance default generic types (320a35f)
1.6.0 (2021-06-08)
- 🎸 add sandbox app (4686c02)
- 🐛 unique actions (f997978)
1.5.0 (2021-06-08)
- 🎸 add isUnique flag to action creator (98af007)
1.4.0 (2021-06-08)
- 🎸 add action option to determine a fixed action store id (035e54b)
1.3.0 (2021-06-08)
1.2.0 (2021-06-08)
1.1.1 (2021-06-06)
- 🐛 double error typing (10427f9)
1.1.0 (2021-06-06)
- 🎸 enhance error management (6c95d60)