node/doc/api
Myles Borins 8eda60c823
2019-11-21, Version 13.2.0 (Current)
Notable changes:

* addons:
  * Deprecate one- and two-argument `AtExit()`. Use the three-argument
    variant of `AtExit()` or `AddEnvironmentCleanupHook()` instead
    (Anna Henningsen) https://github.com/nodejs/node/pull/30227
* child_process,cluster:
  * The `serialization` option is added that allows child process
    IPC to use the V8 serialization API (to e.g., pass through data
    types like sets or maps) (Anna Henningsen)
    https://github.com/nodejs/node/pull/30162
* deps:
  * Update V8 to 7.9
  * Update `npm` to 6.13.0 (Ruy Adorno)
    https://github.com/nodejs/node/pull/30271
* embedder:
  * Exposes the ability to pass cli flags / options through an API
    as embedder (Shelley Vohr)
    https://github.com/nodejs/node/pull/30466
  * Allow adding linked bindings to Environment (Anna Henningsen)
    https://github.com/nodejs/node/pull/30274
* esm:
  * Unflag --experimental-modules (Guy Bedford)
    https://github.com/nodejs/node/pull/29866
* stream:
  * Add `writable.writableCorked` property (Robert Nagy)
    https://github.com/nodejs/node/pull/29012
* worker:
  * Allow specifying resource limits (Anna Henningsen)
    https://github.com/nodejs/node/pull/26628
* v8:
  * The Serialization API is now stable (Anna Henningsen)
    https://github.com/nodejs/node/pull/30234

PR-URL: https://github.com/nodejs/node/pull/30547
2019-11-21 15:44:14 -05:00
..
addons.md src: deprecate two- and one-argument AtExit() 2019-11-16 23:59:06 -08:00
assert.md doc: adds NO_COLOR to assert doc page 2019-11-19 14:46:04 +01: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-28 07:08:05 +01:00
child_process.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 15:44:14 -05:00
cli.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 15:44:14 -05:00
cluster.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 15:44:14 -05:00
console.md doc, console: remove non-existant methods from docs 2019-11-17 00:39:56 -08:00
crypto.md crypto: add support for IEEE-P1363 DSA signatures 2019-11-21 00:29:29 -05:00
debugger.md doc: remove dashes 2019-10-28 07:08:05 +01:00
deprecations.md doc: remove dashes 2019-10-28 07:08:05 +01:00
dgram.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 10:57:38 +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 worker: allow specifying resource limits 2019-11-16 23:59:04 -08:00
esm.md doc: update outdated commonjs compat info 2019-11-17 01:08:36 -08:00
events.md doc: remove "it is important to" phrasing 2019-10-28 07:08:06 +01:00
fs.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 10:57:38 +01:00
globals.md doc: delete "a number of" things in the docs 2019-10-28 07:08:05 +01:00
http.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 15:44:14 -05:00
http2.md doc: explain http2 aborted event callback 2019-11-05 10:10:43 +01:00
https.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 15:44:14 -05:00
index.md doc: remove dashes 2019-10-28 07:08:05 +01:00
inspector.md doc: remove dashes 2019-10-28 07:08:05 +01:00
intl.md tools: support full-icu by default 2019-10-03 15:21:26 -07:00
modules.md doc: fix some recent doc nits 2019-11-17 00:39:55 -08:00
n-api.md doc: fix up N-API doc 2019-11-17 00:39:55 -08:00
net.md doc: remove dashes 2019-10-28 07:08:05 +01:00
os.md doc: revise os.md 2019-10-28 07:08:05 +01: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-28 07:08:05 +01:00
process.md child_process,cluster: allow using V8 serialization API 2019-11-16 23:59:06 -08: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: remove dashes 2019-10-28 07:08:05 +01:00
repl.md doc: remove dashes 2019-10-28 07:08:05 +01:00
report.md doc: remove dashes 2019-10-28 07:08:05 +01:00
stream.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 15:44:14 -05: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-28 07:08:05 +01:00
tracing.md doc: remove dashes 2019-10-28 07:08:05 +01:00
tty.md doc: remove dashes 2019-10-28 07:08:05 +01:00
url.md doc: add entry to url.parse() changes metadata 2019-11-17 00:39:58 -08:00
util.md doc: add mention for using promisify on class methods 2019-11-21 13:37:04 -05:00
v8.md v8: mark serdes API as stable 2019-11-16 23:59:07 -08:00
vm.md esm: unflag --experimental-modules 2019-11-17 00:39:55 -08:00
worker_threads.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 15:44:14 -05:00
zlib.md doc: escape brackets not used as markdown reference links 2019-10-10 22:15:58 -07:00