All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2021-05-01)
- 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.
- deps: update rxjs peer dependency to 7.x and update test for trailing emmision (6a3006a)
1.1.0 (2021-04-07)
- feat: defer to avoid sharing subject between subscribers (959ae75)
1.0.1 (2021-03-26)
- chore: add marble diagram (aa329bd)
- core: linkify readme, update example and add link to CodeSandbox (9820a6d)
1.0.0 (2021-03-24)
- initial commit (0b8f8de)