Skip to content

v2.0.0

Compare
Choose a tag to compare
@bjoerge bjoerge released this 01 May 10:20
· 9 commits to main since this release

2.0.0 (2021-05-01)

⚠ BREAKING CHANGES

  • deps: Due to a change in the throttle() operator in RxJS 7, exhaustMapWithTrailing() now guarantees that the final value from the source observable gets emitted, even after the source has completed.

Features

  • deps: update rxjs peer dependency to 7.x and update test for trailing emmision (6a3006a)