node/doc/api
Ruy Adorno 48726ac59b
2025-01-07, Version 22.13.0 'Jod' (LTS)
Notable changes:

assert:
  * (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) https://github.com/nodejs/node/pull/54630
cli:
  * (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) https://github.com/nodejs/node/pull/55604
crypto:
  * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) https://github.com/nodejs/node/pull/56142
dgram:
  * (SEMVER-MINOR) support blocklist in udp (theanarkh) https://github.com/nodejs/node/pull/56087
doc:
  * stabilize util.styleText (Rafael Gonzaga) https://github.com/nodejs/node/pull/56265
  * move typescript support to active development (Marco Ippolito) https://github.com/nodejs/node/pull/55536
  * add LJHarb to collaborators (Jordan Harband) https://github.com/nodejs/node/pull/56132
  * (SEMVER-MINOR) add report version and history section (Chengzhong Wu) https://github.com/nodejs/node/pull/56130
  * (SEMVER-MINOR) sort --report-exclude alphabetically (Rafael Gonzaga) https://github.com/nodejs/node/pull/55788
doc,lib,src,test:
  * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) https://github.com/nodejs/node/pull/55890
module:
  * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) https://github.com/nodejs/node/pull/56194
  * (SEMVER-MINOR) add module.stripTypeScriptTypes (Marco Ippolito) https://github.com/nodejs/node/pull/55282
net:
  * (SEMVER-MINOR) support blocklist in net.connect (theanarkh) https://github.com/nodejs/node/pull/56075
  * (SEMVER-MINOR) add SocketAddress.parse (James M Snell) https://github.com/nodejs/node/pull/56076
  * (SEMVER-MINOR) add net.BlockList.isBlockList(value) (James M Snell) https://github.com/nodejs/node/pull/56078
  * (SEMVER-MINOR) support blocklist for net.Server (theanarkh) https://github.com/nodejs/node/pull/56079
process:
  * (SEMVER-MINOR) deprecate `features.{ipv6,uv}` and `features.tls_*` (René) https://github.com/nodejs/node/pull/55545
report:
  * (SEMVER-MINOR) fix typos in report keys and bump the version (Yuan-Ming Hsu) https://github.com/nodejs/node/pull/56068
sqlite:
  * (SEMVER-MINOR) aggregate constants in a single property (Edigleysson Silva (Edy)) https://github.com/nodejs/node/pull/56213
  * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) https://github.com/nodejs/node/pull/54213
src:
  * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) https://github.com/nodejs/node/pull/55697
src,lib:
  * (SEMVER-MINOR) stabilize permission model (Rafael Gonzaga) https://github.com/nodejs/node/pull/56201
util:
  * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) https://github.com/nodejs/node/pull/55589

PR-URL: https://github.com/nodejs/node/pull/56329
2025-01-06 10:57:22 -05:00
..
addons.md doc: fix c++ addon hello world sample 2025-01-05 13:05:24 -05:00
assert.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
async_context.md doc: remove unused import from sample code 2025-01-05 12:57:30 -05:00
async_hooks.md doc,tools: enforce use of `node:` prefix 2024-08-05 11:15:41 -03:00
buffer.md buffer: document concat zero-fill 2025-01-05 13:05:31 -05:00
child_process.md src: fix kill signal on Windows 2025-01-05 12:57:22 -05:00
cli.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
cluster.md doc: move numCPUs require to top of file in cluster CJS example 2024-08-05 11:15:47 -03:00
console.md doc: add a note on console stream behavior 2025-01-05 12:57:20 -05:00
corepack.md doc: update pnpm link 2024-03-18 14:27:59 +00:00
crypto.md doc: order `node:crypto` APIs alphabetically 2025-01-05 12:57:25 -05:00
debugger.md inspector: introduce the `--inspect-wait` flag 2024-05-12 21:21:55 +02:00
deprecations.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
dgram.md dgram: support blocklist in udp 2025-01-05 13:05:31 -05:00
diagnostics_channel.md http: add diagnostic channel `http.server.response.created` 2024-11-27 11:03:28 -05:00
dns.md doc: add esm examples to node:dns 2024-08-14 08:15:00 +02:00
documentation.md doc: clarify removal of experimental API does not require a deprecation 2024-11-27 11:03:34 -05:00
domain.md doc: fix typos 2023-04-23 13:34:08 +00:00
embedding.md doc: improve c++ embedder API doc 2024-11-27 11:03:27 -05:00
errors.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
esm.md doc: call out import.meta is only supported in ES modules 2025-01-05 13:05:26 -05:00
events.md lib: disable default memory leak warning for AbortSignal 2025-01-05 13:05:22 -05:00
fs.md doc: remove outdated remarks about `highWaterMark` in fs 2024-11-27 01:42:45 -05:00
globals.md doc: consolidate history table of CustomEvent 2024-11-20 22:08:10 -05:00
http.md http: add setDefaultHeaders option to http.request 2025-01-05 13:05:28 -05:00
http2.md 2024-10-16, Version 22.10.0 (Current) 2024-10-16 16:11:47 +02:00
https.md doc: add esm examples to node:https 2024-08-25 18:19:06 -03:00
index.md module: add --experimental-strip-types 2024-08-05 11:15:43 -03:00
inspector.md tools: lint js in `doc/**/*.md` 2025-01-05 12:57:24 -05:00
intl.md doc: improve documentation about ICU data fallback 2023-09-22 13:24:23 +00:00
module.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
modules.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
n-api.md 2024-12-03, Version 22.12.0 'Jod' (LTS) 2024-12-01 23:40:45 -05:00
net.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
os.md doc: fix broken Android building link 2024-09-17 11:18:27 -03:00
packages.md doc: move dual package shipping docs to separate repo 2024-11-27 02:25:39 -05:00
path.md doc: add esm example in `path.md` 2024-11-27 11:03:32 -05:00
perf_hooks.md doc: add esm examples to node:perf_hooks 2025-01-05 13:05:29 -05:00
permissions.md src,lib: stabilize permission model 2025-01-05 13:05:28 -05:00
process.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
punycode.md tools: lint js in `doc/**/*.md` 2025-01-05 12:57:24 -05:00
querystring.md doc: get rid of unnecessary `eslint-skip` comments 2023-11-22 19:03:33 +00:00
readline.md doc: add esm examples to node:readline 2025-01-05 13:05:31 -05:00
repl.md doc: add esm examples to node:repl 2025-01-05 13:05:31 -05:00
report.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
single-executable-applications.md doc: `sea.getRawAsset(key)` always returns an ArrayBuffer 2025-01-05 13:05:28 -05:00
sqlite.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
stream.md doc: remove confusing and outdated sentence 2025-01-05 12:57:29 -05:00
string_decoder.md doc: add esm examples to node:string_decoder 2024-11-27 11:03:25 -05:00
synopsis.md doc: clarify explaination text on how to run the example 2023-10-06 13:37:31 +00:00
test.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
timers.md doc: add esm examples to node:timers 2025-01-05 12:57:23 -05:00
tls.md doc: add esm examples to node:tls 2025-01-05 13:05:30 -05:00
tracing.md tools: lint js in `doc/**/*.md` 2025-01-05 12:57:24 -05:00
tty.md doc,tty: add documentation for ReadStream and WriteStream 2024-07-28 09:51:32 +02:00
typescript.md doc: move typescript support to active development 2025-01-05 12:59:56 -05:00
url.md doc: fix history info for `URL.prototype.toJSON` 2024-11-27 11:03:35 -05:00
util.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
v8.md tools: lint js in `doc/**/*.md` 2025-01-05 12:57:24 -05:00
vm.md tools: lint js in `doc/**/*.md` 2025-01-05 12:57:24 -05:00
wasi.md doc,tools: enforce use of `node:` prefix 2024-08-05 11:15:41 -03:00
webcrypto.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-06 10:57:22 -05:00
webstreams.md doc: fix grammatical mistake 2024-05-08 07:12:37 +02:00
worker_threads.md tools: lint js in `doc/**/*.md` 2025-01-05 12:57:24 -05:00
zlib.md doc: add esm example for zlib 2025-01-05 12:57:24 -05:00