unknown
85116cafcd
updated buttons definition
2015-01-21 16:32:06 +01:00
unknown
e1013a1c20
jquery pnotify def file for 2.x
2015-01-20 20:11:10 +01:00
Masahiro Wakame
0bf824eb63
Merge pull request #3496 from GothikX/patch-1
...
Added the serializer configuration option
2015-01-20 19:39:38 +09:00
Masahiro Wakame
9bd7fe69d9
Merge pull request #3495 from skeetmtp/master
...
Simplify JQueryPromise overloads thanks to Union types
2015-01-20 19:38:42 +09:00
Masahiro Wakame
2cc15ca575
Merge pull request #3492 from jbrantly/react-reactcomponent-type-insteadof-instance
...
Change most uses of ComponentClass<P> to a type that represents the class
2015-01-20 19:37:28 +09:00
Masahiro Wakame
ff2b6f9b68
Merge pull request #3491 from qinfchen/sigmajs
...
update sigmajs type definition file
2015-01-20 19:36:25 +09:00
Masahiro Wakame
692de10737
Merge pull request #3486 from altano/master
...
Added typings for page
2015-01-20 19:32:11 +09:00
Alex Paven
34c247f4c5
Added the serializer configuration option
...
It's not specified in the documentation but it exists and it's definitely useful.
2015-01-20 10:32:04 +00:00
Alban Lecocq
4e303153ef
Simplify JQueryPromise & JQueryGenericPromise overloads thanks to Union types
2015-01-20 10:51:39 +01:00
Masahiro Wakame
f99f5be663
Merge pull request #3493 from gyohk/threejs-def
...
update to three.js r70.
2015-01-20 13:28:14 +09:00
satoru kimura
33bd3c9d76
update to three.js r70.
2015-01-20 13:19:00 +09:00
jbrantly
7bb2b48cd2
Change most uses of ComponentClass<P> to a type that represents the class
...
This more accurately reflects that createClass returns a class, not an
instance of a class. This will be more important as React v0.13 is released
which supports using ES6 classes as components.
2015-01-19 15:11:02 -05:00
Qinfeng Chen
eebec8ccf1
update sigmajs type definition file
2015-01-19 13:11:05 -05:00
John Reilly
2deb7cab53
Merge pull request #3490 from johnnyreilly/master
...
jQuery: Overloads replaced with union types
2015-01-19 17:10:14 +00:00
John Reilly
56d494cccb
jQuery: Overloads replaced with union types
2015-01-19 17:03:46 +00:00
John Reilly
ebd1153877
Merge pull request #3489 from johnnyreilly/master
...
jQuery: Overloads replaced with union types
2015-01-19 16:48:34 +00:00
John Reilly
5a56463ace
Ensure relevant css overload is part of jquery.transit
2015-01-19 16:43:02 +00:00
John Reilly
9f719ecd26
jQuery: Overloads replaced with union types
2015-01-19 16:32:32 +00:00
John Reilly
597192f303
Merge pull request #3488 from johnnyreilly/master
...
AngularJS: Remove overloads using Union Types
2015-01-19 16:13:16 +00:00
John Reilly
ffdb69f0e1
Remove overloads using Union Types
2015-01-19 16:07:20 +00:00
Alan
e5d5d87e49
Added typings for page - https://www.npmjs.com/package/page - Tiny client-side router
2015-01-19 09:19:35 -05:00
Masahiro Wakame
e84f8a2397
Merge pull request #3485 from Nemo157/rest-interceptor-1.4
...
Rest interceptor 1.4
2015-01-19 22:41:21 +09:00
Masahiro Wakame
c170ea4f7e
Merge pull request #3482 from NN---/patch-8
...
Add optional filters to webNavigation events
2015-01-19 22:40:47 +09:00
Masahiro Wakame
06c6d10bdf
Merge pull request #3470 from cyrilschumacher/master
...
Add definition for "deployJava" and "FileSaver.js".
2015-01-19 22:20:06 +09:00
NN
5a07b46cf4
Fix typo
2015-01-19 12:39:04 +02:00
Wim Looman
3f918a3696
Union types for mime converter
2015-01-19 17:14:58 +13:00
Wim Looman
ae32a37d40
Add config types for builtin interceptors
2015-01-19 17:14:13 +13:00
Basarat Ali Syed
2d04c579cb
Merge pull request #3484 from Nemo157/formidable-1.4
...
Update formidable for TS 1.4
2015-01-19 14:49:33 +11:00
Wim Looman
1685b0160b
Allow init to transform config
2015-01-19 16:44:07 +13:00
Wim Looman
a2edb80689
Make interceptors typed
2015-01-19 16:36:24 +13:00
Wim Looman
c0a8b5c8bb
Update formidable for TS 1.4
2015-01-19 16:27:47 +13:00
Wim Looman
23b98eea8d
Update rest interceptor function for TS 1.4
...
Use union type for return values, make config typed.
2015-01-19 16:25:04 +13:00
Igor Oleinikov
56068d3354
Merge pull request #3483 from Igorbek/promises-a-plus
...
Improved Promises A+ definitions (for TS 1.4)
2015-01-18 13:37:06 -08:00
Igor Oleinikov
ab9a0c7a9e
Improved Promises A+ definitions (for TS 1.4)
2015-01-18 13:18:24 -08:00
John Reilly
9644f4d372
Merge pull request #3480 from optical/convict-schema-improvements
...
Use union type to represent convict schema.
2015-01-18 20:37:58 +00:00
NN
042a525862
Add optional filters to webNavigation events
...
There is an additional argument according to https://developer.chrome.com/extensions/webNavigation
Filters argument is not well documented but present.
Sample from Google:
https://developer.chrome.com/extensions/examples/extensions/gmail/background.js
2015-01-18 21:54:45 +02:00
Jared
be72824553
Use union type to represent convict schema.
...
This enables the use of nested config blocks,
which we wasn't possible before.
2015-01-18 21:48:34 +13:00
John Reilly
a04abbbb2f
Merge pull request #3479 from johnnyreilly/master
...
jQuery: Started replacing overloads with union types
2015-01-18 07:45:38 +00:00
johnnyreilly
aa19476b1c
jQuery: Started replacing overloads with union types
2015-01-18 07:39:17 +00:00
John Reilly
8494f0afe0
Merge pull request #3478 from johnnyreilly/master
...
jQuery.Validation is union typed 🎆
2015-01-18 07:16:56 +00:00
johnnyreilly
e89af75d2c
jQuery.Validation is union typed
2015-01-18 07:14:04 +00:00
John Reilly
a283cea01a
Merge pull request #3477 from johnnyreilly/master
...
AngularJS: IRoute has been union typed
2015-01-17 22:13:00 +00:00
johnnyreilly
30ce45e0e7
AngularJS: IRoute has been union typed
2015-01-17 22:09:34 +00:00
cyrilschumacher
5ad0d64b2c
Update reference.
2015-01-17 11:24:08 +01:00
cyrilschumacher
9d25fa00cb
Rename files from "FileSaver".
2015-01-17 11:22:32 +01:00
cyrilschumacher
2f0d46a901
Rename directory: "fileSaver" to "FileSaver".
2015-01-17 11:15:19 +01:00
John Reilly
7962de8bd1
Merge pull request #3474 from johnnyreilly/master
...
Let the union types go forth and multiply! (This makes me very happy indeed 😄 )
2015-01-17 08:06:12 +00:00
johnnyreilly
9fc7f5794c
Let the union types go forth and multiply
2015-01-17 08:04:09 +00:00
Masahiro Wakame
6425747807
Merge pull request #3473 from harold/master
...
.g and .group arguments are optional in snapsvg
2015-01-17 11:59:29 +09:00
vvakame
b596e4d336
Merge branch 'DanielRosenwasser-typescript.d.ts'
2015-01-17 11:57:18 +09:00