diff options
author | Michaël Zasso <targos@protonmail.com> | 2021-02-02 11:17:42 +0100 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2021-02-02 18:07:48 +0100 |
commit | bc1c4282b25787e9c8cb8ad5988ce4706265fc37 (patch) | |
tree | 61163d3b2c731de5c6e458bc1c67e773ed96a4b4 /doc/api/deprecations.md | |
parent | 47bfde00fdc0dfd00fa67f2f384addc11f2af4c4 (diff) | |
download | node-new-v15.8.0-proposal.tar.gz |
2021-02-02, Version 15.8.0 (Current)v15.8.0v15.8.0-proposal
Notable changes:
crypto:
* (SEMVER-MINOR) add generatePrime/checkPrime (James M Snell) https://github.com/nodejs/node/pull/36997
* (SEMVER-MINOR) experimental (Ed/X)25519/(Ed/X)448 support (James M Snell) https://github.com/nodejs/node/pull/36879
deps:
* upgrade npm to 7.5.0 (Ruy Adorno) https://github.com/nodejs/node/pull/37117
dgram:
* (SEMVER-MINOR) support AbortSignal in createSocket (Nitzan Uziely) https://github.com/nodejs/node/pull/37026
doc:
* add Zijian Liu to collaborators (ZiJian Liu) https://github.com/nodejs/node/pull/37075
esm:
* deprecate legacy main lookup for modules (Guy Bedford) https://github.com/nodejs/node/pull/36918
readline:
* (SEMVER-MINOR) add history event and option to set initial history (Mattias Runge-Broberg) https://github.com/nodejs/node/pull/33662
* (SEMVER-MINOR) add support for the AbortController to the question method (Mattias Runge-Broberg) https://github.com/nodejs/node/pull/33676
PR-URL: https://github.com/nodejs/node/pull/37183
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 7644bc0082..c66e27895b 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2702,7 +2702,7 @@ runtime warning results no matter where the `"exports"` usage occurs. ### DEP0151: Main index lookup and extension searching <!-- YAML changes: - - version: REPLACEME + - version: v15.8.0 pr-url: https://github.com/nodejs/node/pull/36918 description: Documentation-only deprecation with `--pending-deprecation` support. |