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:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/cli.md4
-rw-r--r--doc/api/deprecations.md2
-rw-r--r--doc/api/events.md8
-rw-r--r--doc/api/http.md4
-rw-r--r--doc/api/http2.md2
-rw-r--r--doc/api/repl.md2
-rw-r--r--doc/api/tls.md2
-rw-r--r--doc/api/worker_threads.md2
8 files changed, 13 insertions, 13 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 171f6b8ad29..3e7ccc1133c 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -211,7 +211,7 @@ itself.
### `--experimental-specifier-resolution=mode`
<!-- YAML
-added: REPLACEME
+added: v13.4.0
-->
Sets the resolution algorithm for resolving ES module specifiers. Valid options
@@ -421,7 +421,7 @@ Specify the `module` of a custom [experimental ECMAScript Module loader][].
### `--insecure-http-parser`
<!-- YAML
-added: REPLACEME
+added: v13.4.0
-->
Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index cc8608c6c22..a73d1849936 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2552,7 +2552,7 @@ and [`fs.createReadStream()`][]) or by passing a file descriptor in options.
### DEP0136: http finished
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/28679
description: Documentation-only deprecation.
-->
diff --git a/doc/api/events.md b/doc/api/events.md
index 3a558ec233f..434d8de8b57 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -212,7 +212,7 @@ recommendation is to **not use `async` functions as `'error'` event handlers**.
<!-- YAML
added: v0.1.26
changes:
- - version: REPLACEME
+ - version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/27867
description: Added captureRejections option.
-->
@@ -759,7 +759,7 @@ emitter.emit('log');
### emitter\[Symbol.for('nodejs.rejection')\](err, eventName\[, ...args\])
<!-- YAML
-added: REPLACEME
+added: v13.4.0
-->
> Stability: 1 - captureRejections is experimental.
@@ -841,7 +841,7 @@ run();
## events.captureRejections
<!-- YAML
-added: REPLACEME
+added: v13.4.0
-->
> Stability: 1 - captureRejections is experimental.
@@ -852,7 +852,7 @@ Change the default `captureRejections` option on all new `EventEmitter` objects.
## events.captureRejectionSymbol
<!-- YAML
-added: REPLACEME
+added: v13.4.0
-->
> Stability: 1 - captureRejections is experimental.
diff --git a/doc/api/http.md b/doc/api/http.md
index f0d02117e6b..5636a4e1f15 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -623,7 +623,7 @@ is finished.
### request.finished
<!-- YAML
added: v0.0.1
-deprecated: REPLACEME
+deprecated: v13.4.0
-->
> Stability: 0 - Deprecated. Use [`request.writableEnded`][].
@@ -1308,7 +1308,7 @@ is finished.
### response.finished
<!-- YAML
added: v0.0.2
-deprecated: REPLACEME
+deprecated: v13.4.0
-->
> Stability: 0 - Deprecated. Use [`response.writableEnded`][].
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 2336547b982..f4781fa9965 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -3075,7 +3075,7 @@ is finished.
#### response.finished
<!-- YAML
added: v8.4.0
-deprecated: REPLACEME
+deprecated: v13.4.0
-->
> Stability: 0 - Deprecated. Use [`response.writableEnded`][].
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 21f5193c12c..a8e89e4ef51 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -510,7 +510,7 @@ with REPL instances programmatically.
<!-- YAML
added: v0.1.91
changes:
- - version: REPLACEME
+ - version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/30811
description: The `preview` option is now available.
- version: v12.0.0
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 7473c11a68b..ad73586ae96 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -827,7 +827,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/26625
description: Return the minimum cipher version, instead of a fixed string
(`'TLSv1/SSLv3'`).
- - version: REPLACEME
+ - version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/30637
description: Return the IETF cipher name as `standardName`.
-->
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index a93bd5422e4..4d355bd0d56 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -510,7 +510,7 @@ changes:
- version: v13.2.0
pr-url: https://github.com/nodejs/node/pull/26628
description: The `resourceLimits` option was introduced.
- - version: REPLACEME
+ - version: v13.4.0
pr-url: https://github.com/nodejs/node/pull/30559
description: The `argv` option was introduced.
-->