Commit Graph
7869 Commits
Author SHA1 Message Date
apathytomorrow 3fdfa45029 Added IsDuration tests 2015-01-28 15:27:34 +00:00
apathytomorrow b9318019f8 Addd isDuration tests 2015-01-28 15:26:47 +00:00
John Reilly 20e56f1f30 Merge pull request #3509 from Asana/react-ts-1.4
Update react.d.ts for Typescript 1.4
2015-01-22 08:19:35 +00:00
Horiuchi_H 4f0eec65af Merge pull request #3510 from xt0rted/bootbox-fix
Add missing semicolons
2015-01-22 10:07:42 +09:00
Brian Surowiec d4d9f88695 Add missing semicolons 2015-01-21 19:55:44 -05:00
Vincent Siao e12488eb5c Fix ReactType references and ReactNode types 2015-01-21 16:22:06 -08:00
Vincent Siao 8194252213 Update react.d.ts for Typescript 1.4 2015-01-21 15:51:16 -08:00
Vincent Siao 24ce5cba42 Merge pull request #6 from borisyankov/master
Merge borisyankov:master into Asana:master
2015-01-21 14:30:01 -08:00
John Reilly e0a774f721 Merge pull request #3500 from danielearwicker/master
Use union types (TS 1.4) for ko.unwrap and ko.utils.unwrapObservable
2015-01-21 09:23:25 +00:00
Daniel Earwicker 458c047f7e ko.utils.unwrapObservable uses union types 2015-01-20 21:59:36 +00:00
Daniel Earwicker 3497b7ecd3 ko.unwrap uses union types 2015-01-20 21:47:29 +00: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