Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

27 lines (14 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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)

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)