Commit Graph

58 Commits

Author SHA1 Message Date
Igorbek
760918b889 Merge pull request #1823 from Igorbek/master
Definitions of spec of Promises/A+; Updated RxJS
2014-03-10 11:24:41 -07:00
Igor Oleinikov
0a70335334 Merge branch 'promises-a-plus' 2014-03-10 21:27:52 +04:00
Josh Rosen
12366aca7e Export as "rx" module for CommonJS loading. 2014-03-08 17:10:29 -08:00
Igor Oleinikov
a55ee034aa Merge remote-tracking branch 'remotes/upstream/master'
Conflicts:
	rx.js/rx.d.ts
2014-03-07 15:34:40 +04:00
Igor Oleinikov
87cd95fd92 promises-a-plus: added initial defintions
rx.js: modified IPromise in Async module to match Promises/A+
2014-03-07 14:07:28 +04:00
Diullei Gomes
16c9279a70 fix rx.async-tests.ts 2014-02-26 02:05:28 -03:00
Carl de Billy
36ab9ba2a0 Renamed RxJQueryResult to RxJQueryAjaxResult 2014-02-23 10:05:19 -05:00
Carl de Billy
c9007a305f Adjusted the result type of ajax requests
The generic result type of ajax requests were incorrect.  Now adjusted
with right values.
2014-02-23 10:01:02 -05:00
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
Igor Oleinikov
f0946ebcda rx.js: updated to version 2.2.13 2014-02-02 13:42:57 +04: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