Mine Yalcinalp Starks
253e456e3c
Merge remote-tracking branch 'upstream/master' into types-2.0
...
Many badly resolved merge conflicts
2016-11-18 20:42:46 -08:00
Mine Yalcinalp Starks
ada1df33d6
Merge commit 'upstream/master~440' into types-2.0
2016-11-18 14:21:35 -08:00
Mine Yalcinalp Starks
02cc93be74
Merge commit 'upstream/master~460' into types-2.0
2016-11-18 14:06:56 -08:00
Mine Yalcinalp Starks
64cfaed81c
Merge commit 'upstream/master~480' into types-2.0
2016-11-18 13:54:54 -08:00
Mine Yalcinalp Starks
ece81946f7
Merge commit 'upstream/master~500' into types-2.0
2016-11-18 13:09:27 -08:00
Mine Starks
55978642a2
Merge pull request #12249 from laszlojakab/master
...
Add math3d.d.ts
2016-11-18 10:55:46 -08:00
Mine Starks
d43a765a00
Merge pull request #12245 from ofirgeller/patch-1
...
switch and switchLatest are like a flatMap
2016-11-18 10:54:07 -08:00
Mine Starks
2ba8015aed
Merge pull request #12241 from dccarmo/patch-1
...
[react-native] Updated NavigationCardStack to not extend from NavigationRoute
2016-11-18 10:52:51 -08:00
John Reilly
ffcc060542
Merge pull request #12630 from jbrantly/revert-12071-master
...
Revert "Update react-dnd typings to support decorators."
2016-11-17 21:18:03 +00:00
Mine Starks
6ade727591
Merge pull request #12024 from endel/random-seed
...
add type definitions for 'random-seed' package
2016-11-17 11:44:38 -08:00
Mine Starks
c21f094fe6
Merge pull request #12228 from phijaen/patch-2
...
Update the kendo throttle function definition
2016-11-17 11:34:30 -08:00
Mine Starks
1d31d5a6b7
Merge pull request #11991 from BNedry/master
...
Adding definitions for the "plugapi" package
2016-11-17 10:40:41 -08:00
Andy
68cabf45e1
Merge pull request #12392 from DefinitelyTyped/readme_test_new_package
...
Change instructions for how to test a new type definition
2016-11-17 08:36:51 -08:00
Andy Hanson
85608b4d29
Use baseUrl and typeRoots instead
2016-11-17 07:53:15 -08:00
Andy Hanson
e2b13f3c9e
Change instructions for how to test a new type definition
2016-11-17 07:49:33 -08:00
John Reilly
8691f6ce02
Merge pull request #12737 from mDibyo/master
...
Add xmlns and other attributes to SVGAttributes
2016-11-17 06:23:23 +00:00
Dibyo Majumdar
78d94473f1
Add xmlns and other attributes to SVGAttributes
2016-11-16 16:06:55 -08:00
jdwilkin
8797f32146
Update request.d.ts ( #12731 )
...
adding some missing valid options to type definitions relating to query string handling
2016-11-16 12:24:12 -08:00
Andy
ac5718bbbc
Merge pull request #12726 from DefinitelyTyped/update_readme_pr_template
...
Copy `README.md` and `PULL_REQUEST_TEMPLATE.md` from `types-2.0`
2016-11-16 10:12:41 -08:00
Andy Hanson
b18b48560c
Copy README.md and PULL_REQUEST_TEMPLATE.md from types-2.0
2016-11-16 10:02:19 -08:00
Brent Traut
34ad2b8bb8
Updated “assert” types to match that of npm’s “assert” module. ( #11695 )
...
* Updated “assert” types to match that of npm’s “assert” module.
* Changed comment format in assert.d.ts header.
* Changed comment format in assert.d.ts header (again).
* Removed assert definition inclusion from fbemitter-tests. Those definitions are already included in node.d.ts.
2016-11-15 18:29:13 -08:00
Michael Zlatkovsky
21c369c857
Update ExcelApi 1.3 and OfficeExtension module ( #12677 )
...
* Updated Excel 1.3 APIs and OfficeExtension module
Also organized the file better, to have the new APIs (common OfficeExtension.Runtime, Excel, Word, OneNote) in one block.
Also removed private and meant-to-be-private (underscore-prefixed) members on Excel APIs.
* Removed all "readonly"-s to make the d.ts TS-1.8-compliant
* Fixed implicit-any issue:
office-js/office-js.d.ts(2182,28): error TS7006: Parameter 'resolve' implicitly has an 'any' type.
office-js/office-js.d.ts(2182,37): error TS7006: Parameter 'reject' implicitly has an 'any' type.
2016-11-15 15:30:34 -08:00
Vincent Siao
8d14188c4c
Revert "Update react-dnd typings to support decorators."
2016-11-11 13:23:35 -08:00
Yui
f5ab2df94e
Merge pull request #12320 from RandScullard/passport-generics
...
passport: Added generic versions of serializeUser and deserializeUser
2016-11-10 16:37:14 -08:00
Yui
ffb516d9bc
Merge pull request #12022 from vjau/iteratee
...
[underscore] added iteratee shorthand syntax for some usages of map and uniq
2016-11-10 16:29:12 -08:00
Yui
0fedf470e9
Merge pull request #12071 from cgilboy/master
...
Update react-dnd typings to support decorators.
2016-11-10 16:28:55 -08:00
Yui
dbcb2e301e
Merge pull request #12298 from RandScullard/node-schedule-recurrencespec
...
node-schedule: Add support for object literal syntax.
2016-11-10 16:17:41 -08:00
Igor Oleinikov
d52e1a6e6c
Merge pull request #12599 from JD-Robbs/patch-1
...
Adds missing `retained` status to `KnockoutArrayChange`
2016-11-10 16:03:18 -08:00
Yui
dc271c6b4b
Merge pull request #12448 from Yimiprod/master
...
update definition for 3.3.0
2016-11-10 15:41:46 -08:00
Yui
1c453257c1
Merge pull request #12545 from itroncloudservices/master
...
i18next: add options to the interface
2016-11-10 15:23:00 -08:00
Andy
9994b4eb4a
Improve PR template ( #12517 )
2016-11-10 15:20:24 -08:00
Yui
69a9008c74
Merge pull request #12565 from Akim95/remove-billplz
...
remove billplz typings
2016-11-10 15:20:07 -08:00
Yui
acf5dc45fb
Merge pull request #12587 from DefinitelyTyped/bundled_header
...
Mention that bundled packages don't need a header
2016-11-10 14:46:40 -08:00
Yui
e977422734
Merge pull request #12595 from openminder/master
...
Update Shopify Buy v0.4.2 Typings
2016-11-10 14:33:10 -08:00
Yui
b864c7d791
Merge pull request #12604 from More4ever/add-length-for-unorderedbulk
...
Add length property for UnorderedBulkOperation
2016-11-10 14:03:10 -08:00
Yui
063cf79ee7
Merge pull request #12607 from lukas-zech-software/master
...
Add 'bytesRead' and 'path' to fs.ReadStream
2016-11-10 14:02:31 -08:00
Yui
c9061f52ff
Merge pull request #12167 from erkalicious/master
...
Capture possible additional parameters in dcjs event handlers
2016-11-10 13:53:29 -08:00
Zhengbo Li
56a4356292
Merge pull request #12162 from PhilippSoehnlein/master
...
[Lodash] Add fromIndex param to findIndex, findLastIndex and findLast
2016-11-10 13:52:04 -08:00
Yui
668e0e46e3
Merge pull request #12101 from evansnicholas/master
...
Added typings for _.defaultTo to lodash.
2016-11-10 13:33:17 -08:00
Yui
077166eab1
Merge pull request #12138 from fromm1990/patch-1
...
Adding imagePath property
2016-11-10 12:50:15 -08:00
Yui
72d66a8bff
Merge pull request #12073 from tynorton/patch-1
...
Support for accessing the DataSource.transport variable
2016-11-10 11:26:42 -08:00
Yui
ddf1499f6a
Merge pull request #12055 from rinzeb/patch-2
...
Update kafka-node.d.ts
2016-11-10 11:10:51 -08:00
Yui
f92ec1fc4e
Merge pull request #11906 from hleclerc/master
...
modification/correction of signatures in module async
2016-11-10 11:08:45 -08:00
Lukas Zech
125165e3c2
Add 'bytesRead' and 'path' to fs.ReadStream
2016-11-10 16:10:07 +01:00
More4ever
df8674b001
Add length property for UnorderedBulkOperation
2016-11-10 17:09:02 +02:00
JD-Robbs
6a320b7569
Adds missing retained status to KnockoutArrayChange
2016-11-10 12:40:41 +00:00
Hugo Leclerc
d5913e497b
Adding error types in explicit calls of async-tests
2016-11-10 09:50:36 +01:00
Hugo Leclerc
88a6a82c69
Merge branch 'master' of github.com:DefinitelyTyped/DefinitelyTyped
...
Actual changes concern type of `err` that can be of any type (async only needs to convert them to boolean)
2016-11-10 09:34:28 +01:00
Martin Köhn
e8f1934fba
Update typings for shopify-buy v0.4.2
2016-11-10 08:19:05 +01:00
Martin Köhn
fd6c85e04f
fix exported module naming
2016-11-10 07:19:22 +01:00