Skip to content

Releases: timdeschryver/rx-query

v2.0.1

05 Sep 09:14
Compare
Choose a tag to compare

2.0.1 (2022-09-05)

Bug Fixes

v1.0.2

26 Apr 12:13
fac4d23
Compare
Choose a tag to compare

1.0.2 (2021-04-26)

Bug Fixes

  • test and avoid jest deprecation message (#24) (fac4d23)

v1.0.1

14 Dec 19:04
70794e4
Compare
Choose a tag to compare

1.0.1 (2020-12-14)

Bug Fixes

  • update refetchInterval default to Infity (#18) (70794e4)

v1.0.0

25 Nov 18:19
Compare
Choose a tag to compare

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

Features

BREAKING CHANGES

  • The state property is renamed to status

BEFORE:

[ngSwitch]="character.state"

AFTER:

[ngSwitch]="character.status"