node/doc/api
Antoine du Hamel 9ad070e43b
2025-04-01, Version 23.11.0 (Current)
Notable changes:

assert:
  * (SEMVER-MINOR) implement partial error comparison (Ruben Bridgewater) https://github.com/nodejs/node/pull/57370
crypto:
  * (SEMVER-MINOR) add optional callback to `crypto.diffieHellman` (Filip Skokan) https://github.com/nodejs/node/pull/57274
process:
  * (SEMVER-MINOR) add `execve` (Paolo Insogna) https://github.com/nodejs/node/pull/56496
sqlite:
  * (SEMVER-MINOR) add `StatementSync.prototype.columns()` (Colin Ihrig) https://github.com/nodejs/node/pull/57490
util:
  * (SEMVER-MINOR) expose diff function used by the assertion errors (Giovanni Bucci) https://github.com/nodejs/node/pull/57462

PR-URL: https://github.com/nodejs/node/pull/57694
2025-04-01 11:25:03 +02:00
..
addons.md doc: fix c++ addon hello world sample 2024-12-10 20:30:58 +01:00
assert.md assert: improve partialDeepStrictEqual 2025-03-18 11:14:10 +01:00
async_context.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
async_hooks.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
buffer.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
child_process.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
cli.md doc: remove mention of --require not supporting ES modules 2025-03-28 20:00:21 +01:00
cluster.md doc: move numCPUs require to top of file in cluster CJS example 2024-07-30 06:13:52 +00:00
console.md doc: add a note on console stream behavior 2024-11-05 15:14:03 +01:00
corepack.md doc: remove Corepack documentation 2025-03-28 20:00:21 +01:00
crypto.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
debugger.md inspector: introduce the --inspect-wait flag 2024-05-11 18:48:30 +00:00
deprecations.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
dgram.md dgram: support blocklist in udp 2024-12-18 22:31:04 +01:00
diagnostics_channel.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
dns.md 2025-02-26, Version 23.9.0 (Current) 2025-02-25 17:55:26 +01:00
documentation.md doc: clarify removal of experimental API does not require a deprecation 2024-11-16 18:00:39 +01:00
domain.md doc: fix typos 2023-04-23 13:34:08 +00:00
embedding.md doc: improve c++ embedder API doc 2024-11-01 16:00:17 -03:00
errors.md 2025-03-13, Version 23.10.0 (Current) 2025-03-13 11:04:09 +01:00
esm.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
events.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
fs.md doc: add missing deprecated badges in fs.md 2025-03-18 11:16:10 +01:00
globals.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
http.md doc: update websocket link to avoid linking to self 2025-02-07 13:12:44 +01:00
http2.md doc: add streamResetBurst and streamResetRate 2025-03-09 10:58:26 +01:00
https.md doc: add esm examples to node:https 2024-08-19 13:52:40 +00:00
index.md doc: remove Corepack documentation 2025-03-28 20:00:21 +01:00
inspector.md doc: move stability index after history section for consistency 2025-02-17 10:45:05 +01:00
intl.md doc: improve documentation about ICU data fallback 2023-09-22 13:24:23 +00:00
module.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
modules.md doc: module resolution pseudocode corrections 2025-03-23 11:42:43 +01:00
n-api.md doc: clarify behaviour of node-api adjust function 2025-03-28 20:00:21 +01:00
net.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 11:12:03 +01:00
os.md doc: fix broken Android building link 2024-09-15 12:29:18 +00:00
packages.md doc: remove Corepack documentation 2025-03-28 20:00:21 +01:00
path.md doc: clarify path.isAbsolute is not path traversal mitigation 2025-03-09 11:38:38 +01:00
perf_hooks.md doc: remove buffered flag from performance hooks examples 2025-02-25 17:51:02 +01:00
permissions.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
process.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
punycode.md tools: lint js in doc/**/*.md 2024-11-26 15:34:28 +01:00
querystring.md doc: get rid of unnecessary eslint-skip comments 2023-11-22 19:03:33 +00:00
quic.md 2025-02-13, Version 23.8.0 (Current) 2025-02-13 07:55:33 +01:00
readline.md 2025-03-13, Version 23.10.0 (Current) 2025-03-13 11:04:09 +01:00
repl.md doc: add esm examples to node:repl 2024-12-18 22:31:04 +01:00
report.md 2024-12-19, Version 23.5.0 (Current) 2024-12-18 22:43:33 +01:00
single-executable-applications.md doc: make MDN links to global classes more consistent 2025-02-10 15:15:02 +01:00
sqlite.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
stream.md doc: update history of stream.Readable.toWeb() 2025-02-10 15:15:03 +01:00
string_decoder.md doc: add esm examples to node:string_decoder 2024-11-01 16:00:10 -03:00
synopsis.md doc: clarify explaination text on how to run the example 2023-10-06 13:37:31 +00:00
test.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
timers.md doc: add esm examples to node:timers 2024-11-26 15:34:28 +01:00
tls.md doc: remove cryptoStream API reference 2025-03-25 17:30:03 +01:00
tracing.md doc: add esm examples to node:trace_events 2025-01-30 10:44:11 +01:00
tty.md doc,tty: add documentation for ReadStream and WriteStream 2024-07-19 10:53:24 +00:00
typescript.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
url.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00
util.md 2025-04-01, Version 23.11.0 (Current) 2025-04-01 11:25:03 +02:00
v8.md 2025-03-13, Version 23.10.0 (Current) 2025-03-13 11:04:09 +01:00
vm.md tools: lint js in doc/**/*.md 2024-11-26 15:34:28 +01:00
wasi.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
webcrypto.md doc: revise webcrypto.md types, interfaces, and added versions 2025-03-11 19:42:06 +01:00
webstreams.md doc: add node.js streams references to Web Streams doc 2025-03-23 11:07:42 +01:00
worker_threads.md doc: make MDN links to global classes more consistent 2025-02-10 15:15:02 +01:00
zlib.md doc: make stability labels more consistent 2025-03-25 17:33:30 +01:00