RxJs v5.0.0-beta.9 Release Notes

Release Date: 2016-06-14 // almost 8 years ago
  • ๐Ÿ› Bug Fixes

    • cache: get correct caching behavior (#1765) (cb0b806), closes #1628
    • ConnectableObservable: fix ConnectableObservable connection handling issue (41ce80c)
    • typings: make HotObservavle._subscribe protected (1c3d6ea)
    • WebSocketSubject: WebSocketSubject will now chain operators properly (#1752) (bf54db4), closes #1745
    • window: don't track internal window subjects as subscriptions. (f3357b9)

    ๐ŸŽ Performance Improvements

    • fromEventPattern: ~3x improvement in speed (3dc1c00)