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:
authorRuben Bridgewater <ruben@bridgewater.de>2020-01-07 10:33:44 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-01-07 18:43:45 +0300
commit1a552f614b4ec2b9faf0bf932ad4e6ef4fdcaf01 (patch)
tree340f42ec9f235925922368adca32bbd7ae43c478 /doc/api/cli.md
parent42d36dca90fd5ef3972ec55ae7a4a5258423bbf9 (diff)
2020-01-07, Version v13.6.0 (Current)v13.6.0
Notable changes: * assert: * Implement `assert.match()` and `assert.doesNotMatch()` (Ruben Bridgewater) https://github.com/nodejs/node/pull/30929 * events: * Add `EventEmitter.on` to async iterate over events (Matteo Collina) https://github.com/nodejs/node/pull/27994 * Allow monitoring error events (Gerhard Stoebich) https://github.com/nodejs/node/pull/30932 * fs: * Allow overriding `fs` for streams (Robert Nagy) https://github.com/nodejs/node/pull/29083 * perf_hooks: * Move `perf_hooks` out of experimental (legendecas) https://github.com/nodejs/node/pull/31101 * repl: * Implement ZSH-like reverse-i-search (Ruben Bridgewater) https://github.com/nodejs/node/pull/31006 * tls: * Add PSK (pre-shared key) support (Denys Otrishko) https://github.com/nodejs/node/pull/23188 PR-URL: https://github.com/nodejs/node/pull/31238
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index dfb7ec87568..6ece4d45802 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -226,7 +226,7 @@ Enable experimental ES Module support in the `vm` module.
<!-- YAML
added: v13.3.0
changes:
- - version: REPLACEME
+ - version: v13.6.0
pr-url: https://github.com/nodejs/node/pull/30980
description: changed from `--experimental-wasi-unstable-preview0` to
`--experimental-wasi-unstable-preview1`
@@ -870,7 +870,7 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
### `--use-largepages=mode`
<!-- YAML
-added: REPLACEME
+added: v13.6.0
-->
Re-map the Node.js static code to large memory pages at startup. If supported on