RxJs v6.2.0 Release Notes

Release Date: 2018-05-22 // almost 6 years ago
  • ๐Ÿ› Bug Fixes

    • ajax: Handle timeouts as errors (#3653) (e4128ea)
    • ajax: RxJS v6 TimeoutError is missing name property (576d943)
    • isObservable: Fix throwing error when testing isObservable(null) (#3688) (c9acc61)
    • range: Range should be same for every subscriber (#3707) (9642133)
    • skipUntil: fix skipUntil when innerSubscription is null (#3686) (4226432)
    • โฑ TestScheduler: restore run changes upon error (27cb9b6)
    • TimeoutError: Add name to TimeoutError (44042d0)
    • WebSocketSubject: Check to see if WebSocket exists in global scope (#3694) (2db0788)

    ๐Ÿ”‹ Features