0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Michaël Zasso 309e1eae79
2019-11-05, Version 13.1.0 (Current)
Notable changes:

* cli:
  * Added a new flag (`--trace-uncaught`) that makes Node.js print the
    stack trace at the time of throwing uncaught exceptions, rather than
    at the creation of the `Error` object, if there is any. This is
    disabled by default because it affects GC behavior.
    https://github.com/nodejs/node/pull/30025
* crypto
  * Added `Hash.prototype.copy()` method. It returns a new `Hash` object
    with its internal state cloned from the original one.
    https://github.com/nodejs/node/pull/29910
* dgram
  * Added source-specific multicast support. This adds methods to
    Datagram sockets to support RFC 4607
    (https://tools.ietf.org/html/rfc4607) for IPv4 and IPv6.
    https://github.com/nodejs/node/pull/15735
* fs
  * Added a `bufferSize` option to `fs.opendir()`. It allows to control
    the number of entries that are buffered internally when reading from
    the directory. https://github.com/nodejs/node/pull/30114
* meta
  * Added Chengzhong Wu (https://github.com/legendecas) to
    collaborators. https://github.com/nodejs/node/pull/30115

PR-URL: https://github.com/nodejs/node/pull/30262
2019-11-05 19:39:20 +01:00
..
addons.md doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -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: remove dashes 2019-10-26 08:39:41 -07:00
child_process.md doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -07:00
cli.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
cluster.md doc: linkify .setupMaster() in cluster doc 2019-11-03 18:57:10 +05:30
console.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
crypto.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
debugger.md doc: remove dashes 2019-10-26 08:39:41 -07:00
deprecations.md doc: remove dashes 2019-10-26 08:39:41 -07:00
dgram.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01: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 doc: remove dashes 2019-10-26 08:39:41 -07:00
events.md doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -07:00
fs.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
globals.md doc: delete "a number of" things in the docs 2019-10-26 11:25:43 -07:00
http2.md doc: explain http2 aborted event callback 2019-11-03 18:52:20 +05:30
http.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
https.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
index.md doc: remove dashes 2019-10-26 08:39:41 -07:00
inspector.md doc: remove dashes 2019-10-26 08:39:41 -07:00
intl.md tools: support full-icu by default 2019-10-03 15:21:26 -07:00
modules.md doc: fix an error in resolution algorithm steps 2019-10-30 07:57:01 -07:00
n-api.md doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -07:00
net.md doc: remove dashes 2019-10-26 08:39:41 -07:00
os.md doc: revise os.md 2019-10-26 16:10:12 -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 dashes 2019-10-26 08:39:41 -07:00
process.md doc: add options description for send APIs 2019-10-30 20:31:21 +05:30
punycode.md
querystring.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
readline.md doc: remove dashes 2019-10-26 08:39:41 -07:00
repl.md doc: remove dashes 2019-10-26 08:39:41 -07:00
report.md doc: remove dashes 2019-10-26 08:39:41 -07:00
stream.md doc: adjust code sample for stream.finished 2019-10-27 10:53:04 +01:00
string_decoder.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
synopsis.md doc: move Usage and Example to same header level 2019-07-09 19:45:20 -07:00
timers.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
tls.md doc: remove dashes 2019-10-26 08:39:41 -07:00
tracing.md doc: remove dashes 2019-10-26 08:39:41 -07:00
tty.md doc: remove dashes 2019-10-26 08:39:41 -07:00
url.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00
util.md doc: delete "a number of" things in the docs 2019-10-26 11:25:43 -07: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