node/doc/api
Michaël Zasso 13b266f457
2023-11-14, Version 21.2.0 (Current)
Notable changes:

doc:
  * add MrJithil to collaborators (Jithil P Ponnan) https://github.com/nodejs/node/pull/50666
  * add Ethan-Arrowood as a collaborator (Ethan Arrowood) https://github.com/nodejs/node/pull/50393
esm:
  * (SEMVER-MINOR) add import.meta.dirname and import.meta.filename (James Sumners) https://github.com/nodejs/node/pull/48740
fs:
  * add stacktrace to fs/promises (翠 / green) https://github.com/nodejs/node/pull/49849
lib:
  * (SEMVER-MINOR) add `--no-experimental-global-navigator` CLI flag (Antoine du Hamel) https://github.com/nodejs/node/pull/50562
  * (SEMVER-MINOR) add navigator.language & navigator.languages (Aras Abbasi) https://github.com/nodejs/node/pull/50303
  * (SEMVER-MINOR) add navigator.platform (Aras Abbasi) https://github.com/nodejs/node/pull/50385
stream:
  * (SEMVER-MINOR) add support for `deflate-raw` format to webstreams compression (Damian Krzeminski) https://github.com/nodejs/node/pull/50097
  * use Array for Readable buffer (Robert Nagy) https://github.com/nodejs/node/pull/50341
  * optimize creation (Robert Nagy) https://github.com/nodejs/node/pull/50337
test_runner:
  * (SEMVER-MINOR) adds built in lcov reporter (Phil Nash) https://github.com/nodejs/node/pull/50018
  * (SEMVER-MINOR) add Date to the supported mock APIs (Lucas Santos) https://github.com/nodejs/node/pull/48638
test_runner, cli:
  * (SEMVER-MINOR) add --test-timeout flag (Shubham Pandey) https://github.com/nodejs/node/pull/50443

PR-URL: https://github.com/nodejs/node/pull/50681
2023-11-14 09:25:06 +01:00
..
addons.md doc: cast GetInternalField() return type to v8::Value in addons.md 2023-09-07 08:51:00 +00:00
assert.md doc: fix params names 2023-05-06 19:41:58 +00:00
async_context.md 2023-04-18, Version 20.0.0 (Current) 2023-04-18 13:04:39 -03:00
async_hooks.md doc: declare path on example of async_hooks.executionAsyncId() 2023-07-18 20:00:50 +00:00
buffer.md doc: clarify array args to Buffer.from() 2023-06-02 21:44:47 +00:00
child_process.md 2023-09-18, Version 18.18.0 'Hydrogen' (LTS) 2023-09-18 17:39:17 -04:00
cli.md 2023-11-14, Version 21.2.0 (Current) 2023-11-14 09:25:06 +01:00
cluster.md doc: improve the documentation of the stdio option 2023-05-30 06:10:58 +00:00
console.md doc: update to align console.table row to the left 2023-11-14 09:17:56 +01:00
corepack.md doc: update corepack.md to account for 0.20.0 changes 2023-09-16 11:52:30 +02:00
crypto.md doc: update outdated reference to NIST SP 800-131A 2023-08-26 21:11:21 +00:00
debugger.md debugger: improve validations and documents for watch and unwatch 2023-03-13 04:29:53 +00:00
deprecations.md 2023-10-17, Version 21.0.0 (Current) 2023-10-17 02:19:09 -03:00
dgram.md doc: fix typo in dgram docs 2023-10-23 08:19:33 +02:00
diagnostics_channel.md doc: fix typos 2023-04-23 13:34:08 +00:00
dns.md 2023-07-18, Version 18.17.0 'Hydrogen' (LTS) 2023-07-18 15:37:22 -04:00
documentation.md
domain.md doc: fix typos 2023-04-23 13:34:08 +00:00
embedding.md
errors.md 2023-10-24, Version 21.1.0 (Current) 2023-10-24 11:48:05 +02:00
esm.md 2023-11-14, Version 21.2.0 (Current) 2023-11-14 09:25:06 +01:00
events.md doc: fix print results in events 2023-09-19 17:31:09 +00:00
fs.md doc: fix typo in fs.md 2023-11-14 09:17:59 +01:00
globals.md 2023-11-14, Version 21.2.0 (Current) 2023-11-14 09:25:06 +01:00
http.md doc: remove duplicate word 2023-11-14 09:17:47 +01:00
http2.md 2023-07-05, Version 20.4.0 (Current) 2023-07-05 10:51:42 -03:00
https.md doc: fix ambiguity in http.md and https.md 2023-07-12 16:25:27 +02:00
index.md
inspector.md 2023-09-04, Version 20.6.0 (Current) 2023-09-04 15:01:52 -05:00
intl.md doc: improve documentation about ICU data fallback 2023-09-22 13:24:23 +00:00
module.md esm: bypass CJS loader in default load under --default-type=module 2023-11-14 09:18:00 +01:00
modules.md esm: detect ESM syntax in ambiguous JavaScript 2023-10-23 08:19:41 +02:00
n-api.md doc: add information about Node-API versions >=9 2023-11-11 20:38:23 +01:00
net.md 2023-10-17, Version 21.0.0 (Current) 2023-10-17 02:19:09 -03:00
os.md doc: add loong64 to list of architectures 2023-10-23 08:19:31 +02:00
packages.md esm: detect ESM syntax in ambiguous JavaScript 2023-10-23 08:19:41 +02:00
path.md
perf_hooks.md doc: indicate that name is no longer an optional argument 2023-03-17 12:48:53 +00:00
permissions.md doc: update pm documentation to include resource 2023-11-14 09:17:58 +01:00
policy.md doc: add missing period 2023-08-10 15:37:10 +00:00
process.md doc: add loong64 to list of architectures 2023-10-23 08:19:31 +02:00
punycode.md
querystring.md
readline.md doc: detailed description of keystrokes Ctrl-Y and Meta-Y 2023-08-08 19:51:43 +00:00
repl.md doc: harmonize fenced code snippet flags 2023-05-21 09:36:57 +02:00
report.md
single-executable-applications.md 2023-09-04, Version 20.6.0 (Current) 2023-09-04 15:01:52 -05:00
stream.md 2023-10-24, Version 21.1.0 (Current) 2023-10-24 11:48:05 +02:00
string_decoder.md doc: add print results for examples in StringDecoder 2023-08-27 15:32:47 +00:00
synopsis.md doc: clarify explaination text on how to run the example 2023-10-06 13:37:31 +00:00
test.md 2023-11-14, Version 21.2.0 (Current) 2023-11-14 09:25:06 +01:00
timers.md 2023-09-18, Version 18.18.0 'Hydrogen' (LTS) 2023-09-18 17:39:17 -04:00
tls.md 2023-07-05, Version 20.4.0 (Current) 2023-07-05 10:51:42 -03:00
tracing.md
tty.md doc: clarify tty.isRaw 2023-05-21 16:41:28 +00:00
url.md doc: fix history comments 2023-09-20 12:40:54 +00:00
util.md 2023-09-28, Version 20.8.0 (Current) 2023-09-28 23:14:36 -04:00
v8.md doc,test: update the v8.startupSnapshot doc and test the example 2023-05-03 13:14:56 +00:00
vm.md 2023-11-14, Version 21.2.0 (Current) 2023-11-14 09:25:06 +01:00
wasi.md 2023-11-14, Version 21.2.0 (Current) 2023-11-14 09:25:06 +01:00
webcrypto.md doc: add missing description of argument in subtle.encrypt 2023-11-14 09:17:59 +01:00
webstreams.md 2023-11-14, Version 21.2.0 (Current) 2023-11-14 09:25:06 +01:00
worker_threads.md 2023-10-17, Version 21.0.0 (Current) 2023-10-17 02:19:09 -03:00
zlib.md