hellopao
1fa3e10e01
update cluster module for node.d.ts ( #9074 )
2016-04-23 23:39:14 +09:00
TANAKA Koichi
3abab28a3e
sequelize: fix FindOptions ( #9073 )
...
Fix FindOptions.attributes. Now allows a object having include and/or exclude properties.
http://sequelize.readthedocs.org/en/latest/api/model/#findalloptions-promisearrayinstance
2016-04-23 23:36:34 +09:00
Greg O'Connor
ed728ac598
react-select: Allow placeholder to be an Element ( #9061 )
2016-04-23 23:35:52 +09:00
katashin
458feddf12
Update Vue v1.0.16 -> v1.0.21 ( #9069 )
2016-04-23 23:32:48 +09:00
Joshua
8ee5d20860
Fix incorrect constraints typings. ( #9068 )
2016-04-23 23:32:25 +09:00
Luke Venn
51ac3c4520
Added RegExp typing to 'path' argument descriptions ( #9065 )
2016-04-23 22:55:43 +09:00
Jon Sheppard
e735ebe1d3
react-bootstrap: add missing function props to Modal ( #9063 )
...
* react-bootstrap: add missing function props to Modal
* Updated type definition as requested.
2016-04-23 22:55:14 +09:00
Howard Yeh
362675c31d
Add Dimensions module to react-native ( #9056 )
2016-04-23 21:56:20 +09:00
Evgeny
49bc73bf55
added Platform.is method ( #9047 )
...
* added
* change definition of "is" method
Platform -> platformName
bool -> boolean
* add test for "is" method
not sure if it works :)
2016-04-23 21:53:58 +09:00
vvakame
a7b9b1adbf
fix line ending about normalizr/normalizr-tests.ts
2016-04-23 16:47:04 +09:00
AmirSaber Sharifi
477643b46b
add koa-mount ( #9055 )
2016-04-23 16:43:36 +09:00
Paul Chen
eef739049c
Add strongly typed overload to CodeMirror.defineMode ( #9025 )
2016-04-23 16:43:21 +09:00
Ville Orkas
71b4d6f608
Fix es6-promise all generic type overloads ( #9050 )
2016-04-23 16:43:04 +09:00
Dmytro Kulyk
5c5c3d26a1
Add jquery-backstretch definitions. ( #9046 )
...
* Add jquery-backstretch definitions.
* Fix jquery-backstretch definitions.
* Fix jquery-backstretch definitions header.
2016-04-23 16:37:25 +09:00
Sean Kelley
fc4a666145
Lodash: Remove thisArg from everything except _.bind. ( #8781 )
...
* Remove thisArg from everything except _.bind.
* Fix most of the tests: in most cases, deletethe thisArg version, in a few, just delete the thisArg parameter and leave the rest.
* Fix last _.reduce test.
This one was probably actually wrong: `{}` was failing to match `TResult` so it
was instead matching the `any` from the `thisArgs` signature and compiling, even
though that was not the intent of the test. Casting the accumulator to `ABC` selects
the correct overload.
2016-04-23 16:17:43 +09:00
Sean Kelley
7c32a54894
Lodash: update mapvalues, frompairs, pickby ( #8783 )
...
* Make the predicate parameter to _.pickBy optional.
* Add explicit typings for _.mapValues.
* Repair dummy typings for _.fromPairs to be more correct and add implicit/explicit versions.
* Remove non-existent 2-iteratee versions of _.mapValues.
* Preemtively remove thisArg from ONLY the added _.mapValues so the merge with #8781 goes well.
2016-04-23 16:09:20 +09:00
John Reilly
c43012fb5d
Merge pull request #9028 from jasekiw/addjQueryAjaxSettingsToPostAndGet
...
add post and get overloads for JQueryAjaxSettings. add tests for each…
2016-04-23 08:07:17 +01:00
Ivan Vasilov
2a83c342f7
Add all keyword to chai-as-promised ( #9041 )
...
* Add all to promised assertions.
* Changed the definitions to match chai.d.ts.
2016-04-23 16:03:04 +09:00
J08nY
44d3872606
fix: Physijs.d.ts Scene.setGravity() accepts Vector3 ( #9042 )
2016-04-23 15:59:44 +09:00
Long Lazuli
3a44f976ba
Update React - Adds SVG <use> & <symbol> to the JSX IntrinsicElements ( #9012 )
...
* Adds SVG USE & SYMBOL to the JSX IntrinsicElements
* Reverse ReactDom changes
2016-04-23 15:59:14 +09:00
ToastHawaii
35cd1dc5e7
Add typedefinition for normalizr. ( #9040 )
...
* Create normalizr.d.ts
* Added files via upload
2016-04-23 15:48:23 +09:00
Isman Usoh
7492a4ca9f
declare ReactHelmet namespace and fix error ( #8929 )
...
* declare ReactHelmet namespace and fix error
* Update react-helmet-tests.tsx
2016-04-23 15:38:49 +09:00
Riccardo Volonterio
c8714d2d2b
Update turf.d.ts ( #9035 )
...
Exported as module, so can be used like a module.
2016-04-23 15:24:30 +09:00
Péter Babcsány
47363c7222
Update restangular.IProvider.setErrorInterceptor method signature to be compatible with Restangular 1.5 ( #9032 )
2016-04-23 15:22:08 +09:00
Prasanna V. Loganathar
b56b92096d
MatchArgs can also take a string ( #8221 )
...
MatchArgs `location` is either a HistoryModule.Location, or a url string, which is converted to location automatically.
2016-04-23 15:21:33 +09:00
yortus
0754cc639a
Initial typings for babel v6 ( #9031 )
...
* add babel v6 definitions (6 modules)
- babel-core
- babel-generator
- babel-template
- babel-traverse
- babel-types
- babylon
* fix failing tests
- remove nullable annotations (not supported in tsc1.8.7)
- explicit 'any'
- remove property type guard (not supported in tsc1.8.7)
2016-04-23 15:21:08 +09:00
Thomas Hourlier
fa4c230580
Add createMemoryHistory to react-router. ( #8728 )
...
Since the version 2.0.0, react-router exports createMemoryHistory.
2016-04-23 15:19:41 +09:00
Abhishek Garg
cc42f09bd1
Add missing option for expandable ( #8989 )
...
* Add missing option for expandable
Add missing grid option `expandableRowScope` for expandable grid
* Added ng.IScope type for expandableRowScope
2016-04-23 15:13:50 +09:00
Evan Hahn
db57ec3afd
Improve Helmet publicKeyPins definitions ( #9017 )
...
`helmet.publicKeyPins` takes an object of a certain shape instead of any
Object.
2016-04-23 15:12:45 +09:00
Evan Hahn
b20485f598
Add dnsPrefetchControl definition to Helmet ( #9018 )
2016-04-23 15:12:35 +09:00
Cody Lundquist
e2de8d512a
Allow Url type to be passed into setUrl() ( #9008 )
2016-04-23 15:04:11 +09:00
Jason Gallavin
4cdfbe96b6
add post and get overloads for JQueryAjaxSettings. add tests for each of the items
2016-04-17 17:32:36 -04:00
vvakame
544a35a108
update CONTRIBUTORS.md
2016-04-18 01:09:47 +09:00
Sven Reglitzki
fe60d9dfed
Add typings and tests for json-socket ( #9026 )
2016-04-18 01:07:09 +09:00
Milan Burda
cba323eec1
Update to Electron 0.37.6 ( #9016 )
...
* Update to Electron 0.37.6
* Eliminate any where possible
* Add missing setPermissionRequestHandler method on Session
* Add definitions for session.webRequest
* Fix headers type
2016-04-18 00:58:38 +09:00
Evan Martin
b2c345855b
add d.ts for google-closure-compiler ( #9009 )
...
The NPM google-closure-compiler library wraps the Google Closure Compiler.
This d.ts covers the Node interface to the library.
2016-04-18 00:58:14 +09:00
Frank Gambino
12dac7db64
Add _nodeRequire. ( #9015 )
...
9ae1527ed9/lib/core.js (L84)
2016-04-18 00:56:58 +09:00
Valentin Robert
c0d18b73e8
concatMap supports arrays ( #9010 )
2016-04-18 00:45:49 +09:00
Sean Kelley
58b1706b11
Add typings for immutability-helper. ( #9007 )
...
These typings are mostly copy-pasted from react-addons-update. Because this library
strives to be a drop-in replacement for react-addons-update, that seems appropriate.
I did not define it in terms of react-addons-update (i.e., didn't import
react-addons-update and then re-export it) because it won't necessarily track React,
so it should remain separate. Plus, it adds a couple functions.
2016-04-18 00:37:50 +09:00
NCC1701M
e1ba8156f2
Add flyout defenition ( #8982 )
2016-04-18 00:30:52 +09:00
eggers
3c728a34b0
Adding Promise.nearer definition ( #9006 )
2016-04-18 00:29:54 +09:00
Federico Caselli
fb53f43026
Added level to winston Logger ( #9005 )
2016-04-18 00:28:29 +09:00
Jan Aagaard
438405f081
events added to ViewOptions ( #9004 )
2016-04-18 00:24:50 +09:00
andrey
15b498c307
Add type definitions for amchart ( #9002 )
2016-04-18 00:22:03 +09:00
delphinus
7ecabec1bf
Add definition for iconv ( #8999 )
2016-04-18 00:18:47 +09:00
Nikolay Matrosov
083bb57ab8
Definitions for react-widgets ( #8906 )
...
* Definitions for Calendar, ComboBox, DateTimePicker, DropdownList, Multiselect, NumberPicker, SelectList components.
* Added tests
* fixed file naming. Corrected react-widgets.d.ts
2016-04-18 00:04:57 +09:00
Yonezawa-T2
4c02610eb8
Updates kii-cloud-sdk v2.4.0 -> v2.4.3 ( #8995 )
2016-04-17 23:54:51 +09:00
amritk
4de16e34f2
Update stripe.d.ts bank params ( #8994 )
...
Added additional params for creating a bank token as per: https://stripe.com/docs/stripe.js#collecting-bank-account-details
2016-04-17 23:54:14 +09:00
Yiting Zhi 支一婷
a3640e13de
[React] exported copy event simulator for testing ( #8992 )
2016-04-17 23:49:49 +09:00
michalzysk
16799d6085
Declare module for angular permission ( #8948 )
...
* Declare module for angular permission
* AMD support
* Change module name, remove unnecessary AMD support
2016-04-17 23:49:36 +09:00