Andy
1aebd8dfd5
Fix 'rx' tsconfig ( #11692 )
2016-10-04 10:43:33 -07:00
Jon Rimmer
644718439f
Add missing files to rx tsconfig ( #11437 )
2016-10-03 13:09:41 -07:00
Andy Hanson
28ef3d201b
Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/>
2016-09-16 08:59:57 -07:00
Ryan Cavanaugh
c33a46c3d5
Merge commit 'upstream/master~200' into merge_7_25
2016-07-26 18:25:24 -07:00
Ryan Cavanaugh
e9a0d98125
Merge commit 'upstream/master~300' into merge_7_25
2016-07-26 17:45:17 -07:00
Ryan Cavanaugh
b9245fba39
Merge commit 'upstream/master~350' into merge_7_25
2016-07-26 17:24:39 -07:00
Ryan Cavanaugh
5d004be8ba
Merge commit 'upstream/master~600' into merge_7_25
2016-07-26 00:22:12 -07:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
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 Hegazy
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ía
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
Ryan Cavanaugh
bfd400a8f8
Add noEmit to all config files
2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062
Remove unneeded references
2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046
Change relative reference paths to types references. Errors incoming...
2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38
Rename all entry points to index.d.ts and explicitify all file lists
2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5
Add typesRoot to all config files
2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be
Turn off strict null checks
2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a
Add tsconfig.json files
2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7
Merge remote-tracking branch 'upstream/master' into types2.0
...
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Valentin Robert
c0d18b73e8
concatMap supports arrays ( #9010 )
2016-04-18 00:45:49 +09:00
Valentin Robert
85701ac79c
RxJS: resultSelector is optional in combineLatest ( #8917 )
2016-04-12 23:17:06 +09:00
Valentin Robert
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