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
..
2018-06-06 19:44:15 +02:00
2018-06-06 19:44:15 +02:00
2018-06-06 21:23:00 -07:00
2018-05-03 02:12:07 +03:00
2018-06-17 00:02:12 +05:30
2018-07-02 18:08:17 +03:00
2018-06-06 21:23:00 -07:00
2018-07-04 20:06:26 +02:00
2018-06-27 11:37:17 -04:00
2018-05-03 02:12:07 +03:00
2018-07-02 18:08:17 +03:00
2018-06-06 21:06:13 -07:00
2018-07-04 20:06:26 +02:00
2018-04-29 17:48:43 +03:00
2018-06-06 21:23:00 -07:00
2018-07-04 20:06:26 +02:00
2018-06-06 21:23:00 -07:00
2018-05-03 02:12:07 +03:00
2018-07-02 18:08:17 +03:00
2018-05-03 02:12:07 +03:00
2018-05-04 23:05:56 +03:00
2018-07-04 10:17:45 +02:00
2018-05-02 06:17:08 +03:00
2018-07-03 16:30:17 -04:00
2018-05-03 02:12:07 +03:00
2018-05-03 02:12:07 +03:00
2018-07-04 20:06:26 +02:00
2018-07-04 20:06:26 +02:00
2018-07-02 18:08:17 +03:00