Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 18:19
· 21 commits to master since this release

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"