Commit Graph
93 Commits
Author SHA1 Message Date
Igor Oleinikov d27c018d05 Version bump to 2.2.18 2014-04-01 13:39:25 +04:00
Igor Oleinikov 5094254e61 Added overloads of defer and catch/catchException with handle promises. 2014-04-01 13:39:04 +04:00
Igor Oleinikov b79ba7c76f Added Rx.helpers functions. 2014-04-01 12:02:47 +04:00
Igor Oleinikov 5619051b5e generateWithTime from rx.lite.d.ts was renamed to generateWithRelativeTime and moved as common part to rx.time-lite.ts. 2014-03-20 14:10:25 +04:00
Igor Oleinikov d232e4915f Merge branch 'RxJS-2.2.17' 2014-03-19 17:22:49 +04:00
Igor Oleinikov 5665d2fdb5 Merge remote-tracking branch 'remotes/upstream/master' 2014-03-19 17:22:35 +04:00
Igor Oleinikov 0de8db56da Added rx.lite.d.ts with reference to all common parts with other modules and specific methods. 2014-03-19 17:19:26 +04:00
Igor Oleinikov fcbd7b6ba9 Extracted common part of definitions of rx.backpressure.d.ts and rx.lite.d.ts into rx.backpressure-lite.ts. 2014-03-19 17:18:35 +04:00
Igor Oleinikov a396155280 Extracted common part of defintitions of rx.time.d.ts and rx.lite.d.ts into rx.time-lite.ts. 2014-03-19 17:14:07 +04:00
Igor Oleinikov d247ddf47b Removed incorrect methods from rx.time.d.ts and updated header; 2014-03-19 16:55:41 +04:00
Igor Oleinikov cf83a0f9bf Fixed Observer derived class in rx.testing.d.ts 2014-03-19 16:48:03 +04:00
Igor Oleinikov a837a49c69 Turned Observer from class to interfaces. 2014-03-19 16:42:45 +04:00
Igor Oleinikov 4800dc38a7 Fixed reference in rx.binding-lite.ts 2014-03-19 16:20:39 +04:00
Igor Oleinikov eea2b04a5a Renamed lighted versions to names without .d.ts to exclude from building. 2014-03-19 16:16:46 +04:00
Igor Oleinikov 2d8a49a676 Added reference of rx-lite.d.ts to rx.binding-lite.d.ts. 2014-03-19 16:09:01 +04:00
Igor Oleinikov 723779e7c1 Extracted common part of definitions of rx.binding.d.ts and rx.lite.d.ts into rx.binding-lite.d.ts. 2014-03-19 16:05:20 +04:00
Igor Oleinikov 1094494b18 Fixed publishValue and replay method signatures;
Added `shareValue` and `replayWhileObserved` methods.
2014-03-19 15:52:52 +04:00
Igor Oleinikov f8031be545 Added multicast and share methods in rx.binding.d.ts;
Fixed defintions of `publish`, `publishLast` and `publishValue` methods.
2014-03-19 15:40:10 +04:00
Igor Oleinikov d6da8b051f Extracted common part of definitions of rx.lite and rx.async into rx.async-lite.d.ts 2014-03-19 14:43:50 +04:00
Igor Oleinikov 2f079e5681 Reverted toPromise to rx-lite.d.ts 2014-03-19 14:41:13 +04:00
Igor Oleinikov 1d167082e9 Extracted common part of definitions with rx.lite from rx.d.ts into rx-lite.d.ts. 2014-03-19 14:24:17 +04:00
Igor Oleinikov 20c02becb7 Removed private functions inherits and addProperties from Rx.internals. 2014-03-19 12:32:38 +04:00
Igor Oleinikov 33f2f14405 Renamed Observable.fromGenerator to fromIterable and added overload to take iterable.
Updated header.
2014-03-19 11:07:17 +04:00
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