node/doc/api
Anna Henningsen 5cbb905c1a
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 17:06:43 -04:00
..
_toc.md trace_events: adds a new trace_events api 2018-04-17 10:47:41 -07:00
addons.md doc: fix stability text for n-api 2018-05-12 17:52:06 +02: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 17:06:43 -04:00
async_hooks.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
buffer.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
child_process.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
cli.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 17:06:43 -04:00
cluster.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
console.md doc: match console.count()/countReset() signatures 2018-05-08 18:26:16 -07:00
crypto.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 17:06:43 -04:00
debugger.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
deprecations.md doc: edit text about revoking deprecations 2018-05-08 18:26:16 -07:00
dgram.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
dns.md doc: fix typo in dns docs 2018-05-14 19:20:41 +02:00
documentation.md doc, tools: unify stability signatures 2018-05-12 17:29:57 +02:00
domain.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
errors.md doc: fix some nits in hardcoded manpage links 2018-05-22 14:28:05 -04:00
esm.md esm: provide named exports for builtin libs 2018-05-12 17:52:01 +02:00
events.md doc: clarify this in event listeners 2018-05-08 18:26:16 -07:00
fs.md doc: fix some nits in hardcoded manpage links 2018-05-22 14:28:05 -04:00
globals.md 2018-04-24, Version 10.0.0 (Current) 2018-04-23 12:19:02 -07:00
http.md 2018-05-08, Version 10.1.0 (Current) 2018-05-08 18:28:04 -07:00
http2.md http2: fix several serious bugs 2018-05-23 17:05:38 -04:00
https.md https: defines maxHeadersCount in the constructor 2018-05-08 18:26:16 -07:00
index.md
inspector.md doc: remove redundant empty lines 2018-05-04 11:54:32 -04:00
intl.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
modules.md doc: add global node_modules to require.resolve() 2018-05-12 17:52:13 +02:00
n-api.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 17:06:43 -04:00
net.md doc: fix some nits in hardcoded manpage links 2018-05-22 14:28:05 -04:00
os.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
path.md doc: fix various nits 2018-04-04 13:45:39 +03:00
perf_hooks.md doc: remove redundant empty lines 2018-05-04 11:54:32 -04:00
process.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
punycode.md doc: add and unify even more return values 2018-04-16 16:05:53 -07:00
querystring.md doc: remove redundant empty lines 2018-05-04 11:54:32 -04:00
readline.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
repl.md doc: document using domain in REPL 2018-05-08 18:26:16 -07:00
stream.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
string_decoder.md doc: unify section structures 2018-04-16 16:16:08 -07:00
synopsis.md doc: add missing periods or colons 2018-05-04 12:48:38 -04:00
timers.md 2018-05-23, Version 10.2.0 (Current) 2018-05-23 17:06:43 -04:00
tls.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
tracing.md vm,trace_events: add node.vm.script trace events category 2018-05-22 14:09:48 -04:00
tty.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
url.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00
util.md doc: add util.types.isModuleNamespaceObject() 2018-05-12 17:51:25 +02:00
v8.md doc: add missing YAML keyword in v8.md metadata 2018-04-16 16:12:56 -07:00
vm.md doc: update VM section text 2018-05-12 17:29:58 +02:00
zlib.md doc: add more missing backticks 2018-05-08 14:22:25 -07:00