node/doc/api
Antoine du Hamel b9329306c6
2024-12-10, Version 23.4.0 (Current)
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
doc:
  * add LJHarb to collaborators (Jordan Harband) https://github.com/nodejs/node/pull/56132
doc,lib,src,test:
  * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) https://github.com/nodejs/node/pull/55890
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
sqlite:
  * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) https://github.com/nodejs/node/pull/54213

PR-URL: https://github.com/nodejs/node/pull/56119
2024-12-10 16:36:07 +01:00
..
addons.md doc: fix c++ addon hello world sample 2024-12-09 17:43:50 +00:00
assert.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
async_context.md doc: remove unused import from sample code 2024-11-27 21:18:00 +01:00
async_hooks.md
buffer.md
child_process.md
cli.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
cluster.md
console.md
corepack.md
crypto.md
debugger.md
deprecations.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
dgram.md 2024-12-03, Version 22.12.0 'Jod' (LTS) 2024-12-03 14:44:27 -05:00
diagnostics_channel.md
dns.md
documentation.md
domain.md
embedding.md
errors.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
esm.md 2024-12-03, Version 22.12.0 'Jod' (LTS) 2024-12-03 14:44:27 -05:00
events.md lib: disable default memory leak warning for AbortSignal 2024-12-07 10:41:00 +00:00
fs.md
globals.md
http2.md
http.md
https.md
index.md
inspector.md
intl.md
module.md module: implement module.registerHooks() 2024-12-09 23:27:08 +00:00
modules.md 2024-12-03, Version 22.12.0 'Jod' (LTS) 2024-12-03 14:44:27 -05:00
n-api.md 2024-12-03, Version 22.12.0 'Jod' (LTS) 2024-12-03 14:44:27 -05:00
net.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
os.md
packages.md module: remove --experimental-default-type 2024-12-02 22:43:55 +00:00
path.md
perf_hooks.md
permissions.md
process.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
punycode.md
querystring.md
readline.md
repl.md
report.md doc: add report version and history section 2024-12-06 13:29:54 +00:00
single-executable-applications.md
sqlite.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
stream.md doc: remove confusing and outdated sentence 2024-11-27 10:26:27 +00:00
string_decoder.md
synopsis.md
test.md 2024-12-10, Version 23.4.0 (Current) 2024-12-10 16:36:07 +01:00
timers.md
tls.md
tracing.md
tty.md
typescript.md doc: add path aliases typescript doc 2024-11-08 10:28:40 +00:00
url.md
util.md 2024-12-03, Version 22.12.0 'Jod' (LTS) 2024-12-03 14:44:27 -05:00
v8.md
vm.md
wasi.md
webcrypto.md crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable 2024-12-07 15:07:53 +01:00
webstreams.md
worker_threads.md
zlib.md