nodejs-github-bot · GitHub

@nodejs-github-bot added the stream

Issues and PRs related to the stream subsystem.

label

Aug 4, 2017

mcollina

@guymguym

@guymguym

@guymguym

mcollina

@mcollina mcollina added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Aug 8, 2017

mcollina pushed a commit that referenced this pull request

Aug 8, 2017
This commits adds support for readableHighWaterMark and
writableHighWaterMark in Duplex stream, so that they can be set without
accessing the internal state.
Fixes: #14555
PR-URL: #14636
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

refack

addaleax pushed a commit that referenced this pull request

Aug 10, 2017
This commits adds support for readableHighWaterMark and
writableHighWaterMark in Duplex stream, so that they can be set without
accessing the internal state.
Fixes: #14555
PR-URL: #14636
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

addaleax added a commit to addaleax/node that referenced this pull request

Aug 13, 2017

Closed

addaleax added a commit that referenced this pull request

Aug 13, 2017
Ref: #14636
PR-URL: #14810
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

addaleax added a commit that referenced this pull request

Aug 13, 2017
Ref: #14636
PR-URL: #14810
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

Merged

addaleax added a commit that referenced this pull request

Aug 13, 2017
Notable changes
* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](#8837)
* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](#14573)
* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](#14636)
* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](#14558)
PR-URL: #14811

addaleax added a commit that referenced this pull request

Aug 14, 2017
Notable changes
* **HTTP2**
  * Experimental support for the built-in `http2` has been added via the
    `--expose-http2` flag.
    [#14239](#14239)
* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](#8837)
  * Multiple contexts, as created by the `vm` module, are supported now.
    [#14465](#14465)
* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](#14573)
* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](#14636)
* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](#14558)
PR-URL: #14811

evanlucas pushed a commit that referenced this pull request

Aug 15, 2017
Notable changes
* **HTTP2**
  * Experimental support for the built-in `http2` has been added via the
    `--expose-http2` flag.
    [#14239](#14239)
* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](#8837)
  * Multiple contexts, as created by the `vm` module, are supported now.
    [#14465](#14465)
* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](#14573)
* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](#14636)
* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](#14558)
PR-URL: #14811

MSLaguana pushed a commit to nodejs/node-chakracore that referenced this pull request

Aug 21, 2017
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

Closed

Merged

9 tasks

Read the original on github.com ↗