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
path: root/doc/api
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2022-02-08 20:17:00 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-02-10 21:23:49 +0300
commit36dadfa3828ce69675e25ee2775b2e259b38e00b (patch)
tree1307566fab45bec4e4781e46c2a8351671a481cb /doc/api
parentedc8c6eef110c5d836a7da0e239e3d1262030382 (diff)
2022-02-10, Version 17.5.0 (Current)
Notable changes: lib: * (SEMVER-MINOR) add fetch (Michaƫl Zasso) https://github.com/nodejs/node/pull/41749 module: * unflag esm json modules (Geoffrey Booth) https://github.com/nodejs/node/pull/41736 node-api: * (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) https://github.com/nodejs/node/pull/41329 stream: * (SEMVER-MINOR) add iterator helper find (linkgoron) https://github.com/nodejs/node/pull/41849 * (SEMVER-MINOR) add toArray (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41553 * (SEMVER-MINOR) add forEach method (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41445 * (SEMVER-MINOR) support some and every (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41573 deps: * upgrade npm to 8.4.1 (npm team) [#41836](https://github.com/nodejs/node/pull/41836) PR-URL: https://github.com/nodejs/node/pull/41897
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/buffer.md2
-rw-r--r--doc/api/cli.md2
-rw-r--r--doc/api/crypto.md8
-rw-r--r--doc/api/deprecations.md2
-rw-r--r--doc/api/globals.md8
-rw-r--r--doc/api/n-api.md4
-rw-r--r--doc/api/stream.md20
-rw-r--r--doc/api/worker_threads.md4
8 files changed, 25 insertions, 25 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 7570739b084..3f4c80015cf 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -3389,7 +3389,7 @@ console.log(buf.subarray(-5, -2).toString());
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41596
description: The buf.slice() method has been deprecated.
- version:
diff --git a/doc/api/cli.md b/doc/api/cli.md
index f4b4d2730e7..10500f130a6 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -283,7 +283,7 @@ modifying the stack trace.
### `--experimental-fetch`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
Enable experimental support for the [Fetch API][].
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index ee344efb3e5..0e56f12a6fd 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2475,12 +2475,12 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/41600
description: The subject option now defaults to `'default'`.
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41599
description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and
`singleLabelSubdomains` options have been removed since they
had no effect.
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41569
description: The subject option can now be set to `'default'`.
-->
@@ -2513,7 +2513,7 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/41600
description: The subject option now defaults to `'default'`.
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41569
description: The subject option can now be set to `'default'`.
-->
@@ -2554,7 +2554,7 @@ considered, even if the certificate contains no subject alternative names.
<!-- YAML
added: v15.6.0
changes:
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41571
description: The `options` argument has been removed since it had no effect.
-->
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index cae64403952..adffb43c528 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -3045,7 +3045,7 @@ const w = new Writable({
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41596
description: Documentation-only deprecation.
-->
diff --git a/doc/api/globals.md b/doc/api/globals.md
index bf669dbae4b..1fa6801dda6 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -344,7 +344,7 @@ This variable may appear to be global but is not. See [`exports`][].
## `fetch`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -370,7 +370,7 @@ Node.js this is different. The top-level scope is not the global scope;
## Class `Headers`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -475,7 +475,7 @@ This variable may appear to be global but is not. See [`require()`][].
## `Response`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -486,7 +486,7 @@ A browser-compatible implementation of {Response}.
## `Request`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index b8a94ed4822..909e7d88ea6 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -2499,8 +2499,8 @@ of the ECMAScript Language Specification.
#### `node_api_symbol_for`
<!-- YAML
-added: REPLACEME
-napiVersion: REPLACEME
+added: v17.5.0
+napiVersion: v17.5.0
-->
> Stability: 1 - Experimental
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 4f91b6220a0..3a46d2fe7e9 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1838,7 +1838,7 @@ for await (const result of dnsResults) {
### `readable.forEach(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -1897,7 +1897,7 @@ console.log('done'); // Stream has finished
### `readable.toArray([options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -1935,7 +1935,7 @@ const dnsResults = await Readable.from([
### `readable.some(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -1984,7 +1984,7 @@ console.log('done'); // Stream has finished
### `readable.find(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -2034,7 +2034,7 @@ console.log('done'); // Stream has finished
### `readable.every(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -2083,7 +2083,7 @@ console.log('done'); // Stream has finished
### `readable.flatMap(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -2132,7 +2132,7 @@ for await (const result of concatResult) {
### `readable.drop(limit[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -2154,7 +2154,7 @@ await Readable.from([1, 2, 3, 4]).drop(2).toArray(); // [3, 4]
### `readable.take(limit[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -2176,7 +2176,7 @@ await Readable.from([1, 2, 3, 4]).take(2).toArray(); // [1, 2]
### `readable.asIndexedPairs([options])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
@@ -2200,7 +2200,7 @@ console.log(pairs); // [[0, 'a'], [1, 'b'], [2, 'c']]
### `readable.reduce(fn[, initial[, options]])`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 2b971a7a4a0..3e8158470d4 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -68,7 +68,7 @@ added:
- v15.12.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41272
description: No longer experimental.
-->
@@ -298,7 +298,7 @@ added:
- v15.12.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41272
description: No longer experimental.
-->