Skip to content

Commit

Permalink
chore(publish): 5.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Dec 7, 2016
1 parent 98ea3d2 commit 89b506d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="5.0.0-rc.5"></a>
# [5.0.0-rc.5](https:/ReactiveX/RxJS/compare/5.0.0-rc.4...v5.0.0-rc.5) (2016-12-07)


### Bug Fixes

* **AjaxObservable:** catch XHR send failures to observer ([#2159](https:/ReactiveX/RxJS/issues/2159)) ([128fb9c](https:/ReactiveX/RxJS/commit/128fb9c))
* **distinctKey:** Removed accidental leftover reference of `distinctKey` ([9fd8096](https:/ReactiveX/RxJS/commit/9fd8096)), closes [#2161](https:/ReactiveX/RxJS/issues/2161)
* **errors:** Better error message when you return non-observable things, ([#2152](https:/ReactiveX/RxJS/issues/2152)) ([86a909c](https:/ReactiveX/RxJS/commit/86a909c)), closes [#215](https:/ReactiveX/RxJS/issues/215)
* **event:** uses `Object.prototype.toString.call` on objects ([#2143](https:/ReactiveX/RxJS/issues/2143)) ([e036e79](https:/ReactiveX/RxJS/commit/e036e79))
* **typings:** type guard support for `last`, `first`, `find` and `filter`. ([5f2e849](https:/ReactiveX/RxJS/commit/5f2e849))


### Features

* **timeout:** remove `errorToSend` argument, always throw TimeoutError ([#2172](https:/ReactiveX/RxJS/issues/2172)) ([98ea3d2](https:/ReactiveX/RxJS/commit/98ea3d2))


### BREAKING CHANGES

* timeout: `timeout` no longer accepts the `errorToSend` argument

related #2141



<a name="5.0.0-rc.4"></a>
# [5.0.0-rc.4](https:/ReactiveX/RxJS/compare/5.0.0-rc.3...v5.0.0-rc.4) (2016-11-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivex/rxjs",
"version": "5.0.0-rc.4",
"version": "5.0.0-rc.5",
"description": "Reactive Extensions for modern JavaScript",
"main": "index.js",
"config": {
Expand Down

0 comments on commit 89b506d

Please sign in to comment.