node/doc/api
Ruben Bridgewater a19e1aba38
2018-11-15, Version 11.2.0 (Current)
Notable changes:

* deps:
  * A new experimental HTTP parser (`llhttp`) is now supported.
    https://github.com/nodejs/node/pull/24059
* timers:
  * Fixed an issue that could cause setTimeout to stop working as
    expected. https://github.com/nodejs/node/pull/24322
* Windows
  * A crashing process will now show the names of stack frames if the
    node.pdb file is available.
    https://github.com/nodejs/node/pull/23822
  * Continued effort to improve the installer's new stage that installs
    native build tools.
    https://github.com/nodejs/node/pull/23987,
    https://github.com/nodejs/node/pull/24348
  * child_process:
    * On Windows the `windowsHide` option default was restored to
      `false`. This means `detached` child processes and GUI apps will
      once again start in a new window.
      https://github.com/nodejs/node/pull/24034
* Added new collaborators:
  * [oyyd](https://github.com/oyyd) - Ouyang Yadong.
    https://github.com/nodejs/node/pull/24300
  * [psmarshall](https://github.com/psmarshall) - Peter Marshall.
    https://github.com/nodejs/node/pull/24170
  * [shisama](https://github.com/shisama) - Masashi Hirano.
    https://github.com/nodejs/node/pull/24136
2018-11-15 20:20:37 +01:00
..
addons.md test: fix v8 Set/Get compiler warnings 2018-11-14 00:55:46 +01:00
assert.md doc: remove notice of dashes in V8 options 2018-11-01 21:51:11 +01:00
async_hooks.md doc: correct async_hooks sample outputs 2018-11-14 00:55:48 +01:00
buffer.md 2018-10-23, Version 11.0.0 (Current) 2018-10-22 13:14:46 -07:00
child_process.md Revert "child_process: change windowsHide default to true" 2018-11-15 16:12:23 +01:00
cli.md doc: document NODE_TLS_REJECT_UNAUTHORIZED 2018-11-15 16:12:25 +01:00
cluster.md Revert "child_process: change windowsHide default to true" 2018-11-15 16:12:23 +01:00
console.md
crypto.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 20:20:37 +01:00
debugger.md
deprecations.md 2018-10-23, Version 11.0.0 (Current) 2018-10-22 13:14:46 -07:00
dgram.md doc: remove notice of dashes in V8 options 2018-11-01 21:51:11 +01:00
dns.md
documentation.md doc: use Node.js instead of Node 2018-11-01 21:51:11 +01:00
domain.md doc: remove notice of dashes in V8 options 2018-11-01 21:51:11 +01:00
errors.md doc: clarify allowed encoding parameter types 2018-11-14 00:55:37 +01:00
esm.md
events.md doc: add note about removeListener order 2018-10-24 16:10:16 +02:00
fs.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 20:20:37 +01:00
globals.md doc: remove "idiomatic choice" from queueMicrotask 2018-11-01 21:51:11 +01:00
http.md doc: document http request.finished boolean 2018-11-15 16:12:25 +01:00
http2.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 20:20:37 +01:00
https.md doc: add types and their corresponding return values 2018-11-02 13:49:41 +01:00
index.md doc: remove mailing list 2018-11-01 21:51:11 +01:00
inspector.md doc: inspector security warning for changing host 2018-11-06 14:45:46 +01:00
intl.md
modules.md doc: use Node.js instead of Node 2018-11-01 21:51:11 +01:00
n-api.md benchmark,doc,lib,src,test,tools: fix typos 2018-10-17 11:24:56 -07:00
net.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 20:20:37 +01:00
os.md
path.md doc: implement minor text fixes to path.md 2018-11-06 14:45:46 +01:00
perf_hooks.md
process.md doc: fix comma splices in process.md 2018-11-15 16:12:24 +01:00
punycode.md
querystring.md
readline.md lib: add escapeCodeTimeout as an option to createInterface 2018-11-01 21:47:11 +01:00
repl.md doc: add types and their corresponding return values 2018-11-02 13:49:41 +01:00
stream.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 20:20:37 +01:00
string_decoder.md
synopsis.md doc: fix typographical issues 2018-11-01 21:51:11 +01:00
timers.md 2018-10-23, Version 11.0.0 (Current) 2018-10-22 13:14:46 -07:00
tls.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 20:20:37 +01:00
tracing.md console: add trace-events for time and count 2018-10-21 12:25:06 -07:00
tty.md
url.md 2018-10-23, Version 11.0.0 (Current) 2018-10-22 13:14:46 -07:00
util.md 2018-10-23, Version 11.0.0 (Current) 2018-10-22 13:14:46 -07:00
v8.md lib: enable TypedArray and DataView for the v8 module 2018-11-02 13:49:41 +01:00
vm.md vm: clarify timeout option in vm 2018-11-06 14:45:46 +01:00
worker_threads.md doc: remove personal pronoun from worker_threads 2018-10-17 11:28:08 -07:00
zlib.md