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:
authorRichard Lau <rlau@redhat.com>2022-01-25 21:22:09 +0300
committerRichard Lau <rlau@redhat.com>2022-01-25 23:21:32 +0300
commit9beb4f80545f83dcf0b113e59cac06cac7deca75 (patch)
tree64178cebf793d242c17b632925fd0fc38ce7464e /doc/api/packages.md
parent4477da858fab9f3bb21236832cbc553303a8d3a5 (diff)
2022-02-01, Version 14.19.0 'Fermium' (LTS)v14.19.0
Notable changes: Corepack: Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development. In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped in Node.js by default. Contributed by Maël Nison - https://github.com/nodejs/node/pull/39608 ICU updated: ICU has been updated to 70.1. This updates timezone database to 2021a3, including bringing forward the start for DST for Jordan from March to February. Contributed by Michaël Zasso - https://github.com/nodejs/node/pull/40658 New option to disable loading of native addons: A new command line option `--no-addons` has been added to disallow loading of native addons. Contributed by Dominic Elm - https://github.com/nodejs/node/pull/39977 Updated Root Certificates: Root certificates have been updated to those from Mozilla's Network Security Services 3.71. Contributed by Richard Lau - https://github.com/nodejs/node/pull/40280 Other Notable Changes: crypto: * (SEMVER-MINOR) make FIPS related options always available (Vít Ondruch) https://github.com/nodejs/node/pull/36341 lib: * (SEMVER-MINOR) add unsubscribe method to non-active DC channels (simon-id) https://github.com/nodejs/node/pull/40433 * (SEMVER-MINOR) add return value for DC channel.unsubscribe (simon-id) https://github.com/nodejs/node/pull/40433 module: * (SEMVER-MINOR) support pattern trailers (Guy Bedford) https://github.com/nodejs/node/pull/39635 src: * (SEMVER-MINOR) make napi_create_reference accept symbol (JckXia) https://github.com/nodejs/node/pull/39926 PR-URL: https://github.com/nodejs/node/pull/41696
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index c5c4a665f2e..9f631ec3dd2 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -1051,7 +1051,7 @@ When a package has an [`"exports"`][] field, this will take precedence over the
### `"packageManager"`
<!-- YAML
-added: REPLACEME
+added: v14.19.0
-->
> Stability: 1 - Experimental