This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Reactive Extensions for JavaScript (RxJS) version 2.2.10
mattpodwysocki
released this
28 Dec 21:32
·
2027 commits
to master
since this release
Minor update from RxJS version 2.2.9, which has the following fixes:
- Make the following operators cold observables instead of hot
Rx.Observable.fromCallback
Rx.Observable.fromNodeCallback
Rx.Observable.fromPromise
- Fix
Rx.Observable.zipArray
to accept both parameters and an array.