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
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
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
Masahiro Wakame
3c1e1e4d0b
Merge pull request #1869 from gyohk/master
...
corrected the description of elapseTime property in the Clock class.
2014-03-18 11:40:22 +09:00
satoru kimura
150c745841
corrected the description of elapseTime property in the Clock class.
2014-03-18 11:31:01 +09:00
Blake Niemyjski
ec927272fa
Please stop changing the todayBtn type...
...
$('#start').datepicker({
startDate: new Date(2013, 0, 0),
endDate: moment().startOf('day').toDate(),
todayBtn: 'linked'
})
2014-03-17 15:30:00 -05:00
asaveliev
0a9851d2ec
Changed IGridOptions.data property to be any type
...
Curreng ng-grid documentation incorrectly lists out the possible data option values - it's actually either string or object reference. See https://github.com/angular-ui/ng-grid/issues/1033#issuecomment-37218058
2014-03-17 12:56:31 -04:00
John Reilly
65f6e6cac3
Merge pull request #1865 from johnnyreilly/master
...
jQuery: Promises promises
2014-03-17 15:44:16 +00:00
John Reilly
ee580ff303
jQuery: As promised
2014-03-17 15:26:53 +00:00
Bart van der Schoor
870203c593
Merge pull request #1856 from Bartvds/def/bluebird
...
restructured bluebird definitions
2014-03-17 16:08:55 +01:00
John Reilly
23c057e243
jQuery: Promises promises
2014-03-17 15:00:39 +00:00
John Reilly
8b3f4ad4eb
Merge pull request #1864 from johnnyreilly/master
...
jQuery:Lets see if we can be JSDoc complete by v1
2014-03-17 14:47:01 +00:00
John Reilly
b18a971c9a
jQuery: are we there yet?
2014-03-17 14:39:08 +00:00
John Reilly
f48f188c6c
jQuery: coming on
2014-03-17 14:25:38 +00:00
John Reilly
09e0ce15f4
jQuery: JSDoc get's closer
2014-03-17 14:16:29 +00:00
John Reilly
c5865f9043
jQuery:Lets see if we can be JSDoc complete by v1
2014-03-17 14:08:37 +00:00
György Balássy
2207f80d7f
Options updated
...
Updated the ZeroClipboardObject interface according to the latest spec and extended with JSDoc comments.
2014-03-17 12:47:46 +01:00
ondrejsevcik
38fd3aa269
Fix Travis CI build (because of tsc --noImplicitAny option)
2014-03-17 10:38:19 +01:00
Basarat Ali Syed
e2031426d0
Merge pull request #1772 from balassy/patch-2
...
Support AMD
2014-03-17 19:39:30 +11:00
Masahiro Wakame
5cc402b0b8
Merge pull request #1860 from fancyoung/master
...
fix bootstrap.datepicker type
2014-03-17 14:17:50 +09:00
fancyoung
be638c57f8
fix bootstrap.datepicker type
...
Param `startDate` and `endDate` are not only Date type.
2014-03-17 12:40:13 +08:00
Bart van der Schoor
eed8736e64
Merge pull request #1855 from Bartvds/def/highland
...
small API updates for highland 1.19.0
2014-03-16 19:40:30 +01:00
Bart van der Schoor
d40e2530fd
improved bluebird definitions
...
changed part of module to static class members
- enables Promise.try()
various small fixes and tweaks
2014-03-16 19:36:20 +01:00
Bart van der Schoor
a5e6460613
small API updates for highland 1.19.0
2014-03-16 18:48:56 +01:00
Scott McArthur
f8d7eee419
Added new() to IResourceClass
...
Added `new(dataOrParams? : any) : T;` to `IResourceClass<T>` to allow creation of a new instance of the resource using the `new` keyword, which is required to create a new resource object of type `T`.
In the [AngularJS documentation example](http://docs.angularjs.org/api/ngResource/service/$resource ) this change would allow for line 27 `new CreditCard({number:'0123'});` where `CreditCard` is `IResourceClass<CreditCard>`. Without this change we get `error TS2083: Invalid 'new' expression.` when new-ing the resource.
2014-03-16 17:15:47 +00:00
Masahiro Wakame
54d4f70ef8
Merge pull request #1851 from balassy/patch-4
...
AMD support
2014-03-16 09:54:05 +09:00
György Balássy
eba4473728
AMD support
...
Added AMD support as the original ZeroClipboard.js has direct built-in support for AMD as well.
2014-03-16 01:33:02 +01:00
Basarat Ali Syed
028836ee00
Merge pull request #1850 from borisyankov/def/gruntjs
...
Added missing write signature
2014-03-16 00:14:58 +11:00
Basarat Ali Syed
1693c24110
Added missing write signature
...
This is also consistent with the doc comments already there.
2014-03-16 00:03:28 +11:00
Masahiro Wakame
2e5ad83aee
Merge pull request #1829 from santialbo/patch-4
...
Fix typo on restify type definition
2014-03-15 21:53:06 +09:00