node/doc/api
Michaël Zasso 211574b0c2
2021-02-02, Version 15.8.0 (Current)
Notable changes:

crypto:
  * (SEMVER-MINOR) add generatePrime/checkPrime (James M Snell) https://github.com/nodejs/node/pull/36997
  * (SEMVER-MINOR) experimental (Ed/X)25519/(Ed/X)448 support (James M Snell) https://github.com/nodejs/node/pull/36879
deps:
  * upgrade npm to 7.5.0 (Ruy Adorno) https://github.com/nodejs/node/pull/37117
dgram:
  * (SEMVER-MINOR) support AbortSignal in createSocket (Nitzan Uziely) https://github.com/nodejs/node/pull/37026
doc:
  * add Zijian Liu to collaborators (ZiJian Liu) https://github.com/nodejs/node/pull/37075
esm:
  * deprecate legacy main lookup for modules (Guy Bedford) https://github.com/nodejs/node/pull/36918
readline:
  * (SEMVER-MINOR) add history event and option to set initial history (Mattias Runge-Broberg) https://github.com/nodejs/node/pull/33662
  * (SEMVER-MINOR) add support for the AbortController to the question method (Mattias Runge-Broberg) https://github.com/nodejs/node/pull/33676

PR-URL: https://github.com/nodejs/node/pull/37183
2021-02-02 21:50:24 +01:00
..
addons.md doc: revise addon mulitple initializations text 2020-12-15 03:29:08 -08:00
assert.md doc: update list styles for remark-parse@9 rendering 2020-11-12 06:29:49 +00:00
async_hooks.md doc: improve AsyncLocalStorage introduction 2021-01-25 08:46:04 -08:00
buffer.md doc: update Buffer encoding option count 2021-01-30 18:12:59 +05:30
child_process.md 2021-01-14, Version 15.6.0 (Current) 2021-01-14 19:58:43 -05:00
cli.md 2021-01-14, Version 15.6.0 (Current) 2021-01-14 19:58:43 -05:00
cluster.md lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
console.md doc: update console.error example 2020-10-24 16:11:26 +02:00
crypto.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 21:50:24 +01:00
debugger.md doc: fix typo in debugger.md 2020-11-13 06:02:16 -08:00
deprecations.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 21:50:24 +01:00
dgram.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 21:50:24 +01:00
diagnostics_channel.md 2020-11-04, Version 15.1.0 (Current) 2020-11-04 21:43:02 +01:00
dns.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
documentation.md tools,doc: list the stability status of each API 2021-01-20 01:23:45 +01:00
domain.md lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
embedding.md
errors.md doc: fix markup and alphabetization in errors.md 2021-02-01 06:08:27 -08:00
esm.md doc: list Unsupported Directory Import resolve err 2021-01-25 13:03:17 +02:00
events.md doc: EventTarget and Event are available to user code since v15.0.0 2021-01-25 07:00:06 -08:00
fs.md doc: improve promise terminology 2021-02-02 14:58:20 +02:00
globals.md 2020-12-09, Version 15.4.0 (Current) 2020-12-09 08:49:37 -05:00
http2.md test,doc,lib: adjust object literal newlines for lint rule 2021-01-26 16:49:18 -08:00
http.md 2021-01-26, Version 15.7.0 (Current) 2021-01-26 11:06:59 -05:00
https.md doc: document return value of https.request 2020-12-26 14:04:05 +01:00
index.md quic: remove quic 2021-01-30 07:49:28 -08:00
inspector.md
intl.md doc: add table header in intl.md 2020-11-28 05:14:28 -08:00
module.md doc: fix module.isPreloading documentation 2021-01-18 10:37:52 -08:00
modules.md doc: fix module.isPreloading documentation 2021-01-18 10:37:52 -08:00
n-api.md doc: change "it's" to "its" where necessary 2021-01-13 23:29:02 +01:00
net.md quic: remove quic 2021-01-30 07:49:28 -08:00
os.md doc: os.uptime() temporary bug notice 2021-01-09 15:41:54 -08:00
packages.md doc: add alternative version links to the packages page 2021-01-15 17:16:24 +01:00
path.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
perf_hooks.md doc: fix percentile range in perf_hooks.md 2021-01-18 12:04:16 +01:00
policy.md
process.md process: runtime deprecate changing process.config 2021-01-22 11:34:12 -08:00
punycode.md docs: add references to punycode.md 2021-01-09 08:56:59 -08:00
querystring.md lib: support BigInt in querystring.stringify 2020-12-21 15:03:58 +01:00
readline.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 21:50:24 +01:00
repl.md doc: clarify repl exception conditions 2021-02-01 05:42:27 -08:00
report.md src: add loop idle time in diagnostic report 2020-11-13 11:53:37 +05:30
stream.md doc: clarify descriptions of _writev chunks argument 2021-01-09 06:57:27 -08:00
string_decoder.md doc: update list styles for remark-parse@9 rendering 2020-11-12 06:29:49 +00:00
synopsis.md
timers.md doc: add version metadata to timers/promises 2020-12-06 15:36:40 +00:00
tls.md tls: add ability to get cert/peer cert as X509Certificate object 2021-02-02 09:39:27 -08:00
tracing.md
tty.md doc: add missing comma in tty 2021-01-25 06:51:15 -08:00
url.md 2021-01-26, Version 15.7.0 (Current) 2021-01-26 11:06:59 -05:00
util.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
v8.md doc: fix punctuation in v8.md 2020-11-20 20:59:53 +00:00
vm.md doc: consolidate and clarify breakOnSigInt text 2020-10-27 11:34:16 +00:00
wasi.md doc: use ESM syntax for WASI example 2021-01-16 00:32:41 +01:00
webcrypto.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 21:50:24 +01:00
worker_threads.md doc: fixup typo in metadata entry 2021-01-15 19:25:43 +01:00
zlib.md