0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/changelogs
Michaël Zasso 2c73868b04
2019-03-28, Version 11.13.0 (Current)
Notable changes:

* crypto
  * Allow deriving public from private keys (Tobias Nießen)
    [#26278](https://github.com/nodejs/node/pull/26278).
* events
  * Added a `once` function to use `EventEmitter` with promises
    (Matteo Collina) [#26078](https://github.com/nodejs/node/pull/26078).
* tty
  * Added a `hasColors` method to `WriteStream` (Ruben Bridgewater)
    [#26247](https://github.com/nodejs/node/pull/26247).
  * Added NO_COLOR and FORCE_COLOR support (Ruben Bridgewater)
    [#26485](https://github.com/nodejs/node/pull/26485).
* v8
  * Added `v8.getHeapSnapshot` and `v8.writeHeapSnapshot` to generate snapshots
    in the format used by tools such as Chrome DevTools (James M Snell)
    [#26501](https://github.com/nodejs/node/pull/26501).
* worker
  * Added `worker.moveMessagePortToContext`. This enables using MessagePorts in
    different vm.Contexts, aiding with the isolation that the vm module seeks to
    provide (Anna Henningsen)
    [#26497](https://github.com/nodejs/node/pull/26497).
* C++ API
  * `AddPromiseHook` is now deprecated. This API was added to fill an use case
    that is served by `async_hooks`, since that has `Promise` support
    (Anna Henningsen) [#26529](https://github.com/nodejs/node/pull/26529).
  * Added a `Stop` API to shut down Node.js while it is running
    (Gireesh Punathil) [#21283](https://github.com/nodejs/node/pull/21283).
* meta
  * [Gireesh Punathil](https://github.com/gireeshpunathil) is now a member of
    the Technical Steering Committee
    [#26657](https://github.com/nodejs/node/pull/26657).
  * Added [Yongsheng Zhang](https://github.com/ZYSzys) to collaborators
    [#26730](https://github.com/nodejs/node/pull/26730).

PR-URL: https://github.com/nodejs/node/pull/26949
2019-03-28 20:23:29 +01:00
..
CHANGELOG_ARCHIVE.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
CHANGELOG_IOJS.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
CHANGELOG_V4.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
CHANGELOG_V5.md doc: udpate list item spacing in changelogs 2018-11-18 23:50:06 -08:00
CHANGELOG_V6.md doc: fix changelog date typo 2019-03-21 23:36:38 +02:00
CHANGELOG_V7.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
CHANGELOG_V8.md 2019-02-28, Version 8.15.1 'Carbon' (LTS) 2019-02-28 22:31:14 +11:00
CHANGELOG_V9.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
CHANGELOG_V10.md doc: fix year in changelog 2019-03-11 17:56:59 +02:00
CHANGELOG_V11.md 2019-03-28, Version 11.13.0 (Current) 2019-03-28 20:23:29 +01:00
CHANGELOG_V010.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
CHANGELOG_V012.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00