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:
authorMichaël Zasso <targos@protonmail.com>2020-11-03 19:57:08 +0300
committerMichaël Zasso <targos@protonmail.com>2020-11-04 23:43:02 +0300
commit8caa6a9d8c153376d86fbed3a58cfae3555ae47b (patch)
tree51dcf512aca59e8a23ef0dc4b820bbfe00f05428 /doc/api
parent9aafda586e4adcaed0132a4d01b4e7fd5c5030a0 (diff)
2020-11-04, Version 15.1.0 (Current)
Notable changes: child_process: * (SEMVER-MINOR) add ChildProcess 'spawn' event (Matthew Francis Brunetti) https://github.com/nodejs/node/pull/35369 dns: * (SEMVER-MINOR) add setLocalAddress to Resolver (Josh Dague) https://github.com/nodejs/node/pull/34824 http: * (SEMVER-MINOR) report request start and end with diagnostics_channel (Stephen Belanger) https://github.com/nodejs/node/pull/34895 http2: * (SEMVER-MINOR) add updateSettings to both http2 servers (Vincent Boivin) https://github.com/nodejs/node/pull/35383 lib: * (SEMVER-MINOR) create diagnostics_channel module (Stephen Belanger) https://github.com/nodejs/node/pull/34895 src: * (SEMVER-MINOR) add --heapsnapshot-near-heap-limit option (Joyee Cheung) https://github.com/nodejs/node/pull/33010 v8: * (SEMVER-MINOR) implement v8.stopCoverage() (Joyee Cheung) https://github.com/nodejs/node/pull/33807 * (SEMVER-MINOR) implement v8.takeCoverage() (Joyee Cheung) https://github.com/nodejs/node/pull/33807 worker: * (SEMVER-MINOR) add eventLoopUtilization() (Trevor Norris) https://github.com/nodejs/node/pull/35664 PR-URL: https://github.com/nodejs/node/pull/35948
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/child_process.md2
-rw-r--r--doc/api/cli.md2
-rw-r--r--doc/api/deprecations.md2
-rw-r--r--doc/api/diagnostics_channel.md2
-rw-r--r--doc/api/dns.md2
-rw-r--r--doc/api/http2.md4
-rw-r--r--doc/api/packages.md2
-rw-r--r--doc/api/tls.md2
-rw-r--r--doc/api/v8.md4
-rw-r--r--doc/api/worker_threads.md4
10 files changed, 13 insertions, 13 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 0f78ba9d44e..2d39bd2d109 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -1038,7 +1038,7 @@ See [Advanced serialization][] for more details.
### Event: `'spawn'`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
The `'spawn'` event is emitted once the child process has spawned successfully.
diff --git a/doc/api/cli.md b/doc/api/cli.md
index dd0b57b6ad9..484695a3474 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -335,7 +335,7 @@ be added.
### `--heapsnapshot-near-heap-limit=max_count`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
> Stability: 1 - Experimental
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 724d5abae68..41ad56bc36b 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2680,7 +2680,7 @@ Use `fs.rm(path, { recursive: true, force: true })` instead.
### DEP0148: Folder mappings in `"exports"` (trailing `"/"`)
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v15.1.0
pr-url: https://github.com/nodejs/node/pull/35746
description: Runtime deprecation.
- version: v14.13.0
diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md
index 2f78ea80f67..fe4795ab356 100644
--- a/doc/api/diagnostics_channel.md
+++ b/doc/api/diagnostics_channel.md
@@ -1,6 +1,6 @@
# Diagnostics Channel
-<!--introduced_in=REPLACEME-->
+<!--introduced_in=v15.1.0-->
> Stability: 1 - Experimental
diff --git a/doc/api/dns.md b/doc/api/dns.md
index aa2fbbc1751..c9508f87119 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -119,7 +119,7 @@ callbacks will be called with an error with code `ECANCELLED`.
### `resolver.setLocalAddress([ipv4][, ipv6])`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
* `ipv4` {string} A string representation of an IPv4 address.
diff --git a/doc/api/http2.md b/doc/api/http2.md
index c109d7db72a..b4977397f35 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1881,7 +1881,7 @@ value only affects new connections to the server, not any existing connections.
#### `server.updateSettings([settings])`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
* `settings` {HTTP/2 Settings Object}
@@ -2073,7 +2073,7 @@ value only affects new connections to the server, not any existing connections.
#### `server.updateSettings([settings])`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
* `settings` {HTTP/2 Settings Object}
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 9b7ba7fb119..a3e328073fa 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -368,7 +368,7 @@ targets, this expansion is dependent on only the files of the package itself.
### Subpath folder mappings
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v15.1.0
pr-url: https://github.com/nodejs/node/pull/35746
description: Runtime deprecation.
- version: v14.13.0
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 64fc8be83a8..128fac46064 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1343,7 +1343,7 @@ being issued by trusted CA (`options.ca`).
<!-- YAML
added: v0.11.3
changes:
- - version: REPLACEME
+ - version: v15.1.0
pr-url: https://github.com/nodejs/node/pull/35753
description: Added `onread` option.
- version:
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 4f72b16e017..0dc8eddc3dc 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -226,7 +226,7 @@ setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
## `v8.takeCoverage()`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
The `v8.takeCoverage()` method allows the user to write the coverage started by
@@ -241,7 +241,7 @@ disk, unless [`v8.stopCoverage()`][] is invoked before the process exits.
## `v8.stopCoverage()`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
The `v8.stopCoverage()` method allows the user to stop the coverage collection
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 086e541013e..c9ea0c90373 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -806,7 +806,7 @@ immediately with an [`ERR_WORKER_NOT_RUNNING`][] error.
### `worker.performance`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
An object that can be used to query performance information from a worker
@@ -814,7 +814,7 @@ instance. Similar to [`perf_hooks.performance`][].
#### `performance.eventLoopUtilization([utilization1[, utilization2]])`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
* `utilization1` {Object} The result of a previous call to