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.7
mattpodwysocki
released this
19 Nov 00:07
·
2078 commits
to master
since this release
Slight update to 2.2.5 which updates the following:
Changes:
rx.js
|rx.compat.js
- Generalized
throttle
to usethrottleWithSelector
thus cutting code duplication
- Generalized
rx.lite.js
|rx.lite.compat.js
:- Removed
generateWithRelativeTime
andremoveWithAbsoluteTime
and replaced withgenerateWithTime
- Removes absolute time scheduling from:
delay
timer
- Removed