hriss95
|
6013c413c2
|
Node.d.ts: Update definitions for module "domain" (#10965)
* Node.d.ts: Update definitions for module "domain"
* Node.d.ts: Update definitions for module "domain"
|
2016-09-06 23:18:35 +09:00 |
|
hriss95
|
6866455f51
|
Node.d.ts: Introduce module "timers" (#10964)
|
2016-09-06 23:17:33 +09:00 |
|
David Poetzsch-Heffter
|
5c82604617
|
SendOptions for parse push on new parse-server need the useMasterKey flag to work (#10962)
|
2016-09-06 23:15:33 +09:00 |
|
hriss95
|
ef8a45b6e5
|
Node.d.ts: Update definitions for module "repl" (#10958)
|
2016-09-06 23:13:49 +09:00 |
|
Tomas Mozeris
|
6ae3be6d82
|
Add actionTypes export (#10957)
|
2016-09-06 23:12:40 +09:00 |
|
Stef Heyenrath
|
90c2247f74
|
Updated aws-lambda (#10966)
* Updated aws-lambda
Fixed issue #10956
* Bring back old functions for Node.js Runtime v0.10.42
Bring back old functions for Node.js Runtime v0.10.42
|
2016-09-06 23:11:58 +09:00 |
|
Mario Adrian
|
b74d0bee45
|
The "chain" methods "all" return boolean values. (#10955)
They actually return _ChainSingle<boolean>, not _Chain<T>.
http://underscorejs.org/#every
|
2016-09-06 23:10:57 +09:00 |
|
hriss95
|
76a497660f
|
Node.d.ts: Update definitions for module "http" (#10954)
|
2016-09-06 23:10:30 +09:00 |
|
Mario Adrian
|
03b4cf5036
|
Update underscore.d.ts (#10953)
the chain functions: indexOf, lastIndexOf, sortedIndex returns a _ChainSingle<number>
|
2016-09-06 23:07:25 +09:00 |
|
Kensuke Matsuzaki
|
8c6386ebf4
|
Add missing method definitions for sql.js (#10948)
|
2016-09-06 23:06:29 +09:00 |
|
Mudkip
|
fdbf262aa9
|
Add type definition for koa-json-error (#10951)
* Add type definition for koa-json-error
* Consist with import statement
|
2016-09-06 23:06:12 +09:00 |
|
Mudkip
|
8ca65ab187
|
ES2015 module support for koa-compress and koa-favicon (#10949)
|
2016-09-06 23:02:57 +09:00 |
|
Mudkip
|
e7f20ea2f4
|
Use for path in koa-router (#10941)
|
2016-09-06 23:02:09 +09:00 |
|
Cody Lundquist
|
c923214e96
|
Add typings for lazy() method (#10945)
* Add typings for lazy() method
Here is a link to the documentation: https://github.com/hapijs/joi/blob/v9.0.4/API.md#lazyfn
* Add test for lazy method.
|
2016-09-06 23:01:28 +09:00 |
|
Matt Lewis
|
f3507ff480
|
Add missing chai-things typings (#10936)
|
2016-09-06 22:53:18 +09:00 |
|
Matt Lewis
|
db2cdad3e6
|
Add DSUtils global (#10939)
|
2016-09-06 22:53:07 +09:00 |
|
Óscar Carretero
|
09a6c85392
|
FullCalendar header option accepts boolean value (#10942)
|
2016-09-06 22:52:50 +09:00 |
|
Matt Lewis
|
26de5a524f
|
Add some missing typings to js-data-http (#10940)
|
2016-09-06 22:50:30 +09:00 |
|
Jasper Siegmund
|
545269415d
|
Updated method sig for logout which returns a promise (not void) (#10931)
|
2016-09-06 22:45:42 +09:00 |
|
kfickel
|
49870cb1d4
|
Fixed node.js-crypto-typings Verify.verify and Signer.sign (#10930)
source for Verify
https://nodejs.org/dist/latest-v6.x/docs/api/crypto.html#crypto_verifier_verify_object_signature_signature_format
source for Signer
https://nodejs.org/dist/latest-v6.x/docs/api/crypto.html#crypto_sign_sign_private_key_output_format
|
2016-09-06 22:44:37 +09:00 |
|
adstep
|
f01a67a8f2
|
authManager update and tests (#10858)
* authManager update and tests
* return type annotation
|
2016-09-06 22:42:24 +09:00 |
|
akankov
|
9726ab6460
|
swiper constructor update (#10928)
|
2016-09-06 22:42:05 +09:00 |
|
Tyler Waters
|
981a25bd1f
|
Updates resolve-from typings to support import as syntax (#10927)
Fixes #10926
|
2016-09-06 22:41:47 +09:00 |
|
Paulo Cesar
|
7cc38a3274
|
revalidator: fix and update (#10757)
* fix and update
* naming convention and split the declaration for easy typecasting
* fix for nested properties
* enforce type according to the object
|
2016-09-06 22:32:48 +09:00 |
|
Nathan Shively-Sanders
|
084e559166
|
Merge pull request #10912 from cwmrowe/master
openlayers: Cluster and Source constructor and Layer.setZIndex function
|
2016-08-31 14:46:37 -07:00 |
|
Ryan Cavanaugh
|
388b9322ce
|
Merge pull request #10888 from BurtHarris/NodeJS.EventEmitter.6
Node.d.ts: trouble with new EventEmitter methods
|
2016-08-31 10:37:46 -07:00 |
|
Ryan Cavanaugh
|
1edd532192
|
Merge pull request #10895 from bahman616/master
Typing for notify.js
|
2016-08-31 08:56:56 -07:00 |
|
Chris Rowe
|
2f8791fc63
|
openlayers: add return type to Control.setTarget
|
2016-08-31 10:47:10 +01:00 |
|
Chris Rowe
|
221f10c7f7
|
openlayers: ScaleLine and Control type definitions
|
2016-08-31 10:42:40 +01:00 |
|
Ryan Cavanaugh
|
1b21ed5d2e
|
Merge pull request #10797 from grippstick/patch-2
added the enum used in requestFileSystem
|
2016-08-30 20:55:44 -07:00 |
|
Ryan Cavanaugh
|
700a23c3ac
|
Merge pull request #10807 from ligaz/patch-2
Fix withWidth return type signature to be a HOC
|
2016-08-30 20:44:02 -07:00 |
|
Ryan Cavanaugh
|
e6fe3e9d56
|
Merge pull request #10827 from samiraguiar/patch-3
Add language setting and responsive option
|
2016-08-30 20:43:33 -07:00 |
|
Ryan Cavanaugh
|
52b6221b2b
|
Merge pull request #10839 from aleung/pg
pg 6.1.0
|
2016-08-30 20:42:04 -07:00 |
|
Bahman Nikkhahan
|
4f508f62ff
|
Typing for notify.js fixed some bugs
|
2016-08-31 13:39:45 +10:00 |
|
Ryan Cavanaugh
|
f3bd3d811c
|
Merge pull request #10896 from staff0rd/master
matter-js updated to version 0.10.0
|
2016-08-30 20:39:14 -07:00 |
|
Ryan Cavanaugh
|
48cebdf4e2
|
Merge pull request #10913 from NoHomey/patch-18
Adding a new type definition for react-sortable-hoc
|
2016-08-30 20:24:03 -07:00 |
|
Ryan Cavanaugh
|
e48fbae378
|
Merge pull request #10899 from toddlucas/isomorphic-fetch-update
Isomorphic fetch update
|
2016-08-30 20:22:57 -07:00 |
|
Ryan Cavanaugh
|
846f7d30c1
|
Merge pull request #10848 from jcfranco/maquette/add-projector-detach
[maquette] Add Projector#detach.
|
2016-08-30 20:22:26 -07:00 |
|
Ryan Cavanaugh
|
c497755f6c
|
Merge pull request #10924 from makotokw/pebblejskit-v4
Added api of Pebble OS v4.0 to pebblekitjs
|
2016-08-30 20:16:08 -07:00 |
|
Ryan Cavanaugh
|
871c84290f
|
Merge pull request #10787 from goblindegook/master
Updated Typings to latest version of react-dropzone
|
2016-08-30 20:15:13 -07:00 |
|
Ryan Cavanaugh
|
e272c8c8c8
|
Merge pull request #10780 from gjuchault/master
countdown - fix namespace
|
2016-08-30 20:14:55 -07:00 |
|
Ryan Cavanaugh
|
d32608ddf6
|
Merge pull request #10891 from tswaters/issue-10890
Add sourceType to esprima Options (#10890)
|
2016-08-30 20:13:20 -07:00 |
|
Ryan Cavanaugh
|
e718ddaf48
|
Merge pull request #10869 from jtmthf/master
react-router: Fix for MatchState
|
2016-08-30 20:12:31 -07:00 |
|
Ryan Cavanaugh
|
5b623f8ea6
|
Merge pull request #10886 from alejo90/add-typings-for-node-mitm
Added typing definitions for mitm <https://www.npmjs.com/package/mitm>
|
2016-08-30 20:12:05 -07:00 |
|
Ryan Cavanaugh
|
63fbc524ad
|
Merge pull request #10921 from DenisCarriere/master
Implemented polylabel definition
|
2016-08-30 20:06:17 -07:00 |
|
Ryan Cavanaugh
|
090e1706b6
|
Merge pull request #10902 from alonstar/patch-1
Update bootbox.d.ts for vs 2015
|
2016-08-30 20:05:06 -07:00 |
|
Ryan Cavanaugh
|
65bb419022
|
Merge pull request #10610 from bussmann-it/master
Added support for plupload
|
2016-08-30 20:04:17 -07:00 |
|
Denis
|
880fa13d7e
|
Update polylabel.d.ts
Remove default export.
Comment from @RyanCavanaugh
|
2016-08-30 23:03:50 -04:00 |
|
Ryan Cavanaugh
|
dfecc846bc
|
Merge pull request #10505 from ssttevee/master
Add scriptjs type defs
|
2016-08-30 20:03:16 -07:00 |
|
Denis
|
b9039b86ab
|
Update polylabel-tests.ts
|
2016-08-30 23:01:49 -04:00 |
|