Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed May 1, 2021
1 parent c6cf9b9 commit e959cc4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/bjoerge/rxjs-exhaustmap-with-trailing/compare/v1.1.0...v2.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](https://github.com/bjoerge/rxjs-exhaustmap-with-trailing/commit/6a3006a0117f588ec7bf25ae934c1542c1f6903b))

## [1.1.0](https://github.com/bjoerge/rxjs-exhaustmap-with-trailing/compare/v1.0.0...v1.1.0) (2021-04-07)

* feat: defer to avoid sharing subject between subscribers ([959ae75](https://github.com/bjoerge/rxjs-exhaustmap-with-trailing/commit/959ae75))
Expand All @@ -10,6 +25,3 @@
## [1.0.0](https://github.com/bjoerge/rxjs-exhaustmap-with-trailing/commit/0b8f8de) (2021-03-24)

* initial commit ([0b8f8de](https://github.com/bjoerge/rxjs-exhaustmap-with-trailing/commit/0b8f8de))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxjs-exhaustmap-with-trailing",
"version": "1.1.0",
"version": "2.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"description": "A variant of RxJS exhaustMap that includes the trailing value emitted from the source observable while waiting for the inner observable to complete",
Expand Down

0 comments on commit e959cc4

Please sign in to comment.