Commit Graph

20650 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
3b9e6d573e Merge pull request #10509 from vladotesanovic/patch-1
Update express-brute.d.ts
2016-08-08 16:22:14 -07:00
Nathan Shively-Sanders
e968a20625 Merge pull request #10518 from DethAriel/master
[grecaptcha] Added a missing `size` parameter; Added value constraints to `theme`, `type`, and `size` parameters
2016-08-08 16:21:37 -07:00
Nathan Shively-Sanders
51089659cb Merge pull request #10511 from jan-molak/master
(yargs) Updated to match the command signature as of 4.8.1
2016-08-08 16:13:41 -07:00
Nathan Shively-Sanders
8c3aadb6b9 Merge pull request #10501 from wallverb/SNICallback-fix
Add cb to SNICallback
2016-08-08 16:12:15 -07:00
Nathan Shively-Sanders
5af8deecd6 Merge pull request #10517 from PeculiarVentures/master
Update Handle type
2016-08-08 16:00:41 -07:00
Ruslan Arkhipau
f27002e290 [grecaptcha] Added a missing size parameter; Added value constraints to theme, type, and size parameters 2016-08-08 14:06:19 -07:00
jan-molak
79aec36f24 Corrected the indentation and added a test to cover the optional configuration object that can be passed to commandDir 2016-08-08 20:10:57 +01:00
microshine
ab312fac95 Update Handle type 2016-08-08 20:36:36 +03:00
Mine Starks
d7dfa08dd4 Merge pull request #10482 from elektromodulator/master
[Drop] Fix issue where createContext did not return constructable type
2016-08-08 08:50:21 -07:00
jan-molak
18d922366a Updated to match the command signature as of 4.8.1 and updated the tests 2016-08-08 13:51:42 +01:00
jan-molak
a54edba691 Updated to match the command signature as of 4.8.1 2016-08-08 13:18:41 +01:00
Vlado Tesanovic
f01bad82e6 Update express-brute.d.ts 2016-08-08 14:08:07 +02:00
Péter Kovács Q
5dcd99320d [Drop] Change return type of createContext to use typeof 2016-08-08 10:41:19 +02:00
Horiuchi_H
611669c153 Merge pull request #10499 from simonxca/patch-mongoose
Mongoose commented out MongooseArray.sort()
2016-08-08 11:20:41 +09:00
Mine Starks
ea75b21248 Merge pull request #10474 from webbiesdk/emberUpdateTo27
Ember update to 2.7
2016-08-07 15:05:06 -07:00
wallverb
f1fe214803 Add cb to SNICallback
NodeJS doc: SNICallback(servername, cb) <Function> A function that will be called if the client supports SNI TLS extension. Two arguments will be passed when called: servername and cb. SNICallback should invoke cb(null, ctx), where ctx is a SecureContext instance. (tls.createSecureContext(...) can be used to get a proper SecureContext.) If SNICallback wasn't provided the default callback with high-level API will be used (see below).
2016-08-07 10:53:50 -04:00
Simon
0da790884e commented out array.sort() which may create errors depending on the version of lib.d.ts 2016-08-07 08:08:05 -04:00
Erik Krogh Kristensen
41a2fd266b Re-introduced the redundant Em declaration. 2016-08-06 17:45:21 +02:00
Mine Starks
bc38caf4c4 Merge pull request #10470 from NoHomey/patch-7
Improvement to node type definition
2016-08-05 14:19:07 -07:00
Mine Starks
d5c848961c Merge pull request #10487 from jankalfus/master
Added definition for redux-storage-engine-reactnativeasyncstorage
2016-08-05 13:34:05 -07:00
Mine Starks
f5470c332c Merge pull request #10476 from plantain-00/chart.js
improve chart.js type
2016-08-05 13:33:24 -07:00
Mine Starks
1ac852f6d1 Merge pull request #10475 from NoHomey/patch-8
Adding missing method persist from SyntheticEvent
2016-08-05 13:27:12 -07:00
Mine Starks
af98dcd5f6 Merge pull request #10473 from SteffenMangold/patch-1
Wrong object type
2016-08-05 13:23:16 -07:00
Mine Starks
4f1c38da61 Merge pull request #10481 from KostyaEsmukov/react-breadcrumbs
Added typings for react-breadcrumbs
2016-08-05 13:21:50 -07:00
Mine Starks
514b3b9629 Merge pull request #10478 from KostyaEsmukov/fix_i18next-browser-languagedetector
Removed unneeded dependency from express in i18next-browser-languagedetector
2016-08-05 12:04:33 -07:00
Mine Starks
0355db1bda Merge pull request #10484 from nickiannone/master
Added initial definitions and tests for winston-dynamodb.
2016-08-05 11:24:06 -07:00
Mine Starks
352403521d Merge pull request #10477 from KostyaEsmukov/react-css-modules
Added typings for react-css-modules
2016-08-05 11:22:55 -07:00
Jan Kalfus
22798b0a56 Added test for "redux-storage-engine-reactnativeasyncstorage" 2016-08-05 20:18:02 +02:00
Mine Starks
354338fe8c Merge pull request #10485 from KostyaEsmukov/react-i18next
Added typings for react-i18next
2016-08-05 11:07:28 -07:00
Jan Kalfus
90cd5050a5 Added definition for redux-storage-engine-reactnativeasyncstorage (it has the same interface as redux-storage-localstorage). 2016-08-05 20:04:59 +02:00
Mine Starks
ec3afc4c08 Merge pull request #10486 from tyricec/master
Added latlngbounds and latlng literals to class LatLngBounds
2016-08-05 11:04:03 -07:00
Mine Starks
7de78798be Merge pull request #10447 from Volox/twit
Added twit definitions.
2016-08-05 11:00:15 -07:00
Tyrice Clark
2813cdaf45 Added latlngbounds and latlng literals to class LatLngBounds 2016-08-05 10:30:50 -07:00
Kostya Esmukov
b7cce90002
react-css-modules: elaborated on how to use the InjectedCSSModuleProps 2016-08-05 20:05:11 +03:00
Kostya Esmukov
55bb6c5326
Added typings for react-i18next 2016-08-05 20:02:25 +03:00
Nicholas Iannone
00f074de41 Minor tweaks. 2016-08-05 11:37:14 -05:00
Nicholas Iannone
154a848366 Added initial definitions and tests. 2016-08-05 11:26:34 -05:00
Péter Kovács Q
3df433e5dc [Drop] Remove unnecessary whitespace 2016-08-05 17:17:58 +02:00
Péter Kovács Q
a1a716dca3 [Drop] Fix issue where createContext did not return constructable type 2016-08-05 17:04:49 +02:00
Kostya Esmukov
094208b0a5
Added typings for react-breadcrumbs 2016-08-05 17:25:37 +03:00
york yao
c551471a2d improve color 2016-08-05 21:19:20 +08:00
Kostya Esmukov
b6e562cdac
Removed unneded dependency from express in i18next-browser-languagedetector 2016-08-05 16:18:47 +03:00
Kostya Esmukov
f813c33ffb
Added typings for react-css-modules 2016-08-05 15:59:57 +03:00
Ivo Stratev
edcbaabb56 Adding missing method persist from SyntheticEvent 2016-08-05 15:55:51 +03:00
york yao
3bcca72c33 improve chart.js type 2016-08-05 20:54:49 +08:00
SteffenMangold
daf6eb644a Wrong object type
interface HighchartsStatic {

"charts: HighchartsChart[];" should be "charts: HighchartsChartObject[];"
2016-08-05 13:14:55 +02:00
Erik Krogh Kristensen
74b0156518 Added the Registry class to ember. (since it is a private class, and the API is unstable, no documentation was added for the inner workings): 2016-08-05 12:27:29 +02:00
Erik Krogh Kristensen
6b5a500c0b The entire Test object was documented wrong. It is not a class, it is a plain object/module/namespace with functions and properties. 2016-08-05 11:44:38 +02:00
Erik Krogh Kristensen
85059621e5 A lot of updating ember to version 2.7 2016-08-05 11:29:32 +02:00
Erik Krogh Kristensen
9ab8c2ce8c When wring types in Ember, you now have to use the full "Ember" name instead of the shorthand "Em". 2016-08-05 11:22:56 +02:00