0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/api
Ruben Bridgewater 406d9caab5
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

PR-URL: https://github.com/nodejs/node/pull/24350
2018-11-15 22:16:09 +01:00
..
addons.md test: fix v8 Set/Get compiler warnings 2018-11-11 08:02:30 +01:00
assert.md doc: remove notice of dashes in V8 options 2018-10-29 21:24:08 +00:00
async_hooks.md doc: correct async_hooks sample outputs 2018-11-11 20:13:38 +02:00
buffer.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
child_process.md Revert "child_process: change windowsHide default to true" 2018-11-13 14:38:23 -08:00
cli.md doc: document NODE_TLS_REJECT_UNAUTHORIZED 2018-11-13 23:01:07 -08:00
cluster.md Revert "child_process: change windowsHide default to true" 2018-11-13 14:38:23 -08:00
console.md
crypto.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 22:16:09 +01:00
debugger.md
deprecations.md tls: emit a warning when servername is an IP address 2018-11-15 23:30:13 +08:00
dgram.md doc: remove notice of dashes in V8 options 2018-10-29 21:24:08 +00:00
dns.md
documentation.md doc: use Node.js instead of Node 2018-10-31 23:26:51 -07:00
domain.md doc: remove notice of dashes in V8 options 2018-10-29 21:24:08 +00:00
errors.md doc: clarify allowed encoding parameter types 2018-11-09 15:57:17 -08:00
esm.md
events.md doc: add note about removeListener order 2018-10-23 13:12:03 -07:00
fs.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 22:16:09 +01:00
globals.md doc: remove "idiomatic choice" from queueMicrotask 2018-10-31 07:38:30 +11:00
http2.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 22:16:09 +01:00
http.md doc: document http request.finished boolean 2018-11-14 18:20:49 +02:00
https.md doc: add types and their corresponding return values 2018-11-02 00:36:40 +02:00
index.md doc: remove mailing list 2018-10-29 20:49:59 -07:00
inspector.md doc: inspector security warning for changing host 2018-11-05 22:38:01 -08:00
intl.md
modules.md doc: use Node.js instead of Node 2018-10-31 23:26:51 -07:00
n-api.md
net.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 22:16:09 +01:00
os.md
path.md doc: implement minor text fixes to path.md 2018-11-05 23:21:45 -08:00
perf_hooks.md
process.md doc: fix comma splices in process.md 2018-11-13 22:13:32 -08:00
punycode.md
querystring.md
readline.md lib: add escapeCodeTimeout as an option to createInterface 2018-10-25 15:19:02 -07:00
repl.md doc: add types and their corresponding return values 2018-11-02 00:36:40 +02:00
stream.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 22:16:09 +01:00
string_decoder.md
synopsis.md doc: fix typographical issues 2018-10-31 01:14:37 +02:00
timers.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
tls.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 22:16:09 +01:00
tracing.md trace_events: forbid tracing modifications from worker threads 2018-10-24 11:20:35 -03:00
tty.md
url.md 2018-10-23, Version 11.0.0 (Current) 2018-10-23 11:03:02 -07:00
util.md Revert "util: change util.inspect depth default" 2018-11-14 19:44:39 -08:00
v8.md lib: enable TypedArray and DataView for the v8 module 2018-10-31 10:41:41 -04:00
vm.md vm: clarify timeout option in vm 2018-11-05 22:39:01 -08:00
worker_threads.md trace_events: forbid tracing modifications from worker threads 2018-10-24 11:20:35 -03:00
zlib.md