diff options
author | Shelley Vohr <shelley.vohr@gmail.com> | 2020-05-17 18:45:37 -0700 |
---|---|---|
committer | Shelley Vohr <shelley.vohr@gmail.com> | 2020-05-19 11:30:54 -0700 |
commit | 5d81e4d677e8a00c2d0d3a23e2bd74bf9f1deb57 (patch) | |
tree | f51eb7c09a218a576e27484b6b41d05ccf0ee687 /doc/api/deprecations.md | |
parent | e4ad4642d75b76a5559d47fa4aa0984e5a1b9856 (diff) | |
download | node-new-5d81e4d677e8a00c2d0d3a23e2bd74bf9f1deb57.tar.gz |
2020-05-19, Version 14.3.0 (Current)v14.3.0v14.3.0-proposal
Notable changes:
async_hooks:
* (SEMVER-MINOR) move PromiseHook handler to JS (Stephen Belanger) https://github.com/nodejs/node/pull/32891
cli:
* (SEMVER-MINOR) add `--trace-atomics-wait` flag (Anna Henningsen) https://github.com/nodejs/node/pull/33292
fs:
* (SEMVER-MINOR) add .ref() and .unref() methods to watcher classes (rickyes) https://github.com/nodejs/node/pull/33134
http:
* (SEMVER-MINOR) expose http.validate-header-name/value (osher) https://github.com/nodejs/node/pull/33119
repl:
* (SEMVER-MINOR) deprecate repl._builtinLibs (Ruben Bridgewater) https://github.com/nodejs/node/pull/33294
* (SEMVER-MINOR) deprecate repl.inputStream and repl.outputStream (Ruben Bridgewater) https://github.com/nodejs/node/pull/33294
* (SEMVER-MINOR) show reference errors during preview (Ruben Bridgewater) https://github.com/nodejs/node/pull/33282
* (SEMVER-MINOR) improve repl preview (Ruben Bridgewater) https://github.com/nodejs/node/pull/33282
src:
* add support for TLA (Gus Caplan) https://github.com/nodejs/node/pull/30370
PR-URL: TODO
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 4a6c559695..9db1598e3a 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2666,11 +2666,11 @@ Type: Documentation-only Use [`request.destroy()`][] instead of [`request.abort()`][]. -<a id="DEP0XXX"></a> -### DEP0XXX: `repl.inputStream` and `repl.outputStream` +<a id="DEP0141"></a> +### DEP0141: `repl.inputStream` and `repl.outputStream` <!-- YAML changes: - - version: REPLACEME + - version: v14.3.0 pr-url: https://github.com/nodejs/node/pull/33294 description: Documentation-only (supports [`--pending-deprecation`][]). --> @@ -2680,11 +2680,11 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) The `repl` module exported the input and output stream twice. Use `.input` instead of `.inputStream` and `.output` instead of `.outputStream`. -<a id="DEP0XX1"></a> -### DEP0XX1: `repl._builtinLibs` +<a id="DEP0142"></a> +### DEP0142: `repl._builtinLibs` <!-- YAML changes: - - version: REPLACEME + - version: v14.3.0 pr-url: https://github.com/nodejs/node/pull/33294 description: Documentation-only (supports [`--pending-deprecation`][]). --> |