Commit Graph

28118 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
005a50baa0 Merge pull request #15385 from alexey-pelykh/patch-2
Use hashmap signature instead of Object
2017-03-27 11:28:20 -07:00
Nathan Shively-Sanders
b0fbcddb10 Merge pull request #15386 from vilic/patch-7
Add `string[]` to the `type` field of json options for body-parser
2017-03-27 11:27:15 -07:00
Nathan Shively-Sanders
81687bbbac Merge pull request #15388 from MarcusLongmuir/feature/google-protobuf
google-protobuf - Map fixes, undefined messages and formatting
2017-03-27 11:24:59 -07:00
Nathan Shively-Sanders
0349bf9fe3 Merge pull request #15392 from martincostello/ApplePayJS
Add types for Apple Pay JS
2017-03-27 11:19:28 -07:00
Nathan Shively-Sanders
d0d5fe1eef Merge pull request #15394 from chrisgervang/patch-3
Updating ReactCSS types to version 1.2
2017-03-27 11:12:28 -07:00
Nathan Shively-Sanders
637a5a1183 Merge pull request #15396 from alan-agius4/feature/stylelint-add-types
feat(stylelint): create `Type` for formatter and syntax
2017-03-27 11:11:37 -07:00
Nathan Shively-Sanders
1aba51278c Merge pull request #15421 from DefinitelyTyped/dtslint-ready-2
Apply new lint rules to more files
2017-03-27 11:11:08 -07:00
Nathan Shively-Sanders
1484798bdc Merge pull request #15391 from mohsen1/patch-16
Add inline style options to react-split-pane
2017-03-27 10:59:24 -07:00
Andy Hanson
f96c1c5d92 Apply new lint rules to more files 2017-03-27 10:41:22 -07:00
Nathan Shively-Sanders
420136499e Merge pull request #15414 from firede/master
Updating GraphQL types to version 0.9.1
2017-03-27 10:33:58 -07:00
Nathan Shively-Sanders
7d5053f8fe Merge pull request #15420 from huhuanming/react-native-google-analytics-bridge
Add react-native-google-analytics-bridge types
2017-03-27 10:33:08 -07:00
huhuanming
75d72c4174 Add react-native-google-analytics-bridge types 2017-03-28 00:49:29 +08:00
Nathan Shively-Sanders
497e67eea6 Merge pull request #15405 from KeithHenry/patch-3
Added chrome.i18n.detectLanguage
2017-03-27 09:16:25 -07:00
Nathan Shively-Sanders
fb199a44ec Merge pull request #15406 from Mikhus/master
Canvas Gauges v2.1.3 type definitions updated
2017-03-27 09:15:16 -07:00
Nathan Shively-Sanders
94ffb81fa2 Merge pull request #15408 from gldfdp/master
Adding react-onsenui typings
2017-03-27 09:13:04 -07:00
Nathan Shively-Sanders
5128879ca0 Merge pull request #15407 from jnordberg/patch-1
Typofix in howler.js types
2017-03-27 09:08:58 -07:00
Nathan Shively-Sanders
2cc5a1051b Merge pull request #15410 from webbiesdk/patch-1
Updated links in readme
2017-03-27 09:07:49 -07:00
Nathan Shively-Sanders
cd085b946e Merge pull request #15411 from DaveWM/master
Angular formly - allow fieldTransform to be an array of functions
2017-03-27 08:02:16 -07:00
gldfdp
6d01ad0c9a missing "l" in placeholder prop of Input 2017-03-27 14:33:32 +02:00
Firede
57caf93211 fixed lint errors. 2017-03-27 19:37:17 +08:00
Firede
a1b59d6a0f add TypeInfo.getEnumValue and EnumType.getValue 2017-03-27 19:08:48 +08:00
Firede
6843699843 add isNamedType & assertNamedType.
promisify isTypeOf and resolveType.
2017-03-27 19:00:26 +08:00
Firede
ad9c5dd1d2 add findBreakingChanges & findDeprecatedUsages 2017-03-27 18:58:40 +08:00
David Martin
20a6f0b7e9 allow fieldTransform to be an array of functions 2017-03-27 11:41:58 +01:00
webbiesdk
8f44cafe32 Updated links in readme
The links in the readme didn't change after putting all declarations into the `types` folder.
2017-03-27 12:17:53 +02:00
Johan Nordberg
e51040fef4 Typofix
`mobileAudioEnable` should be `mobileAutoEnable`
2017-03-27 11:21:05 +02:00
Firede
7fdcaa7710 remove duplicate functions. 2017-03-27 17:19:40 +08:00
gldfdp
6d640754eb Adding react-onsenui 2017-03-27 11:16:56 +02:00
Firede
67dba4b5a7 add findDeprecatedUsages. 2017-03-27 17:16:24 +08:00
Firede
352a5756b1 operationName is optional. 2017-03-27 17:15:50 +08:00
Firede
619d2fcc39 keyMap is optional. 2017-03-27 17:14:47 +08:00
Mykhailo Stadnyk
1528028bbd Canvas Gauges v2.1.3 type definitions updated 2017-03-27 11:59:07 +03:00
Keith Henry
312f51088e Added chrome.i18n.detectLanguage
`chrome.i18n.detectLanguage` is missing from the type definitions, this change adds the definition.

Original documentation at https://developer.chrome.com/extensions/i18n#method-detectLanguage
2017-03-27 08:38:58 +01:00
Alan Agius
40d95a701d feat(stylelint): create Type for formatter and syntax 2017-03-26 08:42:18 +02:00
Chris Gervang
cf7ea6492c recommended pattern 2017-03-25 17:51:11 -07:00
Chris Gervang
48032bc9c4 expanded the test file to use all of the library correctly. corrected LoopableProps definition. 2017-03-25 17:44:29 -07:00
Chris Gervang
5c64371d89 Updating ReactCSS types to version 1.2 2017-03-25 17:13:32 -07:00
martincostello
05a4862075 Add types for Apple Pay JS
Add types for Apple Pay JS.
https://developer.apple.com/reference/applepayjs
2017-03-25 23:17:18 +00:00
Mohsen Azimi
4abf6ddb2b Add inline style options to react-split-pane 2017-03-25 11:57:57 -07:00
Marcus Longmuir
30cbfd282c google-protobuf - Map fixes, undefined messages and formatting 2017-03-25 16:56:27 +00:00
vilicvane
5f12128b3a Update index.d.ts 2017-03-25 22:40:58 +08:00
Alexey Pelykh
0d2658c362 Use hashmap signature instead of Object 2017-03-25 13:50:00 +02:00
John Reilly
bb7d6b2d08 Merge pull request #15368 from Budry/fix-react-router-static-router-history-props
@types/react-router - StaticRouter has no any history props
2017-03-25 08:30:25 +00:00
Andy
508b2e7869 node: Change "disconnet" to "disconnect" (#15375) 2017-03-24 16:43:33 -07:00
Budry
e77796aee3 StaticRouter has no any history props 2017-03-24 23:59:28 +01:00
Andy
34291ba1db Move files to '.github' directory (#15370) 2017-03-24 15:16:37 -07:00
Andy
f2eeefbf32 Fix fix-tslint script now that types are in types directory (#15374) 2017-03-24 15:05:04 -07:00
Andy
78f4536c66 Fix lint script now that types are in types directory (#15372) 2017-03-24 15:04:36 -07:00
Andy
0ba0c1dd7d Add note in README about file history (#15371) 2017-03-24 14:55:12 -07:00
Andy
18ae90b476 Fix not-needed script now that types are in types directory (#15373) 2017-03-24 14:54:49 -07:00