Commit Graph
38 Commits
Author SHA1 Message Date
Thomas-P c4d63af4ec Fixing return values for Observable functions
All Observable functions return an Observable<T> instead of T. So I
fixed this in the rx-lite.d.ts
2016-06-28 13:42:30 +02:00
Juan Luis Boya García d802910281 Versions of operator functions without resultSelector 2016-06-23 15:49:35 +02:00
Juan Luis Boya García bbd48d520d Versions of operator methods without resultSelector 2016-06-23 15:44:10 +02:00
Juan Luis Boya García 895088eb01 Make resultSelector mandatory for some overloads 2016-06-23 15:21:09 +02:00
Juan Luis Boya García 4a88d34706 Use union types to avoid combinatory explosion 2016-06-23 14:13:08 +02:00
Mohamed HegazyandGitHub c45c672e87 Merge pull request #9421 from ntrrgc/resultSelector
Rx: resultSelector should be optional
2016-06-21 15:22:35 -07:00
Juan Luis Boya GarcíaandMasahiro Wakame 1a1580dd78 Rx: retryWhen (#9422) 2016-05-26 22:36:10 +09:00
Juan Luis Boya García 7db63a2dd8 Rx: resultSelector should be optional 2016-05-23 03:10:11 +02:00
Valentin RobertandMasahiro Wakame c0d18b73e8 concatMap supports arrays (#9010) 2016-04-18 00:45:49 +09:00
Valentin RobertandMasahiro Wakame 85701ac79c RxJS: resultSelector is optional in combineLatest (#8917) 2016-04-12 23:17:06 +09:00
Valentin RobertandMasahiro Wakame abccfd4309 partition's thisArg should be optional (#8895) 2016-04-12 22:54:32 +09:00
vvakame 7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Jacob Eggers ec0ee97259 Fixing rx-lite module name 2015-12-06 21:58:46 -08:00
Richard Towers f06966b9ff Fix Rx.Observable.scan seeded overload 2015-10-11 20:00:54 +01:00
Igor Oleinikov d2bab5738b Merge pull request #4992 from fkowal/rx_2.5.3
bump rx to 2.5.3
2015-08-30 09:21:45 -07:00
Martin Obert 07e3d201c0 added missing getValue() definition for Rx.BehaviorSubject 2015-07-21 12:30:23 +02:00
Maciej Kowalski 4d86cc2408 bump rx to 2.5.3 2015-07-20 15:49:54 +02:00
Ian Riley 0a183cdfaf Adds 'default' property to SchedulerStatic interface.
**default** is an alias for the, now legacy, **timeout** property on Scheduler.
2015-07-19 13:25:29 -07:00
Matt Sylvia 33c279b92b Fix typo in Rx.Observable.fromIterable method name 2015-07-09 16:26:23 -04:00
Trevor Baron eff6f5ec54 change fromEvent to allow element of any type
this function can take a wide range of types for element as seen from docs: https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/fromevent.md

"element (Any): The DOMElement, NodeList, jQuery element, Zepto Element, Angular element, Ember.js element or EventEmitter to attach a listener. For Backbone.Marionette this would be the application or an EventAggregator object."
2015-06-23 20:48:31 -04:00
Dave Keen d4873ce3f5 rx: added missing 'pairs' definition 2015-06-02 15:52:20 +02:00
Igor Oleinikov e4434bce38 Updated TestScheduler to be interface instead of class. 2014-11-22 10:54:08 -08:00
Igor Oleinikov 319040ce1a Updated VirtualTimeScheduler to be interface instead of class. 2014-11-22 10:50:43 -08:00
Igor Oleinikov c9b5ff330e RxJS: added missed return type for Scheduler constructor. 2014-11-22 10:39:33 -08:00
Igor Oleinikov 8fea426543 RxJS: definition for Scheduler moved to rx-lite.d.ts and described by interface pair. 2014-11-22 10:30:55 -08:00
Igor Oleinikov 4dfaec5ea8 rx.all.ts renamed to rx.all.d.ts. 2014-11-22 09:26:48 -08:00
Igor Oleinikov b51c8625bc Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-11-22 08:44:55 -08:00
Igor Oleinikov 1014322dc8 Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-09-30 20:11:50 -07:00
Igor Oleinikov b66e6a1f50 Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-07-22 14:44:09 -07:00
Igor Oleinikov da341ea3d1 Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-07-22 13:19:52 -07:00
Igor Oleinikov df571c866d Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-07-22 13:11:16 -07:00
Igor Oleinikov b6717c63e2 Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS 2014-07-22 12:08:33 -07:00
Igor Oleinikov 982aafdcde Merge remote-tracking branch 'rx/master' into RxJS 2014-07-22 10:42:04 -07:00
Igor Oleinikov f915513180 Removed rx files before merging. 2014-07-22 10:41:20 -07:00
Igor Oleinikov 3854edf9c3 Added few helpers functions. 2014-07-22 10:03:38 -07:00
Igor Oleinikov 3a92e77193 rx.js renamed to rx. 2014-07-21 18:11:26 -07:00