Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-07-23 11:29:14 +0300
committerMichaël Zasso <targos@protonmail.com>2019-07-23 17:11:06 +0300
commit0481a7f3b883862cadf963314d23490adc6656a4 (patch)
treecc593634385f86b8ea84cc35ca64f344946ca78e /doc/api/tty.md
parent0ee12980561cd7b5c51708a3ba85c6991710dd0d (diff)
2019-07-23, Version 12.7.0 (Current)v12.7.0
Notable changes: * deps: * Updated nghttp2 to 1.39.1. https://github.com/nodejs/node/pull/28448 * Updated npm to 6.10.0. https://github.com/nodejs/node/pull/28525 * esm: * Implemented experimental "pkg-exports" proposal. A new `"exports"` field can be added to a module's `package.json` file to provide custom subpath aliasing. See https://github.com/jkrems/proposal-pkg-exports/ for more information. https://github.com/nodejs/node/pull/28568 * http: * Added `response.writableFinished`. https://github.com/nodejs/node/pull/28681 * Exposed `headers`, `rawHeaders` and other fields on an `http.ClientRequest` `"information"` event. https://github.com/nodejs/node/pull/28459 * inspector: * Added `inspector.waitForDebugger()`. https://github.com/nodejs/node/pull/28453 * policy: * Added `--policy-integrity=sri` CLI option to mitigate policy tampering. If a policy integrity is specified and the policy does not have that integrity, Node.js will error prior to running any code. https://github.com/nodejs/node/pull/28734 * readline,tty: * Exposed stream API from various methods which write characters. https://github.com/nodejs/node/pull/28674 https://github.com/nodejs/node/pull/28721 * src: * Use cgroups to get memory limits. This improves the way we set the memory ceiling for a Node.js process. Previously we would use the physical memory size to estimate the necessary V8 heap sizes. The physical memory size is not necessarily the correct limit, e.g. if the process is running inside a docker container or is otherwise constrained. This change adds the ability to get a memory limit set by linux cgroups, which is used by docker containers to set resource constraints. https://docs.docker.com/config/containers/resource_constraints/ https://github.com/nodejs/node/pull/27508 PR-URL: https://github.com/nodejs/node/pull/28817
Diffstat (limited to 'doc/api/tty.md')
-rw-r--r--doc/api/tty.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/tty.md b/doc/api/tty.md
index e19e8160a0f..977576970c0 100644
--- a/doc/api/tty.md
+++ b/doc/api/tty.md
@@ -103,7 +103,7 @@ process.stdout.on('resize', () => {
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28721
description: The stream's write() callback and return value are exposed.
-->
@@ -124,7 +124,7 @@ direction identified by `dir`.
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28721
description: The stream's write() callback and return value are exposed.
-->
@@ -149,7 +149,7 @@ is updated whenever the `'resize'` event is emitted.
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28721
description: The stream's write() callback and return value are exposed.
-->
@@ -249,7 +249,7 @@ A `boolean` that is always `true`.
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28721
description: The stream's write() callback and return value are exposed.
-->