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:
authorMyles Borins <mylesborins@github.com>2020-07-15 21:11:29 +0300
committerMyles Borins <mylesborins@github.com>2020-07-22 00:45:12 +0300
commita981c65b9092d9317603ab25ec8b67aec11feffc (patch)
tree7015456fe80792abf278b591238121eaf0f92331 /doc/api/vm.md
parentfeb93c4e8425b4fce96d92b6072c6e8b6cc634fd (diff)
2020-07-21, Version 14.6.0 (Current)
Notable changes: deps: * upgrade npm to 6.14.6 (claudiahdz) https://github.com/nodejs/node/pull/34246 * upgrade to libuv 1.38.1 (Colin Ihrig) https://github.com/nodejs/node/pull/34187 * (SEMVER-MINOR) update V8 to 8.4.371.19 (Michaƫl Zasso) [#33579](https://github.com/nodejs/node/pull/33579) module: * (SEMVER-MINOR) deprecate module.parent (Antoine du HAMEL) https://github.com/nodejs/node/pull/32217 * (SEMVER-MINOR) package "imports" field (Guy Bedford) https://github.com/nodejs/node/pull/34117 src: * (SEMVER-MINOR) add option to track unmanaged file descriptors (Anna Henningsen) https://github.com/nodejs/node/pull/34303 * (SEMVER-MINOR) allow embedders to disable esm loader (Shelley Vohr) https://github.com/nodejs/node/pull/34060 tls: * (SEMVER-MINOR) make 'createSecureContext' honor more options (Mateusz Krawczuk) https://github.com/nodejs/node/pull/33974 vm: * (SEMVER-MINOR) add run-after-evaluate microtask mode (Anna Henningsen) https://github.com/nodejs/node/pull/34023 worker: * (SEMVER-MINOR) add option to track unmanaged file descriptors (Anna Henningsen) https://github.com/nodejs/node/pull/34303 New Collaborators: * add danielleadams to collaborators (Danielle Adams) https://github.com/nodejs/node/pull/34360 * add sxa as collaborator (Stewart X Addison) https://github.com/nodejs/node/pull/34338 * add ruyadorno to collaborators (Ruy Adorno) https://github.com/nodejs/node/pull/34297 PR-URL: https://github.com/nodejs/node/pull/34371
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index b75113d04e8..647005c3388 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -188,7 +188,7 @@ overhead.
<!-- YAML
added: v0.3.1
changes:
- - version: REPLACEME
+ - version: v14.6.0
pr-url: https://github.com/nodejs/node/pull/34023
description: The `microtaskMode` option is supported now.
- version: v10.0.0
@@ -853,7 +853,7 @@ function with the given `params`.
<!-- YAML
added: v0.3.1
changes:
- - version: REPLACEME
+ - version: v14.6.0
pr-url: https://github.com/nodejs/node/pull/34023
description: The `microtaskMode` option is supported now.
- version: v10.0.0
@@ -1016,7 +1016,7 @@ console.log(contextObject);
<!-- YAML
added: v0.3.1
changes:
- - version: REPLACEME
+ - version: v14.6.0
pr-url: https://github.com/nodejs/node/pull/34023
description: The `microtaskMode` option is supported now.
- version: v10.0.0