24 Nov Node v12.20.0 (LTS)
- crypto:
- update certdata to NSS 3.56 (Shelley Vohr) https://github.com/nodejs/node/pull/35546
- deps:
- update llhttp to 2.1.3 (Fedor Indutny) https://github.com/nodejs/node/pull/35435
- (SEMVER-MINOR) upgrade to libuv 1.40.0 (Colin Ihrig) https://github.com/nodejs/node/pull/35333
- doc:
- add aduh95 to collaborators (Antoine du Hamel) https://github.com/nodejs/node/pull/35542
- fs:
- (SEMVER-MINOR) add .ref() and .unref() methods to watcher classes (rickyes) https://github.com/nodejs/node/pull/33134
- http:
- (SEMVER-MINOR) added scheduling option to http agent (delvedor) https://github.com/nodejs/node/pull/33278
- module:
- (SEMVER-MINOR) exports pattern support (Guy Bedford) https://github.com/nodejs/node/pull/34718
- (SEMVER-MINOR) named exports for CJS via static analysis (Guy Bedford) https://github.com/nodejs/node/pull/35249
- n-api:
- (SEMVER-MINOR) add more property defaults (Gerhard Stoebich) https://github.com/nodejs/node/pull/35214
- src:
- (SEMVER-MINOR) move node_contextify to modern THROW_ERR_* (James M Snell) https://github.com/nodejs/node/pull/35470
- (SEMVER-MINOR) move node_process to modern THROW_ERR* (James M Snell) https://github.com/nodejs/node/pull/35472
- (SEMVER-MINOR) expose v8::Isolate setup callbacks (Shelley Vohr) https://github.com/nodejs/node/pull/35512
- [
6349b1d673
] – (SEMVER-MINOR)dns: add a cancel() method to the promise Resolver (Szymon Marczak) #33099 - [
9ce9b016e6
] – (SEMVER-MINOR)events: add max listener warning for EventTarget (James M Snell) #36001 - [
8390f8a86b
] – (SEMVER-MINOR)http: add support for abortsignal to http.request (Benjamin Gruenbaum) #36048 - [
9c6be3cc90
] – (SEMVER-MINOR)http2: allow setting the local window size of a session (Yongsheng Zhang) #35978 - [
15ff155c12
] – (SEMVER-MINOR)lib: add throws option to fs.f/l/statSync (Andrew Casey) #33716 - [
85c85d368a
] – (SEMVER-MINOR)path: addpath/posix
andpath/win32
alias modules (ExE Boss) #34962 - [
d1baae3640
] – (SEMVER-MINOR)readline: add getPrompt to get the current prompt (Mattias Runge-Broberg) #33675 - [
5729478509
] – (SEMVER-MINOR)src: add loop idle time in diagnostic report (Gireesh Punathil) #35940 - [
baa87c1a7d
] – (SEMVER-MINOR)util: addutil/types
alias module (ExE Boss) #34055
转自 https://nodejs.org/en/blog/