0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Beth Griggs afbbcb050e
2019-10-22, Version 10.17.0 'Dubnium' (LTS)
Notable changes:

* crypto:
  * add support for chacha20-poly1305 for AEAD (chux0519)
    https://github.com/nodejs/node/pull/24081
  * increase maxmem range from 32 to 53 bits (Tobias Nießen)
    https://github.com/nodejs/node/pull/28799
* deps:
  * update npm to 6.11.3 (claudiahdz)
    https://github.com/nodejs/node/pull/29430
  * upgrade openssl sources to 1.1.1d (Sam Roberts)
    https://github.com/nodejs/node/pull/29921
* dns:
  * remove dns.promises experimental warning (cjihrig)
    https://github.com/nodejs/node/pull/26592
* fs:
  * remove experimental warning for fs.promises (Anna Henningsen)
    https://github.com/nodejs/node/pull/26581
* http:
  * makes response.writeHead return the response (Mark S. Everitt)
    https://github.com/nodejs/node/pull/25974
* http2:
  * makes response.writeHead return the response (Mark S. Everitt)
    https://github.com/nodejs/node/pull/25974
* n-api:
  * make func argument of napi\_create\_threadsafe\_function optional
    (legendecas)
    https://github.com/nodejs/node/pull/27791
  * mark version 5 N-APIs as stable (Gabriel Schulhof)
    https://github.com/nodejs/node/pull/29401
  * implement date object (Jarrod Connolly)
    https://github.com/nodejs/node/pull/25917
* process:
  * add --unhandled-rejections flag (Ruben Bridgewater)
    https://github.com/nodejs/node/pull/26599
* stream:
  * implement Readable.from async iterator utility (Guy Bedford)
    https://github.com/nodejs/node/pull/27660
  * make Symbol.asyncIterator support stable (Matteo Collina)
    https://github.com/nodejs/node/pull/26989

PR-URL: https://github.com/nodejs/node/pull/29875
2019-10-22 20:15:24 +01:00
..
addons.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
assert.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
async_hooks.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
buffer.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
child_process.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
cli.md doc: join parts of disrupt section in cli.md 2019-10-22 13:38:56 -05:00
cluster.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
console.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
crypto.md doc: make YAML matter consistent in crypto.md 2019-10-18 09:11:25 -07:00
debugger.md doc: change the 'txt' to 'console' for a command 2019-09-03 14:21:34 -07:00
deprecations.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
dgram.md dgram: add source-specific multicast support 2019-10-17 03:12:53 +02:00
dns.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
documentation.md doc: remove multiple consecutive blank lines 2019-08-31 15:27:58 -07:00
domain.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
errors.md vm: add Synthetic modules 2019-10-14 14:25:38 -07:00
esm.md module: refactor modules bootstrap 2019-10-16 21:50:05 -04:00
events.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
fs.md doc: fix some recent nits in fs.md 2019-10-12 08:50:25 -07:00
globals.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
http2.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
http.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
https.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
index.md
inspector.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
intl.md tools: support full-icu by default 2019-10-03 15:21:26 -07:00
modules.md 2019-10-11, Version 12.12.0 (Current) 2019-10-11 21:25:36 +02:00
n-api.md 2019-10-22, Version 10.17.0 'Dubnium' (LTS) 2019-10-22 20:15:24 +01:00
net.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
os.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
path.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
perf_hooks.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
policy.md doc: remove multiple consecutive blank lines 2019-08-31 15:27:58 -07:00
process.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
punycode.md
querystring.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
readline.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
repl.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
report.md http: remove legacy parser 2019-09-20 20:18:35 +02:00
stream.md doc: clarify readable.unshift null/EOF 2019-10-16 13:04:55 -07:00
string_decoder.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
synopsis.md
timers.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
tls.md doc: fix tls version typo 2019-10-18 16:56:47 +05:30
tracing.md doc: add explicit bracket for markdown reference links 2019-10-03 22:57:33 -07:00
tty.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
url.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
util.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
v8.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
vm.md 2019-10-22, Version 13.0.0 (Current) 2019-10-22 17:12:12 +01:00
worker_threads.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
zlib.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00