Igorbek
9445fb4f3b
Merge pull request #1870 from Igorbek/master
...
RxJS: updated to version 2.2.15
2014-03-18 01:50:11 -07:00
Igor Oleinikov
064bcb14a7
RxJS-BackPressure: added tests.
2014-03-18 12:27:51 +04:00
Igor Oleinikov
3a272478da
Added new RxJS-BackPressure module defintion.
...
Fixed .gitignore to exclude rx.js from ignoring.
2014-03-18 12:22:51 +04:00
Igor Oleinikov
7ae46cf1fd
Fixed headers of RxJS-Async and RxJS-Time.
2014-03-18 12:01:02 +04:00
Igor Oleinikov
6c4fcd6035
Rx-Async: added test for startAsync.
2014-03-18 11:53:56 +04:00
Igor Oleinikov
5c938e56b0
Rx-Async: version bump to 2.2.15; added ObservableStatic.startAsync.
2014-03-18 11:51:52 +04:00
Igor Oleinikov
9664806862
Added overloads of selectMany/flatMap taking promises instead of observables.
2014-03-18 11:46:07 +04:00
Igor Oleinikov
c3d5120566
Added overloads of concat and merge taking promises instead of observables.
2014-03-18 11:38:53 +04:00
Igor Oleinikov
35e263318a
Added Observable.fromGenerator method.
2014-03-18 10:59:20 +04:00
Igor Oleinikov
920c290ae3
Fixed definition for Rx.config.Promise;
...
Added test for promises;
2014-03-18 10:46:14 +04:00
Igor Oleinikov
3e29e44ddb
Promises was moved from rx.async.d.ts to rx.d.ts.
2014-03-18 10:31:19 +04:00
Igor Oleinikov
b1c7626cba
Rx.Internals renamed to internals;
...
Added Rx.config module.
2014-03-18 09:51:47 +04:00
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