Releases: ui-router/rx
Releases · ui-router/rx
1.0.0
1.0.0 (2021-11-30)
Compare @uirouter/rx
versions 0.6.5 and 1.0.0
Features
- rxjs: Add support for RxJS 7 (in addition to 6)
BREAKING CHANGE
- rxjs semver range changed to ^6.5.3 || ^7.4.0
0.6.5
0.6.5 (2020-01-13)
Compare @uirouter/rx
versions 0.6.4 and 0.6.5
- Switch to Jest for tests
- Add module augmentation from
/src/
for typedoc docs generation in@uirouter/angular
0.6.2
0.6.4 (2019-11-19)
Compare @uirouter/rx
versions 0.6.0 and 0.6.4
Bug Fixes
- make RXWAIT custom async policy AOT compatible (a091c48)
0.6.0
0.6.0 (2019-10-01)
Compare @uirouter/rx
versions 0.5.0 and 0.6.0
Bug Fixes
- travis: use service: xvfb instead of launching it manually. install libgconf debian package (eace3a9)
Features
- add rxwait custom async policy (dca4929)
- add rxwait custom async policy (ab1aaa4)
- package: require uirouter/core >=6.0.0 via peerDependency (9bacfa4)
BREAKING CHANGES
- package: this version of uirouter/rx depends on uirouter/core version 6 and greater
Because this package now provides an async resolve policy for Observables, this package now has a peerDependency on uirouter/core version >=6.0.0
0.5.0
0.5.0 (2018-05-08)
Compare @uirouter/rx
versions 0.4.5 and 0.5.0
Bug Fixes
- onError: Handle transition error so rxjs doesn't log rejections (84e6210)
Features
- upgrade to rxjs 6 (46b8158)
BREAKING CHANGES
- rxjs 6.0.0 or higher is now required to use this module