Releases: bjoerge/rxjs-exhaustmap-with-trailing
Releases · bjoerge/rxjs-exhaustmap-with-trailing
v2.1.1
v2.1.0
v1.2.0
v2.0.0
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)