Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
2017-08-15, Version 8.4.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes

* **HTTP2**
  * Experimental support for the built-in `http2` has been added via the
    `--expose-http2` flag.
    [#14239](nodejs/node#14239)

* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](nodejs/node#8837)
  * Multiple contexts, as created by the `vm` module, are supported now.
    [#14465](nodejs/node#14465)

* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](nodejs/node#14573)

* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](nodejs/node#14636)

* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](nodejs/node#14558)

PR-URL: nodejs/node#14811
  • Loading branch information
addaleax authored and MSLaguana committed Aug 21, 2017
1 parent 5e01643 commit ae5075f
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 124 deletions.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Expand Up @@ -172,7 +172,7 @@ Silence all process warnings (including deprecations).

### `--expose-http2`
<!-- YAML
added: REPLACEME
added: v8.4.0
-->

Enable the experimental `'http2'` module.
Expand Down

0 comments on commit ae5075f

Please sign in to comment.