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:
authorShelley Vohr <shelley.vohr@gmail.com>2020-08-10 08:10:24 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-08-11 19:40:48 +0300
commit6e1f6ec57398689740ab29acb6ce49bc94b95c79 (patch)
treed00a19ef678e4b9b6aeb38933dcda2cb542d120a /doc/api/n-api.md
parent9f47e5a7f74c866571512bef91e661b69a18a03e (diff)
2020-08-11, Version 14.8.0 (Current)
Notable changes: async_hooks: * (SEMVER-MINOR) add AsyncResource.bind utility (James M Snell) https://github.com/nodejs/node/pull/34574 doc: * add Ricky Zhou to collaborators (rickyes) https://github.com/nodejs/node/pull/34676 * add release key for Ruy Adorno (Ruy Adorno) https://github.com/nodejs/node/pull/34628 * add DerekNonGeneric to collaborators (Derek Lewis) https://github.com/nodejs/node/pull/34602 module: * (SEMVER-MINOR) unflag Top-Level Await (Myles Borins) https://github.com/nodejs/node/pull/34558 n-api: * (SEMVER-MINOR) support type-tagging objects (Gabriel Schulhof) https://github.com/nodejs/node/pull/28237 n-api,src: * (SEMVER-MINOR) provide asynchronous cleanup hooks (Anna Henningsen) https://github.com/nodejs/node/pull/34572 PR-URL: https://github.com/nodejs/node/pull/34704
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 958cdb6a8ae..1beb64aefb4 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -602,7 +602,7 @@ For more details, review the [Object lifetime management][].
#### napi_type_tag
<!-- YAML
-added: REPLACEME
+added: v14.8.0
-->
A 128-bit value stored as two unsigned 64-bit integers. It serves as a UUID
@@ -1577,7 +1577,7 @@ with `napi_add_env_cleanup_hook`, otherwise the process will abort.
#### napi_add_async_cleanup_hook
<!-- YAML
-added: REPLACEME
+added: v14.8.0
-->
> Stability: 1 - Experimental
@@ -1605,7 +1605,7 @@ is being torn down anyway.
#### napi_remove_async_cleanup_hook
<!-- YAML
-added: REPLACEME
+added: v14.8.0
-->
> Stability: 1 - Experimental
@@ -4672,7 +4672,7 @@ JavaScript object becomes garbage-collected.
### napi_type_tag_object
<!-- YAML
-added: REPLACEME
+added: v14.8.0
-->
> Stability: 1 - Experimental
@@ -4699,7 +4699,7 @@ If the object already has an associated type tag, this API will return
### napi_check_object_type_tag
<!-- YAML
-added: REPLACEME
+added: v14.8.0
-->
> Stability: 1 - Experimental