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
Masahiro Wakame
6b72457a79
Merge pull request #1876 from gyohk/master
...
corrected some descriptions of the Clock class.
2014-03-19 19:42:40 +09:00
Masahiro Wakame
3de1c2c20e
Merge pull request #1875 from scottmcarthur/patch-2
...
angular.d.ts IDocumentService extends IAugmentedJQuery
2014-03-19 19:42:16 +09:00
Igor Oleinikov
2f079e5681
Reverted toPromise to rx-lite.d.ts
2014-03-19 14:41:13 +04:00
Masahiro Wakame
b67ff83961
Merge pull request #1874 from dasa/patch-1
...
Add definitions for 'parallelLimit'.
2014-03-19 19:41:03 +09:00
Masahiro Wakame
0a2d04f265
Merge pull request #1862 from loyd/node
...
node: fix signatures of readFile*
2014-03-19 19:39:52 +09:00
Masahiro Wakame
263dd2f89e
Merge pull request #1858 from studiollama/patch-5
...
Update ng-grid.d.ts
2014-03-19 19:29:23 +09: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
Masahiro Wakame
58c32694ef
Merge pull request #1857 from mikehhawley/patch-1
...
smoothie: fix streamTo signature
2014-03-19 19:21:31 +09:00
Masahiro Wakame
ac149aded0
Merge pull request #1854 from scottmcarthur/patch-1
...
Added new() to IResourceClass
2014-03-19 19:19:47 +09:00
vvakame
67186ede61
sort List of Definitions
2014-03-19 19:14:35 +09:00
Masahiro Wakame
cabdc9ec77
Merge pull request #1845 from ondrejsevcik/master
...
Added CKEditor definitions
2014-03-19 19:11:11 +09:00
John Reilly
acc0d63777
Merge pull request #1877 from johnnyreilly/master
...
jQuery: Promises - made first arg optional
2014-03-19 10:04:38 +00:00
John Reilly
99fa7392f3
jQuery: Promises - made first arg optional
2014-03-19 09:55:21 +00: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
satoru kimura
dcfb6c9ab4
corrected some descriptions of the Clock class.
2014-03-19 13:59:20 +09:00
Scott McArthur
b6a08def3b
angular.d.ts IDocumentService extends IAugmentedJQuery
...
Updated IDocumentService to extend IAugmentedJQuery rather than Document. As per the API (http://docs.angularjs.org/api/ng.$document ) it provides "A jQuery or jqLite wrapper for the browser's window.document object."
2014-03-18 22:36:53 +00:00
Dasa Paddock
ee22143b57
Add definitions for 'parallelLimit'.
...
Doc: https://github.com/caolan/async#parallellimittasks-limit-callback
2014-03-18 11:38:14 -07:00
Igorbek
429cfd875e
Merge pull request #1863 from balassy/patch-3
...
zeroclipboard: updated options
2014-03-18 04:15:14 -07:00
Igorbek
b08ac0d605
Merge pull request #1866 from asaveliev/master
...
ng-grid: changed IGridOptions.data property to be any type
2014-03-18 04:08:42 -07:00
Igorbek
d78879a974
Merge pull request #1867 from niemyjski/patch-3
...
bootstrap.datepicker: reverted DatepickerOptions.todayBtn type to any.
2014-03-18 04:05:14 -07:00
Igorbek
aa345433b8
Merge pull request #1871 from santialbo/restify-pre
...
restify: adds missing restify.pre methods
2014-03-18 04:01:26 -07:00
Santi Albo
d50f5e11ef
Add restify pre example of use on the tests
2014-03-18 09:34:39 +00:00
Santi Albo
8b0c6cab78
Add restify pre module
2014-03-18 09:32:20 +00: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