RxJs v5.2.0 Release Notes

Release Date: 2017-02-21 // about 7 years ago
  • 🐛 Bug Fixes

    • ajax: will set withCredentials after open on XHR for IE10 (#2332) (0ab1d3b)
    • bindCallback: emit undefined when callback is without arguments (915a2a8)
    • bindNodeCallback: emit undefined when callback has no success arguments (8b81fc6), closes #2254
    • bindNodeCallback: errors thrown in callback will be scheduled if a scheduler is provided (#2344) (82ec4f1)
    • concat: will now return Observable when given a single object implementing Symbol.observable (#2387) (f5d035a)
    • ErrorObservable: remove type constraint to error value (2f951cd), closes #2395
    • forkJoin: add type signature for single observable with selector (7983b91), closes #2347
    • 🔀 merge: return Observable when called with single lowerCaseO (85752eb)
    • 🔀 mergeAll: introduce variant support for mergeMap (656f2b3), closes #2372
    • single: predicate function receives indicies starting at 0 (#2396) (c81882f)
    • subscribeToResult: accept array-like as result (14685ba)

    🔋 Features

    • webSocket: Add binaryType to config object (86acbd1), closes #2353
    • windowTime: maxWindowSize parameter in windowTime operator (381be3f), closes #1301