Commit Graph

22 Commits

Author SHA1 Message Date
zoetrope
604fdeef9c Fixed for RxJS 2.2 2013-11-18 19:35:50 +09:00
vegemite4me
5c435a0e01 Changed Observable.zip<TResult>(...) to Observable.zip<T>(...) 2013-11-14 09:25:43 +00:00
vegemite4me
ae22604499 Added Observable.zip() which was missing.
https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/observable.md#rxobservablezipargs
2013-11-13 15:28:29 +00:00
Boris Yankov
0ba960ad1b Merge pull request #1100 from vvakame/plan-of-destroy-implicitAny
BAN the implicit any
2013-10-18 23:52:43 -07:00
Yukimune
4bc2bb4d43 Add a few definitions. BehaviorSubject, ReplaySubject, ConnectableObservable
Fix definition around Subject.
2013-10-18 16:51:08 +09:00
vvakame
a410fe3316 Fixed --noImplicitAny trouble about rx.js 2013-10-03 12:55:39 +09:00
gstamac
0790572094 Rx.JS: fixed for 0.9.1.1 2013-08-25 12:54:01 +02:00
Carl de Billy
3cd4647ff0 Fixed Rx.Scheduler and Rx.Disposable
Rx.Scheduler and Rx.Disposable were wrongly typed since TS 0.9.x
2013-08-10 17:34:48 -04:00
Boris Yankov
c2407a5474 Fix linq and rx definitions 2013-08-07 18:48:02 +03:00
Boris Yankov
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Carl de Billy
f53317a2de Fixed ISubject<T>/Subject<T> constructor was incorrect. 2013-07-07 15:25:27 -04:00
Carl de Billy
f83fb6805b Support for more RxJS packages + bool => boolean for TS0.9 2013-07-05 01:03:30 -04:00
Carl de Billy
bc491674fc IObservable => IObservable<T>
Now use generics who improve a lot the writing of Rx fluent expressions!
2013-07-01 22:53:39 -04:00
Carl de Billy
f90f624aef Fixed broken declarations of the upgrade to 0.9 2013-07-01 15:36:58 -04:00
Neil Stalker
484487ff17 Fix rx.js definition 2013-06-24 18:09:09 +01:00
Carl de Billy
ae55029935 Added "RxJs jquery extensions" 2013-05-19 16:33:24 -04:00
Carl de Billy
f4dcf1a486 Added "kind", "value" and "exception" to Rx Notifications 2013-05-19 16:30:39 -04:00
Carl de Billy
ddad6540d1 More RxJs definitions
Definitions for RxJs.html, RxJs.Time and RxJs.Aggregates
2013-04-16 15:35:49 -04:00
Carl de Billy
e833723595 Scan: "seed" can be any
First parameter of "scan" can be anything, not just number.
2013-04-16 15:30:29 -04:00
Boris Yankov
354ebd4afb Update readme and metadata for Rx.js 2013-01-20 07:16:50 +02:00
Boris Yankov
b4dfd19ecf Add Rx.js 2013-01-20 07:13:20 +02:00