Notable Changes
- [
] – assert: change status of legacy asserts (James M Snell) #3811313a60de0135
- [
] – (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #368111df37c106a7
- [
] – (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #369521223494c548
- [
] – (SEMVER-MINOR) child_process: allow114fc4ddabc1options.cwd
receive a URL (Khaidi Chu) #38862
- [
] – (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #372561b68b13acb3
- [
] – (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #342491da98c9f99b
- [
] – (SEMVER-MINOR) child_process: add ‘overlapped’ stdio flag (Thiago Padilha) #294121779310ac87
- [
] – (SEMVER-MINOR) cli: add -C alias for –conditions flag (Guy Bedford) #38755140eb3b79f1
- [
] – (SEMVER-MINOR) cli: add –node-memory-debug option (Anna Henningsen) #35537139eba0a2e1
- [
] – (SEMVER-MINOR) dns: add “tries” option to Resolve options (Luan Devecchi) #396101d8d9a9628a
- [
] – (SEMVER-MINOR) dns: allow115ba19b0201--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099
- [
] – doc: refactor fs docs structure (James M Snell) #371701307c1d817f
- [
] – (SEMVER-MINOR) errors: remove experimental from –enable-source-maps (Benjamin Coe) #3736219ee3f77e32
- [
] – esm: deprecate legacy main lookup for modules (Guy Bedford) #369181e73bfed2f4
- [
] – (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #390281989c204a58
- [
] – (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #382871ef72490cde
- [
] – (SEMVER-MINOR) fs: add support for async iterators to1cad9d20f641fsPromises.writeFile
(HiroyukiYagihashi) #37490
- [
] – fs: improve fsPromises readFile performance (Nitzan Uziely) #3760812b0e2706c0
- [
] – (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371791fe12cc07b3
- [
] – (SEMVER-MINOR) fs: allow12459c115a81position
parameter to be a
1BigIntin read and readSync (Darshan Sen) #36190
- [
] – (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #3414516544cfb4b9
- [
] – (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #359781a6c6cbb4e6
- [
] – inspector: mark as stable (Gireesh Punathil) #3774811e5aca550c
- [
] – (SEMVER-MINOR) module: add support for193af04afbb1URL
to
1import.meta.resolve(Antoine du Hamel) #38587
- [
] – (SEMVER-MINOR) module: add support for1f9f9389d831node:
‑prefixed
1require(…)calls (ExE Boss) #37246
- [
] – (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625187c71065eb
- [
] – (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371951b421d99a48
- [
] – (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #3856916a4811df8a
- [
] – (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #3715514a88ddeeca
- [
] – (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908511a6bf1c4a3
- [
] – (SEMVER-MINOR) process: add199735a6fe81'worker'
event (James M Snell) #38659
- [
] – (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #3429113982919317
- [
] – (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #379321526e6c7bde
- [
] – (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #336761e6eee08692
- [
] – (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662132de361d70
- [
] – (SEMVER-MINOR) repl: add auto‑completion for1797f7f8a381node:
‑prefixed
1require(…)calls (ExE Boss) #37246
- [
] – (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681abfd71b64c
- [
] – (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #3976811efae01b18
- [
] – (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390231f7933804ba
- [
] – (SEMVER-MINOR) src: add –heapsnapshot-near-heap-limit option (Joyee Cheung) #3301016d06ac2202
- [
] – (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #364411577d228ca0
- [
] – (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #364471658a266cd4
- [
] – (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #354861f421422ea4
- [
] – (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #395891a62d4d60f4
- [
] – (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #37739163502131a3
- [
] – (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #35753168bbebd42c
- [
] – (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #3596011cbb74d63d
- [
] – (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981418eb11356dd
- [
] – (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807184fcdc3074
- [
] – (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338071b238b6bf17
- [
] – (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #3748619f6bc58da8
Commits
Semver-minor commits
- [
] – (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #363941f3563d3197
- [
] – (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #368111df37c106a7
- [
] – (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #369521223494c548
- [
] – (SEMVER-MINOR) child_process: allow114fc4ddabc1options.cwd
receive a URL (Khaidi Chu) #38862
- [
] – (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #372561b68b13acb3
- [
] – (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #342491da98c9f99b
- [
] – (SEMVER-MINOR) child_process: add ‘overlapped’ stdio flag (Thiago Padilha) #294121779310ac87
- [
] – (SEMVER-MINOR) cli: add -C alias for –conditions flag (Guy Bedford) #38755140eb3b79f1
- [
] – (SEMVER-MINOR) cli: add –node-memory-debug option (Anna Henningsen) #35537139eba0a2e1
- [
] – (SEMVER-MINOR) deps: V8: cherry-pick fa4cb172cde2 (Stephen Belanger) #385771d9b58a0262
- [
] – (SEMVER-MINOR) deps: V8: cherry-pick 4c074516397b (Stephen Belanger) #3639419d7177c152
- [
] – (SEMVER-MINOR) deps: V8: cherry-pick 5f4413194480 (Stephen Belanger) #363941ec0f0ef8ef
- [
] – (SEMVER-MINOR) deps: V8: cherry-pick 272445f10927 (Stephen Belanger) #3639413e7238e45a
- [
] – (SEMVER-MINOR) deps: V8: backport c0fceaa0669b (Stephen Belanger) #363941214e568597
- [
] – (SEMVER-MINOR) dns: add “tries” option to Resolve options (Luan Devecchi) #396101d8d9a9628a
- [
] – (SEMVER-MINOR) dns: allow115ba19b0201--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099
- [
] – (SEMVER-MINOR) doc: add missing change to resolver ctor (Luan Devecchi) #396101defb77cac9
- [
] – (SEMVER-MINOR) errors: remove experimental from –enable-source-maps (Benjamin Coe) #3736219ee3f77e32
- [
] – (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #390281989c204a58
- [
] – (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #382871ef72490cde
- [
] – (SEMVER-MINOR) fs: add support for async iterators to1cad9d20f641fsPromises.writeFile
(HiroyukiYagihashi) #37490
- [
] – (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371791fe12cc07b3
- [
] – (SEMVER-MINOR) fs: allow12459c115a81position
parameter to be a
1BigIntin read and readSync (Darshan Sen) #36190
- [
] – (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #3414516544cfb4b9
- [
] – (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #359781a6c6cbb4e6
- [
] – (SEMVER-MINOR) module: add support for193af04afbb1URL
to
1import.meta.resolve(Antoine du Hamel) #38587
- [
] – (SEMVER-MINOR) module: add support for1f9f9389d831node:
‑prefixed
1require(…)calls (ExE Boss) #37246
- [
] – (SEMVER-MINOR) net: allow net.BlockList to use net.SocketAddress objects (James M Snell) #37917176d4f22bab
- [
] – (SEMVER-MINOR) net: add SocketAddress class (James M Snell) #37917182363d864d
- [
] – (SEMVER-MINOR) net: make net.BlockList cloneable (James M Snell) #3791710202ba46b8
- [
] – (SEMVER-MINOR) net: make blocklist family case insensitive (James M Snell) #348641a41a3e3b3f
- [
] – (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625187c71065eb
- [
] – (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371951b421d99a48
- [
] – (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #3856916a4811df8a
- [
] – (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #3715514a88ddeeca
- [
] – (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908511a6bf1c4a3
- [
] – (SEMVER-MINOR) process: add199735a6fe81'worker'
event (James M Snell) #38659
- [
] – (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #3429113982919317
- [
] – (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #379321526e6c7bde
- [
] – (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #336761e6eee08692
- [
] – (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662132de361d70
- [
] – (SEMVER-MINOR) repl: add auto‑completion for1797f7f8a381node:
‑prefixed
1require(…)calls (ExE Boss) #37246
- [
] – (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681abfd71b64c
- [
] – (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #3976811efae01b18
- [
] – (SEMVER-MINOR) src: fix align in cares_wrap.h (Luan) #3961011aa2080d29
- [
] – (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390231f7933804ba
- [
] – (SEMVER-MINOR) src: add –heapsnapshot-near-heap-limit option (Joyee Cheung) #3301016d06ac2202
- [
] – (SEMVER-MINOR) src: move node_binding to modern THROW_ERR* (James M Snell) #3546914091eb9db7
- [
] – (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #364411577d228ca0
- [
] – (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #364471658a266cd4
- [
] – (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #354861f421422ea4
- [
] – (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #395891a62d4d60f4
- [
] – (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #37739163502131a3
- [
] – (SEMVER-MINOR) test: add wpt tests for Blob (Michaël Zasso) #36811172ef41c72b
- [
] – (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #35753168bbebd42c
- [
] – (SEMVER-MINOR) tools: add1587deacad91Worker
to type-parser (James M Snell) #38659
- [
] – (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #3596011cbb74d63d
- [
] – (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981418eb11356dd
- [
] – (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807184fcdc3074
- [
] – (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338071b238b6bf17
- [
] – (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #3748619f6bc58da8
Semver-patch commits
- [
] – assert: change status of legacy asserts (James M Snell) #3811313a60de0135
- [
] – async_hooks: use resource stack for AsyncLocalStorage run (Stephen Belanger) #3989015a42be9719
- [
] – async_hooks: emit promise trace events from JS (Stephen Belanger) #391351fc29ddb38e
- [
] – async_hooks: eliminate native PromiseHook (Stephen Belanger) #39135113296d1abf
- [
] – async_hooks: check for empty contexts before removing (Bryan English) #39095148e5971e51
- [
] – async_hooks: switch between native and context hooks correctly (Stephen Belanger) #389121691c00c48b
- [
] – buffer: avoid creating the backing store in the thread (James M Snell) #3705218484ab2a6c
- [
] – buffer: make Blob’s constructor more spec-compliant (Michaël Zasso) #373611c8d039a872
- [
] – buffer: make Blob’s slice method more spec-compliant (Michaël Zasso) #37361105d73ac286
- [
] – buffer: add @@toStringTag to Blob (Colin Ihrig) #373361e7cf2efc60
- [
] – build: fix update authors commit (Mestery) #398581d99deeaf97
- [
] – build: add authors.yml (Tierney Cyren) #3583115e1cba81bf
- [
] – build: add option to hide console window (Cheng Zhao) #397121ed3c332089
- [
] – build: exclude markdown files from some GitHub Actions (Rich Trott) #395651c696f97c5e
- [
] – build: use lts shorthand in GitHub Actions (Rich Trott) #3953810bd6dd1ee2
- [
] – build: override python executable path on configure (legendecas) #3946513482bca643
- [
] – build: use Node.js 14 in commit-lint.yml (Rich Trott) #39506161261cdb8e
- [
] – build: fix1719f1563c11host_arch_cc()
for AIX/IBM i (Richard Lau) #39481
- [
] – build: update coverage Makefile target comments (Richard Lau) #3936516e06b2ff9d
- [
] – build: run workflows when a PR is ready for review (Michaël Zasso) #3940514e28d2b2c0
- [
] – build: update to setup-node@v2 (Rich Trott) #3936610da5d74da4
- [
] – build: update gcovr for gcc 8 compatibility (Richard Lau) #393261f2e1c2267e
- [
] – build: remove unused comment in Makefile (LitoMore) #391711131dd6ec4d
- [
] – build: uvwasi honours node_shared_libuv (Jérémy Lal) #39260140e46321b0
- [
] – build: shorten path used in tarball build workflow (Richard Lau) #3919215c6ab719f2
- [
] – build: add1870526374c1library_files
to gyp variables (himself65) #39293
- [
] – build: pass directory instead of list of files to js2c.py (Joyee Cheung) #3906910e221156aa
- [
] – build: don’t pass18d8415415b1--mode
argument to V8 test-runner (Richard Lau) #39055
- [
] – build: fix commit linter on unrebased PRs (Mary Marchini) #3912112d50217634
- [
] – build: use Actions to validate commit message (Mary Marchini) #324171c93d5e006e
- [
] – child_process: fix spawn and fork abort behavior (Nitzan Uziely) #3732510bcaf9c4d1
- [
] – child_process: fix bad abort signal leak (Nitzan Uziely) #3725718010c83180
- [
] – console: refactor to avoid unsafe array iteration (Antoine du Hamel) #36753132aff2f5a0
- [
] – debugger: remove undefined parameter (Rich Trott) #395701f46e8cdf79
- [
] – debugger: validate sec-websocket-accept response header (Chris Opperwall) #393571482459edd4
- [
] – debugger: rename internal module (Rich Trott) #393781e9c46107d7
- [
] – debugger: indicate server is ending (Rich Trott) #39334149e0883c75
- [
] – debugger: rename inspector-cli test module to debugger (Rich Trott) #38530172a3419510
- [
] – debugger: prevent simultaneous heap snapshots (Rich Trott) #396381b3352cfba4
- [
] – debugger: remove final lint exceptions in inspect_repl.js (Rich Trott) #390781e5826ab1c2
- [
] – deps: V8: cherry-pick 00bb1a77c03e (Darshan Sen) #39829134c0701952
- [
] – deps: upgrade to libuv 1.42.0 (Luigi Pinca) #39525142359ab582
- [
] – deps: bump HdrHistogram_C to 0.11.2 (Matteo Collina) #394621d863a9db68
- [
] – deps: extract gtest source files to deps/googletest (legendecas) #3938614c93968a62
- [
] – deps: update Acorn to v8.4.1 (Michaël Zasso) #391661fcae391fed
- [
] – deps: V8: backport c9224589cf53 (Stephen Belanger) #397431327838dd96
- [
] – deps: V8: cherry-pick 81814ed44574 (Stephen Belanger) #39719189c1bbd7b2
- [
] – deps: update to cjs-module-lexer@1.2.2 (Guy Bedford) #3940218b9215d07c
- [
] – dgram: use simplified validator (Voltrex) #397531e201293ddb
- [
] – doc,fs: remove experimental status for WHATWG URL as path (Antoine du Hamel) #3887016fdac38f91
- [
] – doc,lib: prepare for stricter multi-line array linting (Rich Trott) #370881d56e8268f9
- [
] – domain: do not add domain to promise from other context (Stephen Belanger) #3913515500ae9236
- [
] – errors: don’t throw TypeError on missing export (Benjamin Coe) #390171dc855af18e
- [
] – errors: eliminate all overhead for hidden calls (Momtchil Momtchev) #356441c13eadc218
- [
] – esm: use correct URL for error decoration (Bradley Farias) #378541d42bbe48c5
- [
] – esm: update to correct deprecation code (Colin Ihrig) #3714719db3304368
- [
] – esm: deprecate legacy main lookup for modules (Guy Bedford) #369181e73bfed2f4
- [
] – events: allow the options argument to be null (Luigi Pinca) #394861c1782ea1f5
- [
] – fs: improve fsPromises writeFile performance (Nitzan Uziely) #376101d2834fb97f
- [
] – fs: use byteLength to handle ArrayBuffer views (Michaël Zasso) #381871ee1d13c90d
- [
] – fs: fixup negative length in fs.truncate (James M Snell) #374831b38d6b475b
- [
] – fs: add docs and tests for1fe28128f3c1AsyncIterable
support in
1fh.writeFile(Antoine du Hamel) #39836
- [
] – fs: improve fsPromises readFile performance (Nitzan Uziely) #3760812b0e2706c0
- [
] – fs: move constants to internal/fs/utils.js (Darshan Sen) #380611a4d6f78619
- [
] – fs: add validatePosition and use in read and readSync (Darshan Sen) #370511402f7722ce
- [
] – http: decodes url.username and url.password for authorization header (Lew Gordon) #3931012bc301dcff
- [
] – http: clean up HttpParser correctly (Tobias Koppers) #3929215459f4af33
- [
] – http,https: align server option of https with http (Qingyu Deng) #3899218b3feee148
- [
] – inspector: update inspector_protocol to 89c4adf (Rich Trott) #396501cf59e87c8b
- [
] – inspector: update inspector_protocol to 8ec18cf (Rich Trott) #396141ea5f2047a2
- [
] – inspector: mark as stable (Gireesh Punathil) #3774811e5aca550c
- [
] – inspector: move inspector async hooks to environment (Joyee Cheung) #3911218a2ce5dae6
- [
] – lib: simplify validators (Voltrex) #397531338189ff6f
- [
] – lib: cleanup validation (Voltrex) #396521e1019351e8
- [
] – lib: use validators (Voltrex) #396631dbaf4988bc
- [
] – lib: use validator (Voltrex) #3954719c33e4bfb2
- [
] – lib: use15b1104291d1validateObject
(Voltrex) #39605
- [
] – lib: remove use of array destructuring (Antoine du Hamel) #3681811ce81079df
- [
] – lib: add1b24b34effd1bound apply
variants of varargs
1primordials(ExE Boss) #37005
- [
] – lib: refactor17cdff9a6a81primordials.makeSafe
to use more primordials (ExE Boss) #36865
- [
] – lib: comment explaining special-case handling of promises (Stephen Belanger) #3913511737352580
- [
] – lib: refactor to use validateString (ZiJian Liu) #3700617f54cccb6c
- [
] – module: improve support of data: URLs (Antoine du Hamel) #37392198259dc527
- [
] – net: throw ERR_OUT_OF_RANGE if blockList.addSubnet prefix is NaN (ZiJian Liu) #3673219aba2888a1
- [
] – node-api: handle pending exception in cb wrapper (Michael Dawson) #3947612ca12c83b4
- [
] – node-api: cctest on v8impl::Reference (legendecas) #3897019e5edf2158
- [
] – node-api: rtn pending excep on napi_new_instance (legendecas) #387981a74032a490
- [
] – policy: canonicalize before resolving specifiers (Bradley Farias) #378631bcb85adee6
- [
] – policy: fix integrity when DEFAULT_ENCODING is set (Tobias Nießen) #3975010ff520cf02
- [
] – readline: allow completer to rewrite existing input (Anna Henningsen) #3917816c87b591d9
- [
] – repl: fix tla function hoisting (Don Jayamanne) #39745137b4708b19
- [
] – repl: do not include legacy getter/setter methods in completion (Anna Henningsen) #3957619264caeafe
- [
] – repl: correctly hoist top level await declarations (ejose19) #39265150c5e71e22
- [
] – repl: processTopLevelAwait fallback error handling (ejose19) #3929011e065a0a43
- [
] – repl: ensure correct syntax err for await parsing (Guy Bedford) #39154199664494ff
- [
] – repl: fix Ctrl+C on top level await (Antoine du Hamel) #386561761dafafde
- [
] – repl: add auto‑completion for dynamic import calls (ExE Boss) #37178188b02cbb08
- [
] – repl: refactor to avoid unsafe array iteration (Antoine du Hamel) #3718818f3a8830ba
- [
] – repl: refactor to avoid unsafe array iteration (Darshan Sen) #366631a48e2d6ec7
- [
] – repl: refactor to use more primordials (Antoine du Hamel) #36264120ffadf437
- [
] – report: generates report on threads with no isolates (legendecas) #389941f69c934ad4
- [
] – src: fix TextDecoder final flush size calculation (James M Snell) #397371c4686fa5a7
- [
] – src: add cosmetic space character to1495cd02c201async_wrap.h
file (Juan José Arboleda) #39459
- [
] – src: print native module id on native module not found (legendecas) #394601985ec48975
- [
] – src: close HandleWraps instead of deleting them in OnGCCollect() (Anna Henningsen) #394411e6ff7e648e
- [
] – src: remove unused guards around node-api reference (legendecas) #3833415c473bdc12
- [
] – src: add JSDoc typings for v8 (Voltrex) #38944141213bd507
- [
] – src: fix crash in AfterGetAddrInfo (Anna Henningsen) #39735102b1df9fac
- [
] – src: fix fatal errors when a current isolate not exist (legendecas) #38624199493b07d4
- [
] – src: remove more extra semis from member fns (Shelley Vohr) #3874419433c28c14
- [
] – src: use BaseObject::kInteralFieldCount in Blob (Joyee Cheung) #369911bad990c934
- [
] – src: compare IPv4 addresses in host byte order (Colin Ihrig) #3909610a759dff52
- [
] – src: reduce duplicated boilerplate with new env utility fn (James M Snell) #365361d73181f243
- [
] – src: allow instances of net.BlockList to be created internally (James M Snell) #34741185af15a8b6
- [
] – src: add SocketAddressLRU Utility (James M Snell) #3461811008c80176
- [
] – src: set PromiseHooks by Environment (Bryan English) #388211e404841a9c
- [
] – src,zlib: tighten up Z_*_WINDOWBITS macros (Khaidi Chu) #391151c8c290ae8f
- [
] – stream: clean1de171177b41endWritableNT
(Mestery) #39645
- [
] – stream: move duplicated code to an internal module (Rich Trott) #37508132a5b8f59b
- [
] – util: add internal createDeferredPromise() (Colin Ihrig) #370951f90b22d351
- [
] – zlib: avoid converting161b4a984801Uint8Array
instances to
1Buffer(Antoine du Hamel) #39492
Documentation commits
- [
] – doc: add duplicate CVE check in sec. release doc (Daniel Bevenius) #3984518efd559347
- [
] – doc: improve description of the triagers team (Michaël Zasso) #3983317b123ec78d
- [
] – doc: update instructions for cc (Michael Dawson) #396741615477f67b
- [
] – doc: fix malformed changelog entries (Rich Trott) #3979111a8a26d92e
- [
] – doc: fix lint errors in packages.md (Rich Trott) #3979219e772ca9a1
- [
] – doc: add example of self-reference in scoped packages (Jesús Leganés-Combarro ‘piranna) #3763012624c98207
- [
] – doc: add himadriganguly as a triager (Himadri Ganguly) #39757100f2cee26c
- [
] – doc: fix YAML comment opening tags (Jayden Seric) #38324195b9cc78d2
- [
] – doc: fix149a7962d581fs.rmdir1recursive
option deprecation history (Antoine du Hamel) #39728
- [
] – doc: fixed variable names in queueMicrotask example (ashish maurya) #39634153300d33c7
- [
] – doc: update debugger.md description and examples (Rich Trott) #396611df1e20aaf1
- [
] – doc: fix color contrast issue in light mode (Rich Trott) #3966019672bbf01c
- [
] – doc: add code examples to148281ecfcd1Writable.destroy()
and
1Writable.destroyed(Juan José Arboleda) #39491
- [
] – doc: move18799a134e41NODE_MODULE_VERSION
in release guide (Richard Lau) #39544
- [
] – doc: remove outdated ARM information from release guide (Richard Lau) #39544189c8afcf48
- [
] – doc: fence command examples in release guide (Richard Lau) #395441a718b26f28
- [
] – doc: update backport labels in release guide (Richard Lau) #39544142669bb049
- [
] – doc: add code example to1a437de3c5f1http.createServer
method (Juan José Arboleda) #39455
- [
] – doc: move lball@redhat.com to emeritus (Lance Ball) #395011695569fc17
- [
] – doc: update AUTHORS (Rich Trott) #394881c7523da86c
- [
] – doc: update strategic initiative champion (Rich Trott) #394871e826109d5c
- [
] – doc: simplify unnecessarily specific .mailmap entries (Rich Trott) #39430139da842051
- [
] – doc: update checkbox label in backporting guide (Darshan Sen) #3942016a4c6ce4d7
- [
] – doc: remove _Addenda_ from headers (Rich Trott) #394271d17afa08bd
- [
] – doc: simplify .mailmap file (Rich Trott) #394181ae97a96d9e
- [
] – doc: fix broken internal link in http.md (Rich Trott) #394251a3dee70f66
- [
] – doc: remove outdated step in onboarding exercise (Rich Trott) #394101ca947ac524
- [
] – doc: revise strategic initiatives text (Rich Trott) #39417186e12607f0
- [
] – doc: update mailmap and AUTHORS (Rich Trott) #393931cd8e773d28
- [
] – doc: use a details tag for completed initiatves (Rich Trott) #3941618376b07ae8
- [
] – doc: update commit-queue.md to indicate GitHub Actions are checked (Rich Trott) #39411143d28f5f00
- [
] – doc: use _pull request_ instead of _PR_ in onboarding doc (Rich Trott) #39409163b0603e95
- [
] – doc: add strategic initiatives from TSC repo (Rich Trott) #39394173f784f764
- [
] – doc: standardize on _pull request_ (Rich Trott) #3938411a494d51dc
- [
] – doc: make minor edits to pull request text (Rich Trott) #393831eb12e4ccfb
- [
] – doc: add docker-node and build-wg issue contents (Daniel Bevenius) #392151ab0bf4fa1a
- [
] – doc: add instructions for core vuln files (Daniel Bevenius) #3922018438e8bf33
- [
] – doc: standardize on not capitalizing _collaborator_ (Rich Trott) #393791c3cfefc2d3
- [
] – doc: update mailmap and deduplicate AUTHORS entry (Rich Trott) #393911672023f9f2
- [
] – doc: update AUTHORS (Rich Trott) #393671baaa397e39
- [
] – doc: move jdalton to emeritus (Rich Trott) #393801f39d93a428
- [
] – doc: edit guide on pull requests (Rich Trott) #3935910b1ce72d64
- [
] – doc: add text about moving long commit lists out of PR description (Danielle Adams) #3918616f0b3a20d1
- [
] – doc: do not use & for “and” in text (Rich Trott) #3934519d43ce3b80
- [
] – doc: update AUTHORS (Rich Trott) #39277125c104f21f
- [
] – doc: put information about the past in details tags (Rich Trott) #393211b47b47930c
- [
] – doc: move AndreasMadsen to emeritus (Rich Trott) #3931515eafc3afa8
- [
] – doc: move ofrobots to collaborator emeritus (Rich Trott) #393071fbf658f1d5
- [
] – doc: simplify CRAN mirror text in benchmark guide (Rich Trott) #392871fc7d714149
- [
] – doc: use “repository” instead of “repo” in onboarding.md (Rich Trott) #39286122f0b7e0d0
- [
] – doc: update collaborator email address (Rich Trott) #392631f46ae3ffb6
- [
] – doc: remove GitHub mark (Rich Trott) #3925118c569cef88
- [
] – doc: remove emailing the TSC from offboarding doc (Rich Trott) #392801b4a0c5a384
- [
] – doc: use “repository” in guides versus repo (Michael Dawson) #391981a4d70ff0cc
- [
] – doc: update Node-api version matrix (Michael Dawson) #39197131163ed9ee
- [
] – doc: update node-api support matrix (Michael Dawson) #3842419357547519
- [
] – doc: remove onboarding-extras (Rich Trott) #392521f08e9d5230
- [
] – doc: move Sam Ruby to emeritus (Rich Trott) #3926416466faf26d
- [
] – doc: update AUTHORS file (Rich Trott) #39250106acbf6453
- [
] – doc: fix color contrast for anchor marks in dark mode (Rich Trott) #3916819178805653
- [
] – doc: rename datatypes to data types (FrankEntriken) #392091c6118b23f7
- [
] – doc: normalize CSS variable names and indentation (Rich Trott) #391991fdd315918f
- [
] – doc: use more consistent formatting for deprecations (Rich Trott) #3921819c7c44781c
- [
] – doc: update AUTHORS (Rich Trott) #392171c97ebd7905
- [
] – doc: use “pull request” instead of “PR” in packages.md (Rich Trott) #392131c4a3a24848
- [
] – doc: move v8.stopCoverage() to expected location in doc (Rich Trott) #3921210d098bfaf0
- [
] – doc: move vm.measureMemory() to expected location in doc (Rich Trott) #392111bd6af78749
- [
] – doc: add missing deprecation code (Colin Ihrig) #3714717378b84bb8
- [
] – doc: use ASCII order for md refs (Antoine du Hamel) #3917012f6861ca51
- [
] – doc: add cc oss-security@lists.openwall.com (Daniel Bevenius) #391911fa3909504f
- [
] – doc: remove instructions for unsupported Node.js versions (Rich Trott) #39185152105acd5f
- [
] – doc: remove obsolete cc recommendations (Rich Trott) #391811eb2d75da16
- [
] – doc: use “repository” in maintaining-V8 doc (Rich Trott) #3917914cf17edd03
- [
] – doc: fix broken link in errors.md (Rich Trott) #392001d6a4f8aac9
- [
] – doc: correct JavaScript primitive value names in n-api.md (legendecas) #39129182458b30fe
- [
] – doc: apply logical ordering to CSS variables (Rich Trott) #3916912629979fd0
- [
] – doc: use repository instead of repo (Rich Trott) #3915711996580b06
- [
] – doc: fix174ba115ab61EventTarget.dispatchEvent
docs (Rohan Sharma) #39127
- [
] – doc: update AUTHORS file (Rich Trott) #3908212884d9094d
- [
] – doc: fix napi_default_property name (Davidson Francis) #391041d069c725b1
- [
] – doc: fix dead links in packages.md (Michaël Zasso) #3911311b74d3f775
- [
] – doc: clearify that http does chunked encoding itself (Mao Wtm) #2837910c2b5a048d
- [
] – doc: add descriptions about when1d0d731e2711options.mode
is ignored (Ray) #39881
- [
] – doc: add code example to1898db5a5701fs.truncate
method (Juan José Arboleda) #39454
- [
] – doc: add annotation to writeFile105d74607471data
as
1Object(Jacob) #39167
- [
] – doc: fix constants usage in fs.access example (Cyrille Bourgois) #3928912ef61b987d
- [
] – doc: remove unnecessary module format comments (Rich Trott) #392191b2c533ea1d
- [
] – doc: remove file name from self-reference links (Antoine du Hamel) #391651e8355c47d2
- [
] – doc: use1f799c4617e1await
in filehandle.truncate() snippet (RA80533) #38939
- [
] – doc: update abort signal in fs promise api example (Moritz Kneilmann) #386691e7f3f0d778
- [
] – doc: add documentation for fs.WriteStream.close() (Hitesh Sharma) #386101a44219d979
- [
] – doc: fix fs.openSync() signature (Luigi Pinca) #385911c3ae1cfbab
- [
] – doc: typo stats() should be stat(); clarity (Bryan Field) #38541123a8aed3f9
- [
] – doc: fix broken AHAFS link in fs doc (Rich Trott) #3853419fe46ea0fd
- [
] – doc: clarify that fs.Dir async iterator closes automatically (James M Snell) #3843817a92c3cfd4
- [
] – doc: remove superfluous await from fsPromises.readdir example (Michael Rommel) #382931b819848487
- [
] – doc: fix missing backtick in fs.md (Siddharth) #3826019fa7dcf9df
- [
] – doc: fix typo in fs.md (Antoine du Hamel) #3810014cf4ee99dc
- [
] – doc: fix typos in /doc/api/fs.md (Merlin Luntke) #375571f9d36cbf42
- [
] – doc: fix typo “director” instead of “directory” (humanwebpl) #375231bbcc2171c5
- [
] – doc: fix “referred to” in fs docs (Tobias Nießen) #37388167ac6b3b66
- [
] – doc: change “Version 4 UUID” to “version 4 UUID” (Tobias Nießen) #3968213b9fa2412f
- [
] – doc: add point to ask H1 reporter about credit (Daniel Bevenius) #3958513d26572773
- [
] – doc: move util.toUSVString() outside of deprecated group (Luigi Pinca) #398401469190d13c
- [
] – doc: fix lint error in modules.md (Rich Trott) #378111f509788850
- [
] – doc: refactor signal info in child_process.md (Darshan Sen) #375281a7833c7ce6
- [
] – doc: change lang info string in fs JS snippets (Antoine du Hamel) #376051f5b2fe1204
- [
] – doc: refactor fs docs structure (Michaël Zasso) #371701307c1d817f
- [
] – doc: update emitClose default for fs streams (Kevin Locke) #366531298a16a2e7
- [
] – doc: revise process.memoryUsage() text (Rich Trott) #3675710c469b3f77
- [
] – doc: fix punctuation in v8.md (Rich Trott) #3619211ebe7d70ea
- [
] – doc: add link for v8.takeCoverage() (Rich Trott) #361351591a05b637
- [
] – doc: add YAML metadata for process.memoryUsage.rss (Gerhard Stoebich) #367811e5fe3164f3
Other commits
- [
] – doc,meta: update email addresses for misterdjules (Rich Trott) #394331ab66dabbf2
- [
] – doc,tools: remove1c6ccd97fe21checkLinks.mjs
(Antoine du Hamel) #39206
- [
] – meta: add gyp as owner of gyp files and tools/gyp (Mary Marchini) #3484718f8f528f08
- [
] – meta: consolidate AUTHORS entries for ooHmartY (Rich Trott) #3970514b2eee5232
- [
] – meta: consolidate AUTHORS entries for homosaur (Rich Trott) #3970516916a6c2b0
- [
] – meta: consolidate AUTHORS entries for Ayase-252 (Rich Trott) #397051b65a635c8a
- [
] – meta: consolidate AUTHORS entries for robin-drexler (Rich Trott) #397051e86b59cf4c
- [
] – meta: consolidate AUTHORS entries for samshull (Rich Trott) #3970511eda8442bd
- [
] – meta: update AUTHORS (Rich Trott) #397051cd67d86572
- [
] – meta: consolidate email addresses for MarshallOfSound (Rich Trott) #396511bb06282a9e
- [
] – meta: consolidate email addresses for tadjik1 (Rich Trott) #39651112fe34eae4
- [
] – meta: consolidate email addresses for szmarczak (Rich Trott) #3965114301e252b4
- [
] – meta: update AUTHORS (Rich Trott) #3963613e8fc49730
- [
] – meta: simplify mailmap (Rich Trott) #39612160f41c34dd
- [
] – meta: consolidate emails for tadhgcreedon (Rich Trott) #396111fc9c680260
- [
] – meta: consolidate emails for timcosta (Rich Trott) #396111d87fcf9959
- [
] – meta: consolidate emails for timruffles (Rich Trott) #396111fdbe97849b
- [
] – meta: update AUTHORS (Rich Trott) #396291b9f2ea92e9
- [
] – meta: add mailmap entry for ryzokuken (Rich Trott) #395961472cf1520e
- [
] – meta: add mailmap entry for uttampawar (Rich Trott) #395961ae3f8b1eda
- [
] – meta: add mailmap entry for dmabupt (Rich Trott) #3959612a2d8ebd90
- [
] – meta: align README/.mailmap/AUTHORS email entries (Rich Trott) #395051030036ec92
- [
] – meta: add mailmap entry for garygsc (Rich Trott) #395881fd2146be91
- [
] – meta: add mailmap entry for ttzztztz (Rich Trott) #3958810833e2d9cb
- [
] – meta: update AUTHORS (Rich Trott) #3958711fbc19ee32
- [
] – meta: update .mailmap to remove duplication in AUTHORS (Rich Trott) #3956112d6428665d
- [
] – meta: add .mailmap entries to remove AUTHORS duplicates (Rich Trott) #3956016c4febd701
- [
] – meta: add .mailmap entry to remove duplication in AUTHORS (Rich Trott) #3955911755f49a20
- [
] – meta: update collaborator email in AUTHORS/.mailmap (Rich Trott) #395211fdcc5729d9
- [
] – meta: update collaborator email in README (Rich Trott) #39521127e9a44852
- [
] – meta: update collaborator email in AUTHORS/.mailmap (Rich Trott) #3952115e1c49ff0f
- [
] – meta: move gdams to emeritus (Rich Trott) #395391fbecae169e
- [
] – meta: update collaborator email in README (Rich Trott) #39510148ec33f1b8
- [
] – meta: remove unneeded .mailmap entry (Rich Trott) #395121f269df31ea
- [
] – meta: update email address for collaborator (Rich Trott) #395111b0c1aab28d
- [
] – meta: align collaborator name in .mailmap/AUTHORS with README (Rich Trott) #3948915f4935292a
- [
] – meta: align email address in README/.mailmap/AUTHORS (Rich Trott) #3950311b2078c912
- [
] – meta: revise .mailmap for README consistency (Rich Trott) #3945712f816bf24b
- [
] – meta: alphabetize .mailmap file (Rich Trott) #3943411302a911f5
- [
] – meta: align collaborator email in .mailmap/AUTHORS with README (Rich Trott) #39478155322c0260
- [
] – meta: update AUTHORS (Rich Trott) #39461183f5cc0bd4
- [
] – meta: add .mailmap entry for new email for existing contributor (Rich Trott) #39431169b56a3fe9
- [
] – meta: use form schema for bug report template (Michaël Zasso) #3919412f325c946f
- [
] – meta: add @nodejs/actions as CODEOWNERS (Mary Marchini) #3911919766a99dd2
- [
] – test: fix test-vm-memleak for high baseline platforms (Rich Trott) #380621007f9a0e36
- [
] – test: fix flaky test-vm-memleak (Rich Trott) #3805410fabd8e755
- [
] – test: fix flaky test-child-process-exec-abortcontroller-promisified (Antoine du Hamel) #37572164fb928ec7
- [
] – test: use simplfied validator (voltrexmaster) #397531e660892f1a
- [
] – test: use template to concatenate string (Himadri Ganguly) #396211779417f97e
- [
] – test: deflake test-http2-buffersize (Luigi Pinca) #395911a61076042d
- [
] – test: convert anonymous function to arrow function (Himadri Ganguly) #39604168ef265c39
- [
] – test: add test-debugger-breakpoint-exists (Rich Trott) #39570178db43c9e7
- [
] – test: fix WASI link test (Richard Lau) #3948515696bcf715
- [
] – test: add test for WebSocket secret verification in debugger (Rich Trott) #3935710b564a6d40
- [
] – test: put common lint exceptions into config file (Rich Trott) #393581831f266d6f
- [
] – test: mark test-domain-error-types flaky (James M Snell) #393691d8066f5325
- [
] – test: remove eslint-disable comment from fixture file (Rich Trott) #393201c915a1bd04
- [
] – test: move debugger test case to parallel (Rich Trott) #3930011eb8307cc5
- [
] – test: remove debugger workaround for AIX (Rich Trott) #392961546202364c
- [
] – test: fix test-debugger-heap-profiler for workers (Richard Lau) #396871e12164e88d
- [
] – test: use common.PORT instead of hardcoded port number (Rich Trott) #392981a45bf2f1a0
- [
] – test: add test for debugger restart message issue (Rich Trott) #3927319b737ebd4b
- [
] – test: remove workaround code in debugger test (Rich Trott) #39238168523894ab
- [
] – test: move test-debugger-address to parallel (Rich Trott) #3923612cd414147b
- [
] – test: prepare for consistent comma-dangle lint rule (Rich Trott) #379301a2e4020e4b
- [
] – test: replace “inspector-cli” with “debugger” (Rich Trott) #39156162b439e04d
- [
] – test: improve coverage of stream.Readable (Rongjian Zhang) #387021f13a302d23
- [
] – test: add tests for1f3d2e6ac291bound apply
variants of varargs
1primordials(ExE Boss) #37005
- [
] – test: use localhost test instead of connecting to remote (Adam Majer) #390111f70fd00fb3
- [
] – test: update error message keywords (leeight) #398261c4ff5e4a7e
- [
] – test: increase coverage for Blob (ZiJian Liu) #385151922dacebfb
- [
] – test: account for OOM risks in heapsnapshot-near-heap-limit tests (Joyee Cheung) #377611c6ab19895d
- [
] – test: split heap snapshot limit tests (Rich Trott) #371891971d5be57c
- [
] – test: fix test-memory-usage.js for IBMi (Rich Trott) #367581815d59a7b3
- [
] – test: increase coverage for net/blocklist (Zijian Liu) #364051aa5309c33f
- [
] – test: check mustCall errors in test-fs-read-type (Tobias Nießen) #369141f3be3ec417
- [
] – test: use faster variant for rss (Pooja D P) #368391b643fe7edf
- [
] – test: use faster variant for rss in test-crypto-dh-leak (Pooja D P) #367661d4362db111
- [
] – test: use faster variant for rss in test-vm-memleak.js (Pooja D P) #3676913094ef967a
- [
] – test: use faster variant for rss test-memoryusage-emfile (Pooja D P) #367681ff7879b41e
- [
] – tools: make utils.SearchFiles Python2-compatible (Michaël Zasso) #400201d39200c7f4
- [
] – tools: update workflow to open a pull request (Rich Trott) #39825155493f2011
- [
] – tools: use find-inactive-collaborators to modify README.md (Rich Trott) #398251417a3ac474
- [
] – tools: fix markdown linting (Rich Trott) #398321e9b1a006a1
- [
] – tools: update markdown linter dependencies and move to ESM (Antoine du Hamel) #39801167f1bff657
- [
] – tools: update rollup to latest version in markdown linter (Rich Trott) #39797167c5921e8a
- [
] – tools: update markdown lint dependencies (Rich Trott) #39770164714b429a
- [
] – tools: bump remark-preset-lint-node to 3.0.0 (Rich Trott) #397551de9461168a
- [
] – tools: update markdown linter rules (Rich Trott) #383841dfdf6c7317
- [
] – tools: update path-parse in markdown linter package-lock file (Rich Trott) #397291f8fee449f7
- [
] – tools: fix more build warnings in inspector_protocol (Richard Lau) #397251a338c0e07b
- [
] – tools: cherry-pick ffb34b6d5dbf0 (Darshan Sen) #39725109630cf199
- [
] – tools: update inspector_protocol to e8ba1a7 (Rich Trott) #39694126a067e33e
- [
] – tools: update inspector_protocol to 39ca567 (Rich Trott) #3969419847d58feb
- [
] – tools: update inspector_protocol to 97d3146 (Rich Trott) #3969416870bb7505
- [
] – Revert “tools: fix compiler warning in inspector_protocol” (Rich Trott) #396941383fa01e97
- [
] – tools: update inspector_protocol to a53e96d31a2755eb16ca37 (Rich Trott) #396941b95a759c86
- [
] – tools: update inspector_protocol to fe0467fd105a (Rich Trott) #396941ad39687422
- [
] – tools: improve error detection in find-inactive-collaborators (Rich Trott) #39617178de83cc74
- [
] – tools: flag README/mailmap mismatches in find-inactive-collaborators (Rich Trott) #394771a5152a0875
- [
] – tools: use mailmap for find-inactive-collaborators (Rich Trott) #39432187c5332f89
- [
] – tools: email matchin is case insensitive for .mailmap (Rich Trott) #394301f75224f1ce
- [
] – tools: make internal link checker more robust (Rich Trott) #394291dfb77a581f
- [
] – tools: added remark-frontmatter (Ben Halverson) #387171d2c0da20a0
- [
] – tools: change commit fetch limiting in find-inactive-collaborators (Rich Trott) #393621cec04821aa
- [
] – tools: use Node.js 16.x for GitHub workflow (Rich Trott) #393621d948148498
- [
] – tools: add GitHub Action to run find-inactive-collaborators.mjs (Rich Trott) #393351edc5791b5a
- [
] – tools: relax max-len lint rule for template strings (Rich Trott) #380971d86d37bc9e
- [
] – tools: pass bot token to node-pr-labeler (Michaël Zasso) #392711f467e2a0c5
- [
] – tools: add find-inactive-collaborators.js (Rich Trott) #39262161ec594609
- [
] – tools: update path-parse to 1.0.7 (Rich Trott) #392321ff0ca11521
- [
] – tools: remove unused1b8fb75121b1lint-pr-commit-message.sh
(Richard Lau) #39120
- [
] – tools: apply consistent comma-dangle lint rule (Rich Trott) #379301e7761b627f
- [
] – tools: make comma-dangle ESLint rule more stringent … (Rich Trott) #370881315eba7789
- [
] – tools: update remark-preset-lint-node to 2.4.1 (Rich Trott) #3920113ecfe9d7ee
- [
] – tools: upgrade170e527c0c71highlight.js
to version 11.0.1 (Antoine du Hamel) #39032
- [
] – tools: add support for import assertions in linter (Antoine du Hamel) #3992417b2bebba7a
- [
] – tools: update ESLint to 7.32.0 (Luigi Pinca) #3960211353a6e22f
- [
] – tools: update ESLint to 7.31.0 (Colin Ihrig) #394241509f26549c
- [
] – tools: update ESLint to 7.30.0 (Colin Ihrig) #392421f0e0c8f720
- [
] – tools: update @babel/eslint-parser to 7.14.7 (Rich Trott) #3916016540c271e4
- [
] – tools: add ESLint rule no-array-destructuring (Antoine du Hamel) #368181d7e2318e74
- [
] – tools,doc: fix error message for unrecognized type (Antoine du Hamel) #39221187e5429334
- [
] – typings: add a few JSDoc typings for the net lib module (nerdthatnoonelikes) #389531f206af679c
- [
] – typings: add JSDoc typings for timers (Voltrex) #388341d458cd7e2b
Windows 32-bit Installer: https://nodejs.org/dist/v14.18.0/node-v14.18.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v14.18.0/node-v14.18.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v14.18.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v14.18.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v14.18.0/node-v14.18.0.pkg
macOS Intel 64-bit Binary: https://nodejs.org/dist/v14.18.0/node-v14.18.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v14.18.0/node-v14.18.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v14.18.0/node-v14.18.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v14.18.0/node-v14.18.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v14.18.0/node-v14.18.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v14.18.0/node-v14.18.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v14.18.0/node-v14.18.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v14.18.0/node-v14.18.0.tar.gz
Other release files: https://nodejs.org/dist/v14.18.0/
Documentation: https://nodejs.org/docs/v14.18.0/api/
SHASUMS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51 -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
887bdbc61250431cf2fe062f55124833c02a9386fdd234d11aa868049ac1858e node-v14.18.0-aix-ppc64.tar.gz
6b9b4d60bcb4eba95488380be8c4da4af98fce3f4a01c9a76db881cbb736656d node-v14.18.0-darwin-x64.tar.gz
967e74229ba12141487b38bc4911125efd01397a35ec149db264b277792be8b1 node-v14.18.0-darwin-x64.tar.xz
a812312e2b82eee186d14cf78f08e1f3b5a397ecfaada3d7e574a070c50586b6 node-v14.18.0-headers.tar.gz
e06bf25f5f7b8cfcf0e6713b19e44f80011527e90de067e38740b6036eccbd5e node-v14.18.0-headers.tar.xz
6261a87bf25d08e7b39017a1486b04c65be3ea0ea8442c090e1e4ec4d4cc6ebd node-v14.18.0-linux-arm64.tar.gz
572cb0d673e0d67f141a64cbe27aeceef41d421e9c763966289d9816d7931711 node-v14.18.0-linux-arm64.tar.xz
3e1ef643adf658a7a27335a2f8efadba85ef9e5bdfffe121e18870537782691b node-v14.18.0-linux-armv7l.tar.gz
7d6cc474230524f32a87f9c5eea24a2f53d7cac59d6d4db28a2e62a1eda10407 node-v14.18.0-linux-armv7l.tar.xz
67941bfa506372f0e82b6c75a88e9af2407e2b51da67665b6ccaef0bfb3fe14e node-v14.18.0-linux-ppc64le.tar.gz
35fbf2fbab586ae06cb2440c8169bff6573991e81e95628e3d8af777e6c17c7f node-v14.18.0-linux-ppc64le.tar.xz
976a57b21162cf731028a756da565ad68a39b87314b6d2afb2903d1dcc43b3f0 node-v14.18.0-linux-s390x.tar.gz
d6efddd341d77612186aa847dd4a7ae5905dc303506c227f2e9a25b94b4a7622 node-v14.18.0-linux-s390x.tar.xz
f411b8aee36d6dc6a5435906f42bd4ea59d6f678894cf562beaf115b58a318ee node-v14.18.0-linux-x64.tar.gz
5c0bc18b19fd09ff80beb16772e69cb033ee4992a4ccd35bd884fd8f02e6d1ec node-v14.18.0-linux-x64.tar.xz
81c3bcf76ddf5c7c1fbdf587c8fcdbd765c1533019bfe4ed2310eb0eeabf77ab node-v14.18.0.pkg
2272312d7eb48a28e982af395142d916385b0572380d07c89f9abd9c97810189 node-v14.18.0.tar.gz
6b485158a0ae4e936346b45da6fdd2ee96cecfef82fce86f281e6bfa14d85859 node-v14.18.0.tar.xz
7a6681ec8df968421abec28d6fa957fdddf1f7708e52ac0d069e0108a4baa0e5 node-v14.18.0-win-x64.7z
2883e83ac3b1e1cb9a9bf65554043640849b39e86761e7c7ac50b664f42f20ff node-v14.18.0-win-x64.zip
aa2da586d71437468f36c7e5f7143a2f5f8589e2e2d47c4303b2e221a498ecc6 node-v14.18.0-win-x86.7z
56973b1a9a7cd800e5dbf3cc14a73a99012f52402df9eaded081014f2dfd209e node-v14.18.0-win-x86.zip
35aafc1b10f7041b1f361fb042f32a6484482ff8633cb9c5ffca36c10ef97536 node-v14.18.0-x64.msi
bf9a25b6f57e1e00bc0571068537c6f8da81f8d8c12b511090fe3b85ca7343a0 node-v14.18.0-x86.msi
262ec7222031430cb25fee4c3e932a94afe65a3614ecc8b68e47cfac4f76e7b3 win-x64/node.exe
6b6ed13aca8d29bfea176b171ef8630ce5bfcc528dca43d985452b9a9948f4bf win-x64/node.lib
5b0773c40b17e4a3927b2755dbae2920cfdb070e0e100642a351034085b37e5f win-x64/node_pdb.7z
a8628bf0e2c7ada4712887293017b7bff69348ddb5bd68fbd2aeac8e738c125f win-x64/node_pdb.zip
b242b6ff988a6bb79cb0bd231b918e380fb77ad8085b1bcf4ef1f49751720533 win-x86/node.exe
2fa2858c3c462b6e1d94ba57ad0adc0b68dd6fa5693e7b8dc33b43c191c8a15f win-x86/node.lib
927902b874a97d2c3e8b0ff1b85e16c50ed812bfef1a71d477a9e2f9da4449e1 win-x86/node_pdb.7z
9bad7e0bd46bf1db3ce1c48147018cd7ce7a712872cb9795c591bd8319d75678 win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEj8yhP+8dDC6RAI4Jdw96mlrhVgAFAmFS/WQACgkQdw96mlrh
VgA1IQ/9Hy1WMliGwlUd/VWxbVSBsj1XeCnZSGjTRJTVQR9BS33ZsUJlD9okgrCi
YGF/512BcZkm2406Jpi7FlZUR+RNjv4JKgylL6WWWtp148H+IbQ7nMl9z6DRGsCU
DNGdDt6FVAiX+zBm44LLAQ/nUNCGp+GzXfsT3LQFGXJ/7ShgBoNjQnoPKKdYks8e
7B3rN6m4/q+bnZfDGxgjk4dQRmTr9L+Yb4zc9NS9QLD0zd/evhyaS+3ZCiWf5mnR
+eBKcmGAh2IkXHiPARe4qCGop0vqmjDw4HRFce40wp7t0RlOeUDxg0rFgwnwUxwj
0bTKhqQH6BGlesAMghvMMGTNZSO+29d0P3EwrbFPySmGnJrJOlD+CK3wYjO2Ub2T
hIXfKiJKPtawGJISCawsNN+D75Crp/bDtLVkK1HbZnJQmVOcWhsjf2L5kFveVdX7
VZQD6XwQn1s6VF1ZZDSnLXncM7yGpPQfrJLJ8DNFOCLzJiZhiQIQd+RnpxCFpRs6
ahUWHtfQ4VeP5TXqnd647EhLIq6+fsMcHcvNcrb1VEL0nxctk9aHff/KXdF8gEWs
965vZCyfBIDaql/1fdcATKh9GwTky5b+Ysq3hOnyx6G3FAiC/dp8tYUrEC2z1jSs
bwobLsvIs9tgHdh5iocffUxg7CcoxcnRPNRTqm8lfDKYk+rDMr4=
=QWM8
-----END PGP SIGNATURE-----
0 Comments