node/doc/api
Myles Borins 08941e9f1b
2017-12-12 Version 9.3.0 (Current)
Notable changes:

* async\_hooks:
  - add trace events to async_hooks (Andreas Madsen)
    https://github.com/nodejs/node/pull/15538
  - add provider types for net server (Andreas Madsen)
    https://github.com/nodejs/node/pull/17157
* console:
  - console.debug can now be used outside of the inspector
    (Benjamin Zaslavsky) https://github.com/nodejs/node/pull/17033
* deps:
  - upgrade libuv to 1.18.0 (cjihrig)
    https://github.com/nodejs/node/pull/17282
  - patch V8 to 6.2.414.46 (Myles Borins)
    https://github.com/nodejs/node/pull/17206
* module:
  - module.builtinModules will return a list of built in modules
    (Jon Moss) https://github.com/nodejs/node/pull/16386
* n-api:
  - add helper for addons to get the event loop (Anna Henningsen)
    https://github.com/nodejs/node/pull/17109
* process:
  - process.setUncaughtExceptionCaptureCallback can now be used to
    customize behavior for `--abort-on-uncaught-exception`
    (Anna Henningsen) https://github.com/nodejs/node/pull/17159
  - A signal handler is now able to receive the signal code that
    triggered the handler. (Robert Rossmann)
    https://github.com/nodejs/node/pull/15606
* src:
  - embedders can now use Node::CreatePlatform to create an instance of
    NodePlatform (Cheng Zhao)
    https://github.com/nodejs/node/pull/16981
* stream:
  - writable.writableHighWaterMark and readable.readableHighWaterMark
    will return the values the stream object was instantiated with
    (Calvin Metcalf) https://github.com/nodejs/node/pull/12860
* **Added new collaborators**
  * [maclover7](https://github.com/maclover7) Jon Moss
  * [guybedford](https://github.com/guybedford) Guy Bedford
  * [hashseed](https://github.com/hashseed) Yang Guo

PR-URL: https://github.com/nodejs/node/pull/17631
2017-12-12 04:26:14 -05:00
..
_toc.md doc: update http URLs to https in doc/api 2017-12-12 03:27:28 -05:00
addons.md doc: add "Hello world" example for N-API 2017-12-12 03:28:29 -05:00
all.md doc: prepare for v8/V8 linting in doc text 2017-12-12 03:27:16 -05:00
assert.md doc: use colon consistently in assert.md 2017-12-12 03:28:14 -05:00
async_hooks.md async_wrap: add provider types for net server 2017-12-12 03:27:50 -05:00
buffer.md doc: add missing serial commas 2017-12-12 03:28:05 -05:00
child_process.md doc: remove unused link reference 2017-12-12 03:28:19 -05:00
cli.md process: add flag for uncaught exception abort 2017-12-12 03:27:55 -05:00
cluster.md doc: add note about using cluster without networking 2017-12-11 17:24:22 -05:00
console.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 04:26:14 -05:00
crypto.md doc: add missing serial commas 2017-12-12 03:28:05 -05:00
debugger.md test: remove obsolete debugger tests 2017-09-13 17:58:38 -03:00
deprecations.md doc: add missing introduced_in comments 2017-12-11 17:24:29 -05:00
dgram.md doc: fix a link in dgram.md 2017-12-11 17:16:54 -05:00
dns.md doc: fix typo in dns.md 2017-12-12 03:28:21 -05:00
documentation.md
domain.md 2017-10-24, Node.js Version 8.8.0 (Current) 2017-10-24 17:50:44 -04:00
errors.md process: add flag for uncaught exception abort 2017-12-12 03:27:55 -05:00
esm.md doc: esm loader example with module.builtinModules 2017-12-12 03:28:35 -05:00
events.md doc: fix common typo involving one-time listeners 2017-12-12 03:28:21 -05:00
fs.md doc: immprove inode text in fs.md 2017-12-12 03:28:29 -05:00
globals.md
http.md doc: fix common typo involving one-time listeners 2017-12-12 03:28:21 -05:00
http2.md doc: add missing serial commas 2017-12-12 03:28:05 -05:00
https.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 04:26:14 -05:00
index.md
inspector.md doc: add missing introduced_in comments 2017-12-11 17:24:29 -05:00
intl.md doc: add missing introduced_in comments 2017-12-11 17:24:29 -05:00
modules.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 04:26:14 -05:00
n-api.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 04:26:14 -05:00
net.md doc: fix common typo involving one-time listeners 2017-12-12 03:28:21 -05:00
os.md doc: add missing serial commas 2017-12-12 03:28:05 -05:00
path.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 11:52:36 -07:00
perf_hooks.md doc: add missing introduced_in comments 2017-12-11 17:24:29 -05:00
process.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 04:26:14 -05:00
punycode.md
querystring.md
readline.md doc: make default values and periods consistent 2017-11-06 17:33:45 -05:00
repl.md doc: fix typo in repl.md 2017-12-12 03:28:22 -05:00
stream.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 04:26:14 -05:00
string_decoder.md
synopsis.md doc: change v8 to V8 2017-12-11 17:24:27 -05:00
timers.md
tls.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 04:26:14 -05:00
tracing.md doc: add missing introduced_in comments 2017-12-11 17:24:29 -05:00
tty.md doc: add isTTY property documentation 2017-11-07 08:27:20 -05:00
url.md doc: fix typo in api doc of url.format(urlObject) 2017-12-12 03:27:30 -05:00
util.md doc: use arrow functions in util.md sample code 2017-12-12 03:28:17 -05:00
v8.md v8: migrate setFlagsFromString to internal/errors 2017-10-29 23:07:52 -07:00
vm.md doc: replace function with arrow function in vm.md 2017-12-12 03:27:36 -05:00
zlib.md doc: update http URLs to https in doc/api 2017-12-12 03:27:28 -05:00