Skip to content

Releases: ui-router/rx

1.0.0

30 Nov 03:03
Compare
Choose a tag to compare

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

13 Jan 20:23
Compare
Choose a tag to compare

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

19 Nov 15:12
Compare
Choose a tag to compare

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

01 Oct 20:35
Compare
Choose a tag to compare

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

08 May 20:19
Compare
Choose a tag to compare

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

BREAKING CHANGES

  • rxjs 6.0.0 or higher is now required to use this module

0.4.5

17 Oct 21:02
Compare
Choose a tag to compare