0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/changelogs
Myles Borins a10856a7d3
2017-09-12, Version 8.5.0 (Current)
Notable Changes

* build:
  * Snapshots are now re-enabled in V8
  https://github.com/nodejs/node/pull/14875

* console:
  * Implement minimal `console.group()`.
  https://github.com/nodejs/node/pull/14910

* deps:
  * upgrade libuv to 1.14.1
    https://github.com/nodejs/node/pull/14866
  * update nghttp2 to v1.25.0
    https://github.com/nodejs/node/pull/14955

* dns:
  * Add `verbatim` option to dns.lookup(). When true, results from the
    DNS resolver are passed on as-is, without the reshuffling that
    Node.js otherwise does that puts IPv4 addresses before IPv6
    addresses.
    https://github.com/nodejs/node/pull/14731

* fs:
  * add fs.copyFile and fs.copyFileSync which allows for more efficient
    copying of files.
    https://github.com/nodejs/node/pull/15034

* inspector:
  * Enable async stack traces
    https://github.com/nodejs/node/pull/13870

* module:
  * Add support for ESM. This is currently behind the
    `--experimental-modules` flag and requires the .mjs extension.
    `node --experimental-modules index.mjs`
    https://github.com/nodejs/node/pull/14369

* napi:
  * implement promise
    https://github.com/nodejs/node/pull/14365

* os:
  * Add support for CIDR notation to the output of the
    networkInterfaces() method.
    https://github.com/nodejs/node/pull/14307

* perf_hooks:
  * An initial implementation of the Performance Timing API for
    Node.js. This is the same Performance Timing API implemented by
    modern browsers with a number of Node.js specific properties. The
    User Timing mark() and measure() APIs are implemented, as is a
    Node.js specific flavor of the Frame Timing for measuring event
    loop duration.
    https://github.com/nodejs/node/pull/14680

* tls:
  * multiple PFX in createSecureContext
    [#14793](https://github.com/nodejs/node/pull/14793)

* Added new collaborators:
  * BridgeAR – Ruben Bridgewater

PR-URL: https://github.com/nodejs/node/pull/15308
2017-09-12 17:34:51 +02:00
..
CHANGELOG_ARCHIVE.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_IOJS.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_V4.md 2017-07-11, Version 4.8.4 'Argon' (Maintenance) 2017-07-11 17:49:34 +01:00
CHANGELOG_V5.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_V6.md 2017-09-05, Version 6.11.3 'Boron' (LTS) 2017-09-05 15:47:35 -04:00
CHANGELOG_V7.md 2017-07-11, Version 7.10.1 (Current) 2017-07-11 11:56:23 -05:00
CHANGELOG_V8.md 2017-09-12, Version 8.5.0 (Current) 2017-09-12 17:34:51 +02:00
CHANGELOG_V010.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_V012.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00