Carl de Billy
4924c77584
Fixed generics return value of Window and Buffer operators
...
Generics values where incorrect. The correct result for windowWithXXX
operators is Observable<Observable<T>> and for bufferWithXXX it's
Observable<T[]>
2014-02-11 23:25:19 -05:00
Bartvds
1c1a37c1e4
removed utf-8 BOM marker
...
for consistency
2014-01-24 18:51:21 +01:00
Bartvds
709a0363a0
added/fixed headers o-s
...
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:56:27 +01:00
Igor Oleinikov
f121d2eecc
rx.async: added tests; added toPromise operator
2014-01-06 22:49:12 +04:00
Igor Oleinikov
e9b3be70b9
rx.async: uninlined Promise definition
2013-12-18 12:02:58 +04:00
Igor Oleinikov
7fcae51ab1
rx.js: added Observable.zipArray overload (by https://github.com/Reactive-Extensions/RxJS/issues/79 )
2013-12-16 23:02:19 +04:00
Igor Oleinikov
a0bce74b1c
rx.js: fixed --noImplicitAny errors
2013-12-16 16:02:13 +04:00
Igor Oleinikov
ba81c30675
rx.js: fixed references rx.js.* -> rx.*
2013-12-16 15:28:25 +04:00
Igor Oleinikov
f61f1bbd53
Removed rx-tests.ts via TS bug https://typescript.codeplex.com/workitem/2011
2013-12-16 14:02:11 +04:00
Igor Oleinikov
a2186d9162
Fixed reference in rx-tests.ts
2013-12-16 12:57:25 +04:00
Igor Oleinikov
6ac83ca52e
Updated rx.jquery.d.ts
2013-12-16 11:24:24 +04:00
Igor Oleinikov
249fd303b3
Renamed rx.js.*.d.ts files into rx.*.d.ts; fixed references
2013-12-16 09:58:41 +04:00
Igor Oleinikov
58a5b53bcd
rx.js: removed *.tscparams files
2013-12-16 00:29:27 +04:00
Igor Oleinikov
519423ea9a
Added rx.testing.d.ts: TestScheduler, ReactiveTest, Subscription, MockObserver, Recorded
2013-12-16 00:19:41 +04:00
Igor Oleinikov
1e8d71d7e3
Created typings for rx.joinpatterns: Patterns, Plan, Observable.when
2013-12-15 23:18:20 +04:00
Igor Oleinikov
6033488b47
updated rx.js.coincidence.d.ts: added overloads for window and buffer
2013-12-15 21:38:05 +04:00
Igor Oleinikov
b5a1466ead
updated rx.js.async.d.ts: created lot of typed overloads for toAsync, fromCallback, fromNodeCallback
2013-12-15 21:16:51 +04:00
Igor Oleinikov
18c862f14c
rx.js.aggregates.d.ts: added reduce function
2013-12-15 11:55:41 +04:00
Igor Oleinikov
6cd535fbbc
rx.js.aggregates.d.ts: added find, findIndex functions
2013-12-15 11:52:05 +04:00
Igor Oleinikov
8a8a3cf9bf
Updated rx.js.aggregates.d.ts
2013-12-15 11:49:09 +04:00
Igor Oleinikov
9c2f13f04d
rx.js.virtualtime.d.ts: updated names, added HistoricalScheduler
...
rx.js.d.ts: updated names, moved some interfaces to Internal
2013-12-15 11:21:23 +04:00
Igor Oleinikov
36513cf85f
rx.js.d.ts: updated many of Observable methods
...
added tests for Observable instance methods
2013-12-14 17:18:44 +04:00
Igor Oleinikov
09a654307a
rx.js: renamed some interfaces to documentation consistent names (IObservable->Observable)
...
added test for rx.js.d.ts
2013-12-14 00:36:32 +04:00
Igor Oleinikov
64b0b3c088
rx.js: fixed rx.js.time.d.ts errors related to switch on TS 0.9.5; some over minor fixes
2013-12-11 18:20:22 +04:00
Igor Oleinikov
188cf5885d
rx.js: started to make consistent with official documentation
2013-12-11 18:19:18 +04:00
Igor Oleinikov
4dea8bf7d2
rx.js: added TS compiler parameters to experimental definitions
2013-12-11 02:01:37 +04:00
Igor Oleinikov
d47d1f0994
rx.js: added definition for experimental functions
2013-12-11 01:14:30 +04:00
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