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:
authorMichaël Zasso <targos@protonmail.com>2020-05-01 15:43:14 +0300
committerMichaël Zasso <targos@protonmail.com>2020-05-26 16:55:39 +0300
commitdcc112b7f7e7543e57b279d95a5bbb24ef771652 (patch)
tree5fbdeae12661dcb424354c6e8faadac1da877227 /doc/api/n-api.md
parent5007611294bfcfe7af8648a69bd19d1b014c84bd (diff)
2020-05-26, Version 12.17.0 'Erbium' (LTS)
Notable changes: * ECMAScript Modules - `--experimental-modules` flag removal * AsyncLocalStorage API (experimental) * REPL previews * REPL reverse-i-search * REPL substring-based search * Error monitoring * Monitoring `error` events * Monitoring uncaught exceptions * File system APIs * New function: `fs.readv` * Optional parameters in `fs.read` * Console `groupIndentation` option * `maxStringLength` option for `util.inspect()` * Stable N-API release 6 * Stable diagnostic reports * Increase of the default server headers timeout * New `--trace-sigint` CLI flag * Various crypto APIs now support Diffie-Hellman secrets * Added support for the `dns.ALL` flag in `dns.lookup()` * Added a new experimental API to interact with Source Map V3 data * Added support for passing a `transferList` along with `workerData` to the `Worker` constructor PR-URL: https://github.com/nodejs/node/pull/33197
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 80344566e68..58e79c6e993 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -248,7 +248,7 @@ listed as supporting a later version.
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | | |
| v10.x | v10.0.0 | v10.0.0 | v10.0.0 | v10.16.0 | v10.17.0 | v10.20.0 |
| v11.x | v11.0.0 | v11.0.0 | v11.0.0 | v11.8.0 | | |
-| v12.x | v12.0.0 | v12.0.0 | v12.0.0 | v12.0.0 | v12.11.0 | |
+| v12.x | v12.0.0 | v12.0.0 | v12.0.0 | v12.0.0 | v12.11.0 | v12.17.0 |
| v13.x | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 | |
| v14.x | v14.0.0 | v14.0.0 | v14.0.0 | v14.0.0 | v14.0.0 | v14.0.0 |
@@ -1671,6 +1671,7 @@ the `napi_value` in question is of the JavaScript type expected by the API.
<!-- YAML
added:
- v13.7.0
+ - v12.17.0
- v10.20.0
napiVersion: 6
-->
@@ -1694,6 +1695,7 @@ of the objects's prototype chain as well.
<!-- YAML
added:
- v13.7.0
+ - v12.17.0
- v10.20.0
napiVersion: 6
-->
@@ -1715,6 +1717,7 @@ Property filter bits. They can be or'ed to build a composite filter.
<!-- YAML
added:
- v13.7.0
+ - v12.17.0
- v10.20.0
napiVersion: 6
-->
@@ -3614,6 +3617,7 @@ included.
<!-- YAML
added:
- v13.7.0
+ - v12.17.0
- v10.20.0
napiVersion: 6
-->