node/doc/api
Ruben Bridgewater d36b6f8da3
2019-09-24, Version 12.11.0 (Current)
Notable changes:

* crypto:
  * Add `oaepLabel` option https://github.com/nodejs/node/pull/29489
* deps:
  * Update V8 to 7.7.299.11 https://github.com/nodejs/node/pull/28918
    * More efficient memory handling
    * Stack trace serialization got faster
    * The `Intl.NumberFormat` API gained new functionality
    * For more information: https://v8.dev/blog/v8-release-77
* events:
  * Add support for `EventTarget` in `once`
    https://github.com/nodejs/node/pull/29498
* fs:
  * Expose memory file mapping flag `UV_FS_O_FILEMAP`
    https://github.com/nodejs/node/pull/29260
* inspector:
  * New API - `Session.connectToMainThread`
    https://github.com/nodejs/node/pull/28870
* process:
  * Initial SourceMap support via `env.NODE_V8_COVERAGE`
    https://github.com/nodejs/node/pull/28960
* stream:
  * Make `_write()` optional when `_writev()` is implemented
    https://github.com/nodejs/node/pull/29639
* tls:
  * Add option to override signature algorithms
    https://github.com/nodejs/node/pull/29598
* util:
  * Add `encodeInto` to `TextEncoder`
    https://github.com/nodejs/node/pull/29524
* worker:
  * The `worker_thread` module is now stable
    https://github.com/nodejs/node/pull/29512

PR-URL: https://github.com/nodejs/node/pull/29695
2019-09-26 01:14:24 +02:00
..
addons.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
assert.md doc: space around lists 2019-09-09 16:45:24 -07:00
async_hooks.md doc: async_hooks.createHook promiseResolve option 2019-09-06 06:05:58 +02:00
buffer.md doc: start unorded lists at start of line 2019-09-03 20:55:39 -07:00
child_process.md doc: fix require call for spawn() in code example 2019-09-22 10:52:17 -07:00
cli.md test: --force-context-aware cli flag 2019-09-24 22:49:35 -07:00
cluster.md doc: exitedAfterDisconnect value can be false 2019-09-09 05:47:45 +02:00
console.md doc: space around lists 2019-09-09 16:45:24 -07:00
crypto.md 2019-09-24, Version 12.11.0 (Current) 2019-09-26 01:14:24 +02:00
debugger.md doc: change the 'txt' to 'console' for a command 2019-09-03 14:21:34 -07:00
deprecations.md http: remove legacy parser 2019-09-20 20:18:35 +02:00
dgram.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
dns.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
documentation.md doc: remove multiple consecutive blank lines 2019-08-31 15:27:58 -07:00
domain.md doc: add extends for derived classes 2019-09-01 08:18:10 -07:00
errors.md src: add buildflag to force context-aware addons 2019-09-24 22:49:33 -07:00
esm.md module: reintroduce package exports dot main 2019-09-17 18:54:44 -07:00
events.md events: add support for EventTarget in once 2019-09-22 17:48:21 -07:00
fs.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
globals.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
http2.md doc: fix some signatures of .end() methods 2019-09-22 16:58:54 -07:00
http.md doc,http: indicate callback is optional for message.setTimeout() 2019-09-24 22:54:25 -07:00
https.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
index.md doc: add node-report documentation 2019-01-18 10:35:55 +05:30
inspector.md 2019-09-24, Version 12.11.0 (Current) 2019-09-26 01:14:24 +02:00
intl.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
modules.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
n-api.md 2019-09-24, Version 12.11.0 (Current) 2019-09-26 01:14:24 +02:00
net.md doc: fix nits in net.md 2019-09-18 08:19:58 -07:00
os.md doc: improve os.homedir() docs 2019-07-17 21:48:40 -07:00
path.md doc: fix extname with the correct description 2019-04-20 17:01:09 +03:00
perf_hooks.md doc: space around lists 2019-09-09 16:45:24 -07:00
policy.md doc: remove multiple consecutive blank lines 2019-08-31 15:27:58 -07:00
process.md doc: add code example to process.throwDeprecation property 2019-09-22 18:30:06 -07:00
punycode.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
querystring.md doc: space around lists 2019-09-09 16:45:24 -07:00
readline.md doc: add extends for derived classes 2019-09-01 08:18:10 -07:00
repl.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
report.md http: remove legacy parser 2019-09-20 20:18:35 +02:00
stream.md 2019-09-24, Version 12.11.0 (Current) 2019-09-26 01:14:24 +02:00
string_decoder.md string_decoder: support typed array or data view 2018-09-17 17:48:44 +02:00
synopsis.md doc: move Usage and Example to same header level 2019-07-09 19:45:20 -07:00
timers.md benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
tls.md 2019-09-24, Version 12.11.0 (Current) 2019-09-26 01:14:24 +02:00
tracing.md doc: document trace-events category for dns requests 2019-06-12 19:42:54 -07:00
tty.md doc: space around lists 2019-09-09 16:45:24 -07:00
url.md doc: use consistent indenting for unordered list items 2019-09-03 20:55:39 -07:00
util.md 2019-09-24, Version 12.11.0 (Current) 2019-09-26 01:14:24 +02:00
v8.md doc: space around lists 2019-09-09 16:45:24 -07:00
vm.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
worker_threads.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00
zlib.md doc: use consistent unordered list style 2019-09-16 11:24:54 -07:00