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-11-16 20:04:38 +0300
committerMyles Borins <mylesborins@github.com>2020-11-24 19:40:37 +0300
commit219332e66cd5dec76f77eefb9e1e9698ef246ba6 (patch)
treeccb8f159db99953839c1722a92b5db61ba5db3d7 /doc/api/n-api.md
parent7b5b8ef42474c7370740c1feefc41330c44ce1ea (diff)
2020-11-24, Version 12.20.0 'Erbium' (LTS)
Notable changes: crypto: * update certdata to NSS 3.56 (Shelley Vohr) https://github.com/nodejs/node/pull/35546 deps: * update llhttp to 2.1.3 (Fedor Indutny) https://github.com/nodejs/node/pull/35435 * (SEMVER-MINOR) upgrade to libuv 1.40.0 (Colin Ihrig) https://github.com/nodejs/node/pull/35333 doc: * add aduh95 to collaborators (Antoine du Hamel) https://github.com/nodejs/node/pull/35542 fs: * (SEMVER-MINOR) add .ref() and .unref() methods to watcher classes (rickyes) https://github.com/nodejs/node/pull/33134 http: * (SEMVER-MINOR) added scheduling option to http agent (delvedor) https://github.com/nodejs/node/pull/33278 module: * (SEMVER-MINOR) exports pattern support (Guy Bedford) https://github.com/nodejs/node/pull/34718 * (SEMVER-MINOR) named exports for CJS via static analysis (Guy Bedford) https://github.com/nodejs/node/pull/35249 n-api: * (SEMVER-MINOR) add more property defaults (Gerhard Stoebich) https://github.com/nodejs/node/pull/35214 src: * (SEMVER-MINOR) move node_contextify to modern THROW_ERR_* (James M Snell) https://github.com/nodejs/node/pull/35470 * (SEMVER-MINOR) move node_process to modern THROW_ERR* (James M Snell) https://github.com/nodejs/node/pull/35472 * (SEMVER-MINOR) expose v8::Isolate setup callbacks (Shelley Vohr) https://github.com/nodejs/node/pull/35512 PR-URL: https://github.com/nodejs/node/pull/35950
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 9ad15223f11..e40d2cc9ac2 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -4214,7 +4214,9 @@ specification).
#### napi_object_freeze
<!-- YAML
-added: v14.14.0
+added:
+ - v14.14.0
+ - v12.20.0
-->
> Stability: 1 - Experimental
@@ -4239,7 +4241,9 @@ ECMA-262 specification.
#### napi_object_seal
<!-- YAML
-added: v14.14.0
+added:
+ - v14.14.0
+ - v12.20.0
-->
> Stability: 1 - Experimental