Releases: timdeschryver/rx-query
Releases · timdeschryver/rx-query
v2.0.1
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-11-25)
Bug Fixes
- allow resubscribe after unsubscribe (af79062)
- cancel pending request when group is unsubscribed (81eb14e)
- keep cache alive with shareReplay (d7b71b1)
- refreshQuery with non-existing key (#9) (01057a5)
- several bugfixes and added devtools (ca63574)
- share params (#6) (5bedda1)
Code Refactoring
- rename state to status (e88e695)
Features
- add disableRefresh config (2db2f23)
- add keepPreviousData to config (554da8f)
- add more data to cache output (0da40b0)
- add mutate (5c38b75)
- add prefetch (95646e8)
- add refetchOnReconnect (d1db427)
- add refreshing state for cache refresh (645e366)
- add refreshQuery (#3) (38d50b7)
- allow to override default config (a779e94), closes #12
- ignore following params with same key (b966555)
- introduce global cache (ba41782)
- make mutate generic (#10) (75be97f)
- release v1 (d83c1a5), closes #2
BREAKING CHANGES
- The state property is renamed to status
BEFORE:
[ngSwitch]="character.state"
AFTER:
[ngSwitch]="character.status"