node/doc/api
Anna Henningsen 82f18118ff
2018-05-23, Version 10.2.0 (Current)
* addons:
  - Fixed a memory leak for users of `AsyncResource` and N-API.
    (Michael Dawson)
    https://github.com/nodejs/node/pull/20668
* assert:
  - The `error` parameter of `assert.throws()` can be an object containing
    regular expressions now. (Ruben Bridgewater)
    https://github.com/nodejs/node/pull/20485
* crypto:
  - The `authTagLength` option has been made more flexible (Tobias Nießen)
    https://github.com/nodejs/node/pull/20235)
    https://github.com/nodejs/node/pull/20039
* esm:
  - Builtin modules (e.g. `fs`) now provide named exports in ES6 modules.
    (Gus Caplan)
    https://github.com/nodejs/node/pull/20403
* http:
  - Handling of `close` and `aborted` events has been made more consistent.
    (Robert Nagy)
    https://github.com/nodejs/node/pull/20075
    https://github.com/nodejs/node/pull/20611
* module:
  - add --preserve-symlinks-main (David Goldstein)
    https://github.com/nodejs/node/pull/19911
* timers:
  - `timeout.refresh()` has been added to the public API.
    (Jeremiah Senkpiel)
    https://github.com/nodejs/node/pull/20298
* Embedder support:
  - Functions for creating V8 `Isolate` and `Context` objects with
    Node.js-specific behaviour have been added to the API.
    (Allen Yonghuang Wang)
    https://github.com/nodejs/node/pull/20639
  - Node.js `Environment`s clean up resources before exiting now.
    (Anna Henningsen)
    https://github.com/nodejs/node/pull/19377
  - Support for multi-threaded embedding has been improved.
    (Anna Henningsen)
    https://github.com/nodejs/node/pull/20542
    https://github.com/nodejs/node/pull/20539
    https://github.com/nodejs/node/pull/20541

PR-URL: https://github.com/nodejs/node/pull/20724
2018-05-23 19:08:39 -04:00
..
_toc.md trace_events: adds a new trace_events api 2018-04-17 08:30:20 -07:00
addons.md doc: fix stability text for n-api 2018-05-11 14:58:54 -07:00
all.md doc: prepare for v8/V8 linting in doc text 2017-11-22 08:24:46 -08:00
assert.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 19:08:39 -04:00
async_hooks.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
buffer.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
child_process.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
cli.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 19:08:39 -04:00
cluster.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
console.md doc: match console.count()/countReset() signatures 2018-05-08 18:12:55 +03:00
crypto.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 19:08:39 -04:00
debugger.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
deprecations.md util: remove custom inspection function 2018-05-19 19:30:58 +02:00
dgram.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
dns.md doc: fix typo in dns docs 2018-05-14 18:06:38 +02:00
documentation.md doc, tools: unify stability signatures 2018-05-09 00:52:13 +03:00
domain.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
errors.md doc: fix some nits in hardcoded manpage links 2018-05-21 00:05:36 +03:00
esm.md esm: provide named exports for builtin libs 2018-05-11 12:06:18 -05:00
events.md doc: clarify this in event listeners 2018-05-08 13:28:38 +03:00
fs.md doc: fix incorrect fs.readFileSync example output 2018-05-23 00:35:47 -04:00
globals.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
http2.md http2: fix several serious bugs 2018-05-22 11:42:33 +04:00
http.md http: make client .aborted boolean 2018-05-14 23:05:09 +03:00
https.md https: defines maxHeadersCount in the constructor 2018-05-05 13:57:07 +02:00
index.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
inspector.md doc: remove redundant empty lines 2018-04-29 17:48:43 +03:00
intl.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
modules.md doc: add global node_modules to require.resolve() 2018-05-12 01:18:10 +03:00
n-api.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 19:08:39 -04:00
net.md doc: fix some nits in hardcoded manpage links 2018-05-21 00:05:36 +03:00
os.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
path.md doc: fix various nits 2018-04-04 13:45:39 +03:00
perf_hooks.md doc: remove redundant empty lines 2018-04-29 17:48:43 +03:00
process.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
punycode.md doc: add and unify even more return values 2018-04-12 03:18:01 +03:00
querystring.md doc: remove redundant empty lines 2018-04-29 17:48:43 +03:00
readline.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
repl.md doc: document using domain in REPL 2018-05-04 23:05:56 +03:00
stream.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
string_decoder.md doc: unify section structures 2018-04-15 02:37:50 +03:00
synopsis.md doc: add missing periods or colons 2018-05-02 06:17:08 +03:00
timers.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 19:08:39 -04:00
tls.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
tracing.md vm,trace_events: add node.vm.script trace events category 2018-05-16 14:34:41 -07:00
tty.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
url.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
util.md util: remove custom inspection function 2018-05-19 19:30:58 +02:00
v8.md doc: add missing YAML keyword in v8.md metadata 2018-04-14 11:54:09 +03:00
vm.md doc: update VM section text 2018-05-09 10:23:21 +02:00
zlib.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00