Releases: gabrielguerrero/ngrx-traits
Releases · gabrielguerrero/ngrx-traits
v17.6.0
17.6.0 (2024-06-05)
Features
- signals: allow loadEntitiesPage to change pageSize (172a221), closes #93
v17.5.0
17.5.0 (2024-05-30)
Features
- signals: allow withEntitiesLocalFilter to filter when withCallStatus loaded (562a177), closes #89
v17.4.1
17.4.1 (2024-05-23)
Bug Fixes
- signals: withCalls generate method with no params when strictNullChecks=false (65a5a9e), closes #82
v17.4.0
17.4.0 (2024-05-22)
Bug Fixes
- retrict withCalls functions to only allow up to one param (8be5b76), closes #78
- signals: fix NamedSetEntitiesResult not using correct name for setEntitiesPagedResult (48778c4)
Features
- signals: add option to type errors for withCalls, withCallStatus and withEntitiesLoadingCall (05f71d4), closes #77
- signals: withEntitiesLocalSort should sort by default when withCallStatus is set to loaded (63a9986), closes #80
v17.4.0-beta.1
Bug Fixes
- build: fix build test release (4b88abe)
- retrict withCalls functions to only allow up to one param (abc1111), closes #78
Features
- signals: add option to type errors for withCalls, withCallStatus and withEntitiesLoadingCall (5d3cc51), closes #77
v17.3.1
17.3.1 (2024-05-16)
Bug Fixes
- signals: fix clearEntitiesSelection not working, missing type in NamedEntitiesMultiSelection (b85cb43), closes #75
- signals: fix to generate correct type when typedCallConfig has no resultProp and no params call (f06be7e), closes #74
v17.3.0
17.3.0 (2024-05-15)
Bug Fixes
- typeCallConfig not generating correct types for resultProp (5d49962), closes #70
Features
- signals: allow withCalls onSuccess to receive the params of the call (869b485), closes #71
v17.2.2
17.2.2 (2024-05-09)
Bug Fixes
- signals: allow withCalls generated method to receive Signal and Observables as params (bf3d6f9), closes #68
v17.2.1
17.2.1 (2024-05-07)
Bug Fixes
- fix CallConfig onSuccess Result type, and bug using patchState inside onSuccess (8b9d5cf), closes #64 #65
- improved types in withSyncToWebStorage, withStateLogger and withEntitiesLoadingCall (212e7b0)
v17.2.0
17.2.0 (2024-05-06)
Features
- withcalls: added prop storeResult to Calls Config (cc92c5b), closes #62