node/doc
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
..
api 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
api_assets doc: implement minor CSS improvements 2019-10-03 20:04:43 -07:00
changelogs 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
guides doc: add missing hash for header link 2019-11-03 19:02:16 +05:30
.eslintrc.yaml
abi_version_registry.json doc: claim NODE_MODULE_VERSION=80 for Electron 9 2019-10-27 10:43:10 +01:00
first_timer_badge.png
full-white-stripe.jpg
node.1 cli: whitelist new V8 flag in NODE_OPTIONS 2019-10-28 08:15:08 -07:00
offboarding.md doc: use consistent indenting for unordered list items 2019-09-03 20:55:39 -07:00
onboarding-extras.md doc: add blanks around code fences 2019-08-31 15:31:13 -07:00
onboarding.md doc: remove "make that" from onboarding.md 2019-06-23 07:07:14 -07:00
osx_installer_logo.png
releases.md doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -07:00
STYLE_GUIDE.md doc: remove spaces inside code span elements 2019-10-09 20:55:14 -07:00
template.html doc: specify display=fallback for Google Fonts 2019-09-26 22:46:34 -07:00
thin-white-stripe.jpg