주요 변경사항
- cli:
- –conditions 플래그의 별칭 -C를 추가했습니다. (Guy Bedford) #38755
- deps:
- npm을 7.14.0으로 업그레이드했습니다. (Ruy Adorno) #38750
Commits
- [
4e58ec4aa6
] - benchmark: output JSON-compatible numbers (Michaël Zasso) #38778 - [
7a9d0fd5a9
] - benchmark: fix http elapsed time (Antoine du Hamel) #38743 - [
a98d631905
] - bootstrap: include vm and contextify binding into the snapshot (Joyee Cheung) #38677 - [
f1628960e1
] - build: remove outdated dont-land-on-v6.x label (Michaël Zasso) #38886 - [
6986154b30
] - build: work around bug in MSBuild v16.10.0 (Michaël Zasso) #38873 - [
24cca7c5ea
] - build: add lto build to CI (Jiawen Geng) #38567 - [
80c32b7a9a
] - build: allow LTO with Clang 3.9.1+ (Jesse Chan) #38751 - [
e9be2095cf
] - build: replace non-POSIX test -a|o (Issam E. Maghni) #38731 - [
717a8b63e1
] - child_process: retain reference to data with advanced serialization (Anna Henningsen) #38728 - [
bc8400122c
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #38755 - [
eb7c932a6d
] - debugger: revise async iterator usage to comply with lint rules (Rich Trott) #38847 - [
f1000e0e52
] - debugger: removed unused function argument (Rich Trott) #38850 - [
ee1056da60
] - debugger: wait for V8 debugger to be enabled (Michaël Zasso) #38811 - [
47ad448def
] - deps: upgrade npm to 7.15.1 (npm-robot) #38880 - [
e8192b5e89
] - deps: upgrade npm to 7.14.0 (Ruy Adorno) #38750 - [
15aaf14690
] - deps: update llhttp to 6.0.2 (Fedor Indutny) #38665 - [
108ffdb68f
] - doc: fixed typo in n-api.md (julianjany) #38822 - [
131a6918dd
] - doc: use “Long Term Support” in collaborator guide (Rich Trott) #38841 - [
4844337cd7
] - doc: use “Long Term Support” in technical values doc (Rich Trott) #38841 - [
f1e823b679
] - doc: use “Long Term Support” in README (Philip) #38839 - [
4e11971a76
] - doc: fix grammar infs.md
(yotamselementor) #38818 - [
e2f28c80d1
] - doc: fixup code sample in http.md (TodorTotev) #38776 - [
96fa387082
] - doc: document null target pattern (Guy Bedford) #38724 - [
5553be3f4e
] - doc: update code examples fornode:url
module (fisker Cheung) #38645 - [
0c063a1258
] - doc,url: clarify domainTo* when built without ICU (Darshan Sen) #38789 - [
2054efa02c
] - events: refactor to use primordials in lib/events (Akhil Marsonya) #38117 - [
4884991a12
] - lib: include url in bootstrap snapshot and remove unnecessary lazy-loads (Joyee Cheung) #38826 - [
08ad2f6c18
] - lib: fix typos (bl-ue) #38846 - [
7d3a8cb854
] - lib: remove unnecessary lazy loads (Joyee Cheung) #38737 - [
5d9442a024
] - lib: load internal/fs/watchers and internal/fs/read_file_context early (Joyee Cheung) #38737 - [
2268d1cf4c
] - lib: refactor to reuse validators (Rongjian Zhang) #38608 - [
496f7eae92
] - node-api: fix shutdown crashes (Michael Dawson) #38492 - [
e1195312b9
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #38569 - [
7ba305552f
] - src: set PromiseHooks by Environment (Bryan English) #38821 - [
74205b3542
] - src: replaceauto
s in node_api.cc (Khaidi Chu) #38852 - [
120849f609
] - src: cache necessary isolate & context in api/* (Khaidi Chu) #38366 - [
f25cd4f377
] - src: fix typos (bl-ue) #38845 - [
a1b0e64187
] - src: support fs_event_wrap binding in the snapshot (Joyee Cheung) #38737 - [
36d4a4331d
] - src: remove redundant v8 namespaces inenv.cc
(Juan José Arboleda) #38792 - [
3e6b3b22c5
] - src: use SPrintF in ProcessEmitWarning (Darshan Sen) #38758 - [
9ca5c0e29e
] - src: fix compiler warnings in node_buffer.cc (Darshan Sen) #38722 - [
3741595289
] - src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3 (Daniel Bevenius) #38732 - [
4e3353223e
] - src: use HandleScope in StreamReq::Done() (Darshan Sen) #38720 - [
c576311954
] - src: remove commented code innode_file.cc
(Juan José Arboleda) #38693 - [
61c95f08b3
] - src: write named pipe info in diagnostic report (legendecas) #38637 - [
ba96f14233
] - src: remove unusediostream
library (Juan José Arboleda) #38694 - [
f5dd85bbe6
] - src: remove more extra semis from member fns (Shelley Vohr) #38744 - [
a47fd67154
] - src: replaceauto
s in node_contextify.cc (Khaidi Chu) #38644 - [
9054d25acc
] - stream: add a non-destroying iterator to Readable (Nitzan Uziely) #38526 - [
4131f94ca8
] - stream: allow empty string as source of pipeline (Qingyu Deng) #38723 - [
0aa3cb5c0e
] - test: improve coverage of fs internal utils (Rongjian Zhang) #38746 - [
48ebebd2a8
] - test: remove unnecessary--pending-deprecation
flag (Antoine du Hamel) #38819 - [
3c492baa51
] - test: fix writefile with fd (Nitzan Uziely) #38820 - [
e91d14c57c
] - test: simplify test-path-resolve.js (himself65) #38671 - [
1f5baaa2e7
] - test: improve coverage forquestion
in readline (Qingyu Deng) #38799 - [
6d86f8afd5
] - test: os, replace custom flatten method with built-in Array.flat (Wael Almattar) #38770 - [
c7a58578dc
] - test: set locale for datetime-change-notify test (ZiJian Liu) #38741 - [
695e982a42
] - test: improve coverage of lib/fs.js (Rongjian Zhang) #38604 - [
11ac9c6fcc
] - test: improve coverage of lib/_http_outgoing.js (Rongjian Zhang) #38734 - [
6da4aa30c6
] - test: give js-native-api tests consistent names (Gabriel Schulhof) #38692 - [
929e8df1c0
] - test: improve coverage of stream.Readable (Rongjian Zhang) #38702 - [
36ffd58105
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #38851 - [
6b8c712247
] - tools: bump cpplint to 1.5.5 (Rich Trott) #38851 - [
be8d934679
] - tools: remove exception for Node.js 8 and earlier (Rich Trott) #38840 - [
c0bde0cd4a
] - tools: update setup-node to setup-node@v2 (pengjie) #38825 - [
21ce3af904
] - tools: update ESLint to 7.27.0 (Luigi Pinca) #38764 - [
ab44106555
] - tools: use PrintCaughtException in the snapshot builder (Joyee Cheung) #38745 - [
30c0020885
] - typings: add JSDoc typings for https (Voltrex) #38589 - [
7fb809b475
] - typings: add JSDoc typings for events (Voltrex) #38712 - [
7773d58f1a
] - url: exit early when : delimiter is seen in hostname (Timothy Gu) #38742 - [
a2da9e254c
] - worker: use rwlock for sibling group (Anna Henningsen) #38783 - [
18f3ba3674
] - worker: leave TODO comments for using std::variant when possible (Anna Henningsen) #38788
Windows 32-bit Installer: https://nodejs.org/dist/v16.3.0/node-v16.3.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v16.3.0/node-v16.3.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v16.3.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v16.3.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v16.3.0/node-v16.3.0.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v16.3.0/node-v16.3.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v16.3.0/node-v16.3.0.tar.gz
Other release files: https://nodejs.org/dist/v16.3.0/
Documentation: https://nodejs.org/docs/v16.3.0/api/
SHASUMS
1 | -----BEGIN PGP SIGNED MESSAGE----- |