2017-08-15, Version 8.4.0 (Current)
Notable changes * **HTTP2** * Experimental support for the built-in `http2` has been added via the `--expose-http2` flag. [#14239](https://github.com/nodejs/node/pull/14239) * **Inspector** * `require()` is available in the inspector console now. [#8837](https://github.com/nodejs/node/pull/8837) * Multiple contexts, as created by the `vm` module, are supported now. [#14465](https://github.com/nodejs/node/pull/14465) * **N-API** * New APIs for creating number values have been introduced. [#14573](https://github.com/nodejs/node/pull/14573) * **Stream** * For `Duplex` streams, the high water mark option can now be set independently for the readable and the writable side. [#14636](https://github.com/nodejs/node/pull/14636) * **Util** * `util.format` now supports the `%o` and `%O` specifiers for printing objects. [#14558](https://github.com/nodejs/node/pull/14558) PR-URL: https://github.com/nodejs/node/pull/14811
Showing
- doc/api/cli.md 1 addition, 1 deletiondoc/api/cli.md
- doc/api/http2.md 115 additions, 115 deletionsdoc/api/http2.md
- doc/api/n-api.md 5 additions, 5 deletionsdoc/api/n-api.md
- doc/api/stream.md 1 addition, 1 deletiondoc/api/stream.md
- doc/api/tls.md 1 addition, 1 deletiondoc/api/tls.md
- doc/api/util.md 1 addition, 1 deletiondoc/api/util.md
- doc/changelogs/CHANGELOG_V8.md 130 additions, 0 deletionsdoc/changelogs/CHANGELOG_V8.md
- src/node_version.h 3 additions, 3 deletionssrc/node_version.h
Loading
Please register or sign in to comment