Christophe 4e7b5815a5 Update nodejs to 6.3.0 (#948)
### Notable changes

* **buffer**: Added `buffer.swap64()` to compliment `swap16()` & `swap32()`. (Zach Bjornson) [#7157](https://github.com/nodejs/node/pull/7157)
* **build**: New `configure` options have been added for building Node.js as a shared library. (Stefan Budeanu) [#6994](https://github.com/nodejs/node/pull/6994)
  - The options are: `--shared`, `--without-v8-platform` & `--without-bundled-v8`.
* **crypto**: Root certificates have been updated. (Ben Noordhuis) [#7363](https://github.com/nodejs/node/pull/7363)
* **debugger**: The server address is now configurable via `--debug=<address>:<port>`. (Ben Noordhuis) [#3316](https://github.com/nodejs/node/pull/3316)
* **npm**: Upgraded npm to v3.10.3 (Kat Marchán) [#7515](https://github.com/nodejs/node/pull/7515) & (Rebecca Turner) [#7410](https://github.com/nodejs/node/pull/7410)
* **readline**: Added the `prompt` option to the readline constructor. (Evan Lucas) [#7125](https://github.com/nodejs/node/pull/7125)
* **repl / vm**: `sigint`/`ctrl+c` will now break out of infinite loops without stopping the Node.js instance. (Anna Henningsen) [#6635](https://github.com/nodejs/node/pull/6635)
* **src**:
  - Added a `node::FreeEnvironment` public C++ API. (Cheng Zhao) [#3098](https://github.com/nodejs/node/pull/3098)
  - Refactored `require('constants')`, constants are now available directly from their respective modules. (James M Snell) [#6534](https://github.com/nodejs/node/pull/6534)
* **stream**: Improved `readable.read()` performance by up to 70%. (Brian White) [#7077](https://github.com/nodejs/node/pull/7077)
* **timers**: `setImmediate()` is now up to 150% faster in some situations. (Andras) [#6436](https://github.com/nodejs/node/pull/6436)
* **util**: Added a `breakLength` option to `util.inspect()` to control how objects are formatted across lines. (cjihrig) [#7499](https://github.com/nodejs/node/pull/7499)
* **v8-inspector**: Experimental support has been added for debugging Node.js over the inspector protocol. (Ali Ijaz Sheikh) [#6792](https://github.com/nodejs/node/pull/6792)
  - **Note: This feature is _experimental_, and it could be altered or removed.**
  - You can try this feature by running Node.js with the `--inspect` flag.
2016-07-07 20:45:37 +10:00
2016-05-22 10:54:24 +10:00
2016-03-06 18:30:58 +01:00
2016-07-06 07:55:15 +10:00
2016-05-04 21:50:26 +10:00
2016-06-01 09:45:57 +10:00
2015-08-17 22:54:43 -05:00
2016-05-25 07:23:12 +10:00
2016-07-07 08:10:50 +10:00
2016-05-04 22:19:10 +10:00
2015-08-17 22:54:43 -05:00
2016-07-07 08:10:19 +10:00
2016-05-04 22:46:16 +10:00
2016-05-24 12:55:23 +10:00
2016-05-10 14:17:25 +10:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:57:15 -05:00
2015-07-23 06:20:47 -04:00
2016-07-05 18:57:48 +10:00
2016-06-11 06:52:01 +10:00
2016-06-01 08:27:43 +10:00
2015-08-17 22:54:43 -05:00
2016-07-06 07:54:45 +10:00
2015-08-17 22:57:15 -05:00
2016-05-05 21:12:03 +10:00
2016-04-14 10:47:04 +10:00
2016-06-02 20:04:42 +10:00
2016-07-07 08:13:17 +10:00
2016-05-05 08:13:58 +10:00
2016-05-05 08:15:40 +10:00
2016-07-06 08:01:20 +10:00
2016-06-15 08:18:20 +10:00
2016-05-05 08:14:09 +10:00
2016-07-07 08:11:47 +10:00
2015-08-17 22:54:43 -05:00
2016-07-07 08:11:55 +10:00
2015-08-17 22:54:43 -05:00
2016-07-07 08:10:57 +10:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2015-10-09 16:08:55 +09:00
2016-01-21 23:17:23 +01:00
2016-05-05 08:15:00 +10:00
2016-05-05 08:15:26 +10:00
2016-06-15 08:18:06 +10:00
2014-08-01 17:25:12 -04:00
2016-05-05 08:15:51 +10:00
2016-05-24 12:55:23 +10:00
2015-08-17 22:54:43 -05:00
2016-06-19 08:20:43 +10:00
2015-10-17 12:02:37 +02:00
2015-08-17 22:54:43 -05:00
2016-07-07 08:10:36 +10:00
2016-05-08 19:49:49 +10:00
2015-08-17 22:54:43 -05:00
2016-05-09 08:53:11 +10:00
2016-01-21 17:27:58 +01:00
2015-08-17 22:54:43 -05:00
2016-05-09 08:53:37 +10:00
2016-05-28 14:36:35 +10:00
2015-09-10 11:26:42 +09:00
2016-05-24 12:55:23 +10:00
2016-05-09 09:00:13 +10:00
2015-08-17 22:57:15 -05:00
2016-06-25 07:52:28 +10:00
2016-02-22 23:53:54 -08:00
2016-07-06 21:24:52 +10:00
2016-01-21 00:45:11 +11:00
2016-05-09 08:59:34 +10:00
2015-08-17 22:54:43 -05:00
2016-05-09 08:59:52 +10:00
2016-04-19 14:42:49 +10:00
2015-11-29 09:24:15 +10:00
2016-07-05 18:57:36 +10:00
2016-01-23 19:58:56 -05:00
2016-05-09 08:58:37 +10:00
2016-06-15 08:18:06 +10:00
2015-11-11 18:12:39 -08:00
2016-06-01 08:45:42 +10:00
2016-07-06 07:56:56 +10:00
2015-08-03 21:59:35 +10:00
2015-08-17 22:54:43 -05:00
2016-07-07 08:11:06 +10:00
2016-05-24 12:55:23 +10:00
2015-08-17 22:54:43 -05:00
2016-07-06 08:00:00 +10:00
2015-08-17 22:54:43 -05:00
2016-06-15 08:22:34 +10:00
2016-07-06 08:00:23 +10:00
2016-07-07 20:45:37 +10:00
2016-07-06 08:00:13 +10:00
2016-05-28 23:36:46 +10:00
2016-07-06 08:01:04 +10:00
2015-10-26 23:31:00 +02:00
2016-07-01 10:30:43 +10:00
2016-02-13 15:55:20 +02:00
2016-05-24 12:55:23 +10:00
2015-08-17 22:54:43 -05:00
2015-08-30 15:25:40 -07:00
2015-11-09 11:10:48 -05:00
2016-05-24 12:55:23 +10:00
2015-08-17 22:57:15 -05:00
2016-07-07 08:11:31 +10:00
2016-07-07 08:11:21 +10:00
2015-08-17 22:57:15 -05:00
2016-07-06 08:00:35 +10:00
2015-08-17 22:54:43 -05:00
2016-03-23 11:55:26 +10:00
2014-09-29 15:14:41 +10:00
2016-07-05 12:16:30 +10:00
2016-07-01 21:12:00 +10:00
2016-05-12 07:54:39 +10:00
2016-06-15 08:18:06 +10:00
2016-05-30 08:42:45 +10:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2016-06-09 19:19:02 +10:00
2015-08-17 22:54:43 -05:00
2016-05-30 08:43:10 +10:00
2015-08-17 22:54:43 -05:00
2016-07-06 07:54:27 +10:00
2016-03-10 14:09:48 +00:00
2015-05-02 09:52:12 +10:00
2015-08-17 22:54:43 -05:00
2016-07-07 08:10:28 +10:00
2015-08-17 22:54:43 -05:00
2016-05-24 12:55:23 +10:00
2016-01-21 21:19:08 +01:00
2015-08-17 22:57:15 -05:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2015-08-17 22:54:43 -05:00
2016-07-01 08:54:02 +10:00
2016-07-06 07:48:54 +10:00
2016-07-07 08:10:42 +10:00
2016-07-05 17:43:52 +10:00
2015-11-29 09:24:15 +10:00
2015-08-17 22:54:43 -05:00
Description
Mirror of Scoop's Main bucket
Unlicense 137 MiB
Languages
PowerShell 100%