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/console.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/console.md')
-rw-r--r--doc/api/console.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 2f4a8e64ed5..6d0b55a1eb0 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -81,7 +81,9 @@ const { Console } = console;
### `new Console(options)`
<!-- YAML
changes:
- - version: v14.2.0
+ - version:
+ - v14.2.0
+ - v12.17.0
pr-url: https://github.com/nodejs/node/pull/32964
description: The `groupIndentation` option was introduced.
- version: v11.7.0