Bastien Caudan
eff6f01782
Add colors enabled property ( #11011 )
2016-09-07 19:25:41 +09:00
IIIMADDINIII
f15deaa4ee
Completed NodeBuffer.Compare and Process.nextTick definition ( #11008 )
2016-09-07 19:24:51 +09:00
Alejandro Sánchez
0e267a89f1
Use same type for next function in middleware as koa main project ( #10785 )
2016-09-07 19:23:52 +09:00
Horiuchi_H
938158616b
Merge pull request #11074 from nt/add-tick
...
Add tick() to d3.layout.Force
2016-09-07 15:59:55 +09:00
Horiuchi_H
50862b4609
Merge pull request #11043 from simonxca/patch-mongoose
...
Fix mongoose README example
2016-09-07 11:16:11 +09:00
Zhengbo Li
91ec5e14f6
Merge pull request #11049 from ZafixLRP/master
...
Update riot-api-nodejs.d.ts
2016-09-06 18:37:47 -07:00
Zhengbo Li
81afd5da15
Merge pull request #11047 from florentpoujol/threejs_r80
...
Update THREE.js definitions to r80.
2016-09-06 18:37:19 -07:00
Zhengbo Li
303afe1d01
Merge pull request #11045 from mohsen1/patch-2
...
Add clickableIcons?: boolean; to MapOptions
2016-09-06 18:32:02 -07:00
Zhengbo Li
a486127c8b
Merge pull request #11051 from Xstoudi/patch-1
...
Fix musicmetadata
2016-09-06 18:29:18 -07:00
Zhengbo Li
b0f7c3beed
Merge pull request #11053 from Strato/patch-4
...
error can be anything, you decide
2016-09-06 18:28:13 -07:00
Zhengbo Li
78c41c702d
Merge pull request #11060 from NYPL-Simplified/master
...
jsdom: Added changeURL.
2016-09-06 18:02:02 -07:00
Zhengbo Li
3118d42601
Merge pull request #11063 from jucrouzet/patch-1
...
Add bluebird's cancelation method.
2016-09-06 18:00:05 -07:00
Zhengbo Li
d289c0db6d
Merge pull request #11064 from jan-molak/master
...
Amended the signature of the callback function
2016-09-06 17:58:56 -07:00
Nicolas Thiebaud
6e2f2280ef
Add tick() to d3.layout.Force
2016-09-06 17:57:44 -07:00
Zhengbo Li
a7d21fe2f1
Merge pull request #11069 from rgvassar/ol3-rotate
...
Added a constructor and options interface for the Rotate class.
2016-09-06 17:52:34 -07:00
Zhengbo Li
23ece426bb
Merge pull request #11071 from coveord/jquery-mockjax-settings-response-callback
...
Jquery mockjax settings response callback
2016-09-06 17:51:00 -07:00
Jean-Philippe Lachance
0bc8dbd7d9
* Rename the parameter to fit with the doc ( https://github.com/jakerella/jquery-mockjax/#callback )
2016-09-06 18:41:35 -04:00
Jean-Philippe Lachance
762c57262d
+ Add the missing optional callback for the MockJaxSettings.response function
2016-09-06 18:29:33 -04:00
rvassar
e11ba9884d
Added a constructor and options interface for the Rotate class.
2016-09-06 15:12:01 -07:00
jan-molak
bd33db1db5
Amended the signature of the callback function so that it's up to date with the latest version of cucumber-js.
...
https://github.com/cucumber/cucumber-js#step-definitions
2016-09-06 20:32:21 +01:00
Julien CROUZET
9db6c38b18
Add bluebird's cancelation method.
...
From request-promise v4.1.0 (2016-07-30), Bluebird `cancel()` is exposed.
https://github.com/request/request-promise/pull/123
http://bluebirdjs.com/docs/api/cancellation.html
2016-09-06 21:01:03 +02:00
Amy Slagle
3fd4936d27
jsdom: Added changeURL.
2016-09-06 14:09:21 -04:00
Nick Zelei
03f3ca4333
added missing property to child_process ( #10997 )
...
added missing property to child_process
2016-09-07 00:26:30 +09:00
Masahiro Wakame
5bf030ac72
suppress error about node/node-tests.ts with --target es5 ( #11056 )
2016-09-07 00:20:08 +09:00
hriss95
8caf4a5724
Node.d.ts: Update definitions for module "dns" ( #10990 )
2016-09-07 00:19:55 +09:00
hriss95
15c0df84ce
Node.d.ts: Update definitions for module "util" ( #10989 )
2016-09-07 00:19:06 +09:00
hriss95
3be6a88598
Node.d.ts: Update definitions for module "fs" ( #10987 )
2016-09-07 00:12:01 +09:00
hriss95
2bf1d27063
Node.d.ts: Update definitions for module "os" ( #10986 )
2016-09-07 00:11:18 +09:00
hriss95
700d3aa998
Node.d.ts: Update definitions for module "dgram" ( #10982 )
2016-09-07 00:05:45 +09:00
Denis
7c4c718b5b
Added complete boolean to progress definition ( #10843 )
...
The `complete` variable is described as (true|false) if the progress status is completed.
Quickstart instructions has `complete` in the example.
```javascript
var ProgressBar = require('progress');
var bar = new ProgressBar(':bar', { total: 10 });
var timer = setInterval(function () {
bar.tick();
if (bar.complete) {
console.log('\ncomplete\n');
clearInterval(timer);
}
}, 100);
```
2016-09-06 23:53:38 +09:00
Tobias Kahlert
d6f0ad10bf
added defs for a filter function to the options ( #10975 )
...
As described in https://github.com/AvianFlu/ncp the option.filter-property also takes a function,
that takes a filename and returns a Boolean signalling, if the given file should be copied or not.
2016-09-06 23:51:59 +09:00
Nathan Ainslie
7b7425e8ba
add definitions for phonegap-plugin-barcodescanner ( #10974 )
2016-09-06 23:51:24 +09:00
Alejandro Sánchez
fc931b26dd
Made ErrnoException.errno a string as per NodeJS API documentation ( #10970 )
2016-09-06 23:46:48 +09:00
Alejandro Sánchez
2966b1b8ba
Fix #10919 - Added IterableIterator forward declaration to enable compilation on targets lower than es2015 ( #10943 )
...
* Fix #10919
* Fix IterableIterator<T> is not an Array type error for test when targetting lower than es2015
* Revert "Fix IterableIterator<T> is not an Array type error for test when targetting lower than es2015"
This reverts commit ce1108c87574dca0a47801bf4e7cf818aafae1b4.
2016-09-06 23:31:02 +09:00
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