RxJs v5.0.0-rc.5 Release Notes

Release Date: 2016-12-07 // over 7 years ago
  • 🐛 Bug Fixes

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

    🔋 Features

    • timeout: remove errorToSend argument, always throw TimeoutError (#2172) (98ea3d2)

    💥 BREAKING CHANGES

    • ⏱ timeout: timeout no longer accepts the errorToSend argument

    related #2141