0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/doc/api
Jeremiah Senkpiel 65eefa0105
2017-07-19, Version 8.2.0 (Current)
Big thanks to @addaleax who prepared the vast majority of this release.

Notable changes:

* **Async Hooks**
  * Multiple improvements to Promise support in `async_hooks` have been made.

* **Build**
  * The compiler version requirement to build Node with GCC has been raised to
    GCC 4.9.4.
    [[`820b011ed6`](https://github.com/nodejs/node/commit/820b011ed6)]
    [#13466](https://github.com/nodejs/node/pull/13466)

* **Cluster**
  * Users now have more fine-grained control over the inspector port used by
    individual cluster workers. Previously, cluster workers would simply
    increment from the master's debug port.
    [[`dfc46e262a`](https://github.com/nodejs/node/commit/dfc46e262a)]
    [#14140](https://github.com/nodejs/node/pull/14140)

* **DNS**
  * The server used for DNS queries can now use a custom port.
    [[`ebe7bb29aa`](https://github.com/nodejs/node/commit/ebe7bb29aa)]
    [#13723](https://github.com/nodejs/node/pull/13723)
  * Support for `dns.resolveAny()` has been added.
    [[`6e30e2558e`](https://github.com/nodejs/node/commit/6e30e2558e)]
    [#13137](https://github.com/nodejs/node/pull/13137)

* **npm**
  * The `npm` CLI has been updated to version 5.3.0. In particular, it now comes
    with the `npx` binary, which is also shipped with Node.
    [[`dc3f6b9ac1`](https://github.com/nodejs/node/commit/dc3f6b9ac1)]
    [#14235](https://github.com/nodejs/node/pull/14235)
  * `npm` Changelogs:
      - [v5.0.4](https://github.com/npm/npm/releases/tag/v5.0.4)
      - [v5.1.0](https://github.com/npm/npm/releases/tag/v5.1.0)
      - [v5.2.0](https://github.com/npm/npm/releases/tag/v5.2.0)
      - [v5.3.0](https://github.com/npm/npm/releases/tag/v5.3.0)

PR-URL: https://github.com/nodejs/node/pull/13744
2017-07-19 18:40:42 -04:00
..
_toc.md doc: add documentation on ICU 2017-07-06 11:19:34 +08:00
addons.md doc: move module-specific "globals" to modules.md 2017-06-30 18:41:56 +02:00
all.md doc: add documentation on ICU 2017-07-06 11:19:34 +08:00
assert.md doc,assert: document stackStartFunction in fail 2017-07-02 22:43:17 -04:00
async_hooks.md doc: fix link in async_hooks.md 2017-06-26 22:41:01 +03:00
buffer.md 2017-07-19, Version 8.2.0 (Current) 2017-07-19 18:40:42 -04:00
child_process.md doc: fix example in child_process.md 2017-07-03 00:38:57 +02:00
cli.md src: whitelist v8 options with '_' or '-' 2017-07-10 12:02:07 -07:00
cluster.md 2017-07-19, Version 8.2.0 (Current) 2017-07-19 18:40:42 -04:00
console.md doc, util, console: clarify ambiguous docs 2017-07-04 18:53:50 +03:00
crypto.md doc: fix padding mode of crypto.publicDecrypt 2017-07-04 18:46:30 +02:00
debugger.md doc: match debugger output & instructions to master behavior 2017-07-08 09:25:16 -07:00
deprecations.md doc: fix api docs style 2017-07-03 11:06:36 +02:00
dgram.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
dns.md tools: update: eslint-plugin-markdown@1.0.0-beta.7 2017-07-05 06:51:10 +03:00
documentation.md
domain.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
errors.md errors: port internal/fs errors to internal/errors 2017-07-18 23:55:20 -04:00
events.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
fs.md docs: add note about fs.rmdir() 2017-07-19 13:46:33 -07:00
globals.md doc: move module-specific "globals" to modules.md 2017-06-30 18:41:56 +02:00
http.md doc: fix mistake in http.md 2017-07-09 18:47:35 +02:00
https.md https: make opts optional & immutable when create 2017-06-14 15:14:34 -04:00
index.md
inspector.md doc: fix some broken references 2017-07-02 21:44:46 +02:00
intl.md doc: add documentation on ICU 2017-07-06 11:19:34 +08:00
modules.md doc: move module-specific "globals" to modules.md 2017-06-30 18:41:56 +02:00
n-api.md 2017-07-19, Version 8.2.0 (Current) 2017-07-19 18:40:42 -04:00
net.md doc: fix indentation issues in sample code 2017-06-29 15:43:56 -07:00
os.md tools: update: eslint-plugin-markdown@1.0.0-beta.7 2017-07-05 06:51:10 +03:00
path.md doc: fix mistake in path.relative 2017-06-28 14:25:37 +02:00
process.md doc: update umask for clarity 2017-07-14 14:05:59 -07:00
punycode.md
querystring.md tools: update: eslint-plugin-markdown@1.0.0-beta.7 2017-07-05 06:51:10 +03:00
readline.md doc: add readline.emitKeypressEvents note 2017-06-10 19:16:57 +02:00
repl.md doc: add notice about useGlobal option in repl docs 2017-07-14 14:01:38 -07:00
stream.md doc,stream: _transform happens one at a time 2017-07-19 10:36:10 +02:00
string_decoder.md doc: use destructuring in code examples 2017-06-03 01:33:55 +03:00
synopsis.md cmd: support dash as stdin alias 2017-05-23 20:41:13 +02:00
timers.md
tls.md doc: fix minor issues reported in #9538 2017-06-14 00:18:59 +02:00
tracing.md
tty.md doc: note 'resize' event conditions on Windows 2017-07-09 17:59:11 -04:00
url.md doc: fix indentation issues in sample code 2017-06-29 15:43:56 -07:00
util.md 2017-07-19, Version 8.2.0 (Current) 2017-07-19 18:40:42 -04:00
v8.md doc: replace dead link in v8 module 2017-07-20 03:06:35 +08:00
vm.md doc: fix minor issues reported in #9538 2017-06-14 00:18:59 +02:00
zlib.md doc: fix minor issues reported in #9538 2017-06-14 00:18:59 +02:00