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:
authorBryan English <bryan@bryanenglish.com>2022-02-21 09:28:32 +0300
committerRich Trott <rtrott@gmail.com>2022-02-23 04:31:17 +0300
commit175638b7a412e8710e39cf2c69ef0b0039aa58af (patch)
treec770412a160ea9ce95eab55d91c9a37027658c2d /doc/api/cli.md
parentdc28d6315dca01acf824af655fc0adaa8db2d0bf (diff)
2022-02-22, Version 17.6.0 (Current)
Notable changes: - doc: deprecate notice for process methods (Yash Ladha) https://github.com/nodejs/node/pull/41587 - stream: revert `map` spec compliance (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41931 - build: remove broken x32 arch support (Ben Noordhuis) https://github.com/nodejs/node/pull/41905 - (SEMVER-MINOR) esm: support https remotely and http locally under flag (Bradley Farias) https://github.com/nodejs/node/pull/36328 - (SEMVER-MINOR) fs: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) https://github.com/nodejs/node/pull/41819 - (SEMVER-MINOR) lib: add FormData global when fetch is enabled (Michaël Zasso) https://github.com/nodejs/node/pull/41956 - (SEMVER-MINOR) readline: bind keystroke `ctrl`+`6` to redo (Ray) https://github.com/nodejs/node/pull/41662 - process: deprecate multipleResolves (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41872 - Documentation-only. Dependency updates: - deps: upgrade npm to 8.5.1 (npm-robot) https://github.com/nodejs/node/pull/42039 - deps: update undici to 3e267ece5f (Michaël Zasso) https://github.com/nodejs/node/pull/41955 - deps: upgrade npm to 8.5.0 (npm-robot) https://github.com/nodejs/node/pull/41925 New collaborators: - doc: add marsonya to collaborators (Akhil Marsonya) https://github.com/nodejs/node/pull/41991 - doc: add joesepi to collaborators (Joe Sepi) https://github.com/nodejs/node/pull/41914 PR-URL: https://github.com/nodejs/node/pull/42072
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 cfdc4e39ebd..8bfb1e9792a 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -283,7 +283,7 @@ modifying the stack trace.
### `--experimental-global-webcrypto`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
Expose the [Web Crypto API][] on the global scope.
@@ -310,7 +310,7 @@ Specify the `module` of a custom experimental [ECMAScript module loader][].
### `--experimental-network-imports`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
> Stability: 1 - Experimental