Commit Graph

102 Commits

Author SHA1 Message Date
Igor Oleinikov
44912732ea Version bump to 2.2.20 for all other files 2014-04-14 11:31:43 +04:00
Igor Oleinikov
aca5a09c70 Updated RxJS-Experimental to v2.2.20 2014-04-14 11:27:10 +04:00
Igor Oleinikov
71b823a0e3 Updated RxJS-BackPressure to v2.2.20 2014-04-14 11:12:45 +04:00
Igor Oleinikov
52d7857dad Updated rx.async.d.ts to version 2.2.20 2014-04-14 10:54:32 +04:00
Igor Oleinikov
27d981af63 Updated rx.aggregates.d.ts t oversion 2.2.20 2014-04-14 10:51:24 +04:00
Igor Oleinikov
de65cd05cb Updated rx.d.ts and rx-lite.d.ts to version 2.2.20 2014-04-14 10:47:37 +04:00
Igor Oleinikov
096eaefcbc RxJS: added references of rx-lite.d.ts 2014-04-03 18:47:32 +04:00
Igor Oleinikov
ba4f75d1f7 RxJS: fixed references 2014-04-03 18:36:55 +04:00
Igor Oleinikov
82f2b025da RxJS: *-lite.ts renamed to *-lite.d.ts (to contribute with package) 2014-04-03 18:19:48 +04:00
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