Skip to content

Commit

Permalink
feat: 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h7lin committed May 1, 2020
1 parent c003b23 commit c51ca10
Show file tree
Hide file tree
Showing 144 changed files with 688 additions and 294 deletions.
4 changes: 3 additions & 1 deletion assert/assert_doesnotmatch_string_regexp_message.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.6.0
added:
- v13.6.0
- v12.16.0
-->

* `string` {string}
Expand Down
4 changes: 3 additions & 1 deletion assert/assert_match_string_regexp_message.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.6.0
added:
- v13.6.0
- v12.16.0
-->

* `string` {string}
Expand Down
4 changes: 3 additions & 1 deletion assert/strict_assertion_mode.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- YAML
added: v9.9.0
changes:
- version: v13.9.0
- version:
- v13.9.0
- v12.16.2
description: Changed "strict mode" to "strict assertion mode" and "legacy
mode" to "legacy assertion mode" to avoid confusion with the
more usual meaining of "strict mode".
Expand Down
4 changes: 3 additions & 1 deletion buffer/buf_readbigint64le_offset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.20.0
-->

* `offset` {integer} 开始读取之前要跳过的字节数。必须满足:`0 <= offset <= buf.length - 8`**默认值:** `0`
Expand Down
4 changes: 3 additions & 1 deletion buffer/buf_readbiguint64le_offset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.20.0
-->

* `offset` {integer} 开始读取之前要跳过的字节数。必须满足:`0 <= offset <= buf.length - 8`**默认值:** `0`
Expand Down
4 changes: 3 additions & 1 deletion buffer/buf_writebigint64le_value_offset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.20.0
-->

* `value` {bigint} 要写入 `buf` 的数值。
Expand Down
4 changes: 3 additions & 1 deletion buffer/buf_writebiguint64le_value_offset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.20.0
-->

* `value` {bigint} 要写入 `buf` 的数值。
Expand Down
4 changes: 3 additions & 1 deletion child_process/advanced_serialization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.2.0
added:
- v13.2.0
- v12.16.0
-->

Child processes support a serialization mechanism for IPC that is based on the
Expand Down
4 changes: 3 additions & 1 deletion child_process/child_process_fork_modulepath_args_options.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- YAML
added: v0.5.0
changes:
- version: v13.2.0
- version:
- v13.2.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/30162
description: The `serialization` option is supported now.
- version: v8.0.0
Expand Down
4 changes: 3 additions & 1 deletion child_process/child_process_spawn_command_args_options.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- YAML
added: v0.1.90
changes:
- version: v13.2.0
- version:
- v13.2.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/30162
description: The `serialization` option is supported now.
- version: v8.8.0
Expand Down
4 changes: 3 additions & 1 deletion cli/experimental_import_meta_resolve.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.9.0
added:
- v13.9.0
- v12.16.2
-->

Enable experimental `import.meta.resolve()` support.
Expand Down
4 changes: 3 additions & 1 deletion cli/experimental_specifier_resolution_mode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.4.0
added:
- v13.4.0
- v12.16.0
-->

Sets the resolution algorithm for resolving ES module specifiers. Valid options
Expand Down
4 changes: 3 additions & 1 deletion cli/experimental_wasi_unstable_preview1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.3.0
added:
- v13.3.0
- v12.16.0
changes:
- version: v13.6.0
pr-url: https://github.com/nodejs/node/pull/30980
Expand Down
5 changes: 4 additions & 1 deletion cli/insecure_http_parser.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!-- YAML
added: v13.4.0
added:
- v13.4.0
- v12.15.0
- v10.19.0
-->

Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
Expand Down
4 changes: 3 additions & 1 deletion cli/max_http_header_size_size.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v11.6.0
added:
- v11.6.0
- v10.15.0
changes:
- version: v14.0.0
pr-url: https://github.com/nodejs/node/pull/32520
Expand Down
4 changes: 3 additions & 1 deletion cli/node_repl_external_module_file.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.0.0
added:
- v13.0.0
- v12.16.0
-->

Path to a Node.js module which will be loaded in place of the built-in REPL.
Expand Down
4 changes: 3 additions & 1 deletion cli/tls_keylog_file.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.2.0
added:
- v13.2.0
- v12.16.0
-->

Log TLS key material to a file. The key material is in NSS `SSLKEYLOGFILE`
Expand Down
4 changes: 3 additions & 1 deletion cli/tls_max_v1_2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.20.0
-->

Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for
Expand Down
4 changes: 3 additions & 1 deletion cli/tls_min_v1_0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.20.0
-->

Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1'. Use for compatibility with
Expand Down
4 changes: 3 additions & 1 deletion cli/tls_min_v1_1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.20.0
-->

Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.1'. Use for compatibility
Expand Down
4 changes: 3 additions & 1 deletion cli/tls_min_v1_2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.2.0
added:
- v12.2.0
- v10.20.0
-->

Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.2'. This is the default for
Expand Down
4 changes: 3 additions & 1 deletion cli/trace_exit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v13.5.0
added:
- v13.5.0
- v12.16.0
-->

Prints a stack trace whenever an environment is exited proactively,
Expand Down
4 changes: 3 additions & 1 deletion cli/unhandled_rejections_mode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- YAML
added: v12.0.0
added:
- v12.0.0
- v10.17.0
-->

By default all unhandled rejections trigger a warning plus a deprecation warning
Expand Down
4 changes: 3 additions & 1 deletion cluster/cluster_settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- YAML
added: v0.7.1
changes:
- version: v13.2.0
- version:
- v13.2.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/30162
description: The `serialization` option is supported now.
- version: v9.5.0
Expand Down
4 changes: 3 additions & 1 deletion crypto/crypto_createcipheriv_algorithm_key_iv_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ changes:
- version: v11.6.0
pr-url: https://github.com/nodejs/node/pull/24234
description: The `key` argument can now be a `KeyObject`.
- version: v11.2.0
- version:
- v11.2.0
- v10.17.0
pr-url: https://github.com/nodejs/node/pull/24081
description: The cipher `chacha20-poly1305` is now supported.
- version: v10.10.0
Expand Down
4 changes: 3 additions & 1 deletion crypto/crypto_createdecipheriv_algorithm_key_iv_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ changes:
- version: v11.6.0
pr-url: https://github.com/nodejs/node/pull/24234
description: The `key` argument can now be a `KeyObject`.
- version: v11.2.0
- version:
- v11.2.0
- v10.17.0
pr-url: https://github.com/nodejs/node/pull/24081
description: The cipher `chacha20-poly1305` is now supported.
- version: v10.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- YAML
added: v10.5.0
changes:
- version: v12.8.0
- version:
- v12.8.0
- v10.17.0
pr-url: https://github.com/nodejs/node/pull/28799
description: The `maxmem` value can now be any safe integer.
- version: v10.9.0
Expand Down
4 changes: 3 additions & 1 deletion crypto/crypto_scryptsync_password_salt_keylen_options.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- YAML
added: v10.5.0
changes:
- version: v12.8.0
- version:
- v12.8.0
- v10.17.0
pr-url: https://github.com/nodejs/node/pull/28799
description: The `maxmem` value can now be any safe integer.
- version: v10.9.0
Expand Down
2 changes: 1 addition & 1 deletion deprecations/dep0121_net_setsimultaneousaccepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ The undocumented `net._setSimultaneousAccepts()` function was originally
intended for debugging and performance tuning when using the `child_process`
and `cluster` modules on Windows. The function is not generally useful and
is being removed. See discussion here:
https://github.com/nodejs/node/issues/18391
<https://github.com/nodejs/node/issues/18391>

<a id="DEP0122"></a>
4 changes: 3 additions & 1 deletion deprecations/dep0136_http_finished.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- YAML
changes:
- version: v13.4.0
- version:
- v13.4.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/28679
description: Documentation-only deprecation.
-->
Expand Down
Loading

0 comments on commit c51ca10

Please sign in to comment.