0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/changelogs
Michaël Zasso 7951e6d26b
2018-07-04, Version 10.6.0 (Current)
Notable changes:

* dns:
  * An experimental promisified version of the dns module is now available. Give
    it a try with `require('dns').promises`. [#21264](https://github.com/nodejs/node/pull/21264)
* fs:
  * `fs.lchown` has been undeprecated now that libuv supports it. [#21498](https://github.com/nodejs/node/pull/21498)
* lib:
  * `Atomics.wake` is being renamed to `Atomics.notify` in the ECMAScript
    specification ([reference](https://github.com/tc39/ecma262/pull/1220)).
    Since Node.js now has experimental support for worker threads, we are being
    proactive and added a `notify` alias, while emitting a warning if
    `wake` is used. [#21413](https://github.com/nodejs/node/pull/21413) [#21518](https://github.com/nodejs/node/pull/21518)
* n-api:
  * Add API for asynchronous functions. [#17887](https://github.com/nodejs/node/pull/17887)
* util:
  * `util.inspect` is now able to return a result instead of throwing when the
    maximum call stack size is exceeded during inspection. [#20725](https://github.com/nodejs/node/pull/20725)
* vm:
  * Add `script.createCachedData()`. This API replaces the `produceCachedData`
    option of the `Script` constructor that is now deprecated. [#20300](https://github.com/nodejs/node/pull/20300)
* worker:
  * Support for relative paths has been added to the `Worker` constructor. Paths
    are interpreted relative to the current working directory. [#21407](https://github.com/nodejs/node/pull/21407)

PR-URL: https://github.com/nodejs/node/pull/21629
2018-07-04 20:06:26 +02:00
..
CHANGELOG_ARCHIVE.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
CHANGELOG_IOJS.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
CHANGELOG_V4.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
CHANGELOG_V5.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
CHANGELOG_V6.md 2018-06-12, Version 6.14.3 (LTS) 2018-06-12 18:31:11 -05:00
CHANGELOG_V7.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
CHANGELOG_V8.md 2018-06-12, Version 8.11.3 (LTS) 2018-06-12 18:54:17 -05:00
CHANGELOG_V9.md 2018-06-12, Version 9.11.2 (Maintenance) 2018-06-12 18:54:17 -05:00
CHANGELOG_V10.md 2018-07-04, Version 10.6.0 (Current) 2018-07-04 20:06:26 +02:00
CHANGELOG_V010.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
CHANGELOG_V012.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00