0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Myles Borins e688175c50
2019-01-10 Version 9.4.0 (Current)
Notable change:

* async_hooks:
  - deprecate AsyncHooks Sensitive API and runInAsyncIdScope. Neither
    API were documented. (Andreas Madsen)
    https://github.com/nodejs/node/pull/16972
* deps:
  - update nghttp2 to 1.29.0 (James M Snell)
    https://github.com/nodejs/node/pull/17908
  - upgrade npm to 5.6.0 (Kat Marchán)
    https://github.com/nodejs/node/pull/17535
  - cherry-pick 50f7455 from upstream V8 (Michaël Zasso)
    https://github.com/nodejs/node/pull/16591
* events:
  - remove reaches into _events internals (Anatoli Papirovski)
    https://github.com/nodejs/node/pull/17440
* http:
  - add rawPacket in err of `clientError` event (XadillaX)
    https://github.com/nodejs/node/pull/17672
* http2:
  - implement maxSessionMemory (James M Snell)
    https://github.com/nodejs/node/pull/17967
  - add initial support for originSet (James M Snell)
    https://github.com/nodejs/node/pull/17935
  - add altsvc support (James M Snell)
    https://github.com/nodejs/node/pull/17917
  - perf_hooks integration (James M Snell)
    https://github.com/nodejs/node/pull/17906
  - Refactoring and cleanup of Http2Session and Http2Stream destroy
    (James M Snell) https://github.com/nodejs/node/pull/17406
* net:
  - remove Socket.prototype.write (Anna Henningsen)
    https://github.com/nodejs/node/pull/17644
  - remove Socket.prototype.listen (Ruben Bridgewater)
    https://github.com/nodejs/node/pull/13735
* repl:
  - show lexically scoped vars in tab completion (Michaël Zasso)
    https://github.com/nodejs/node/pull/16591
* stream:
  - rm {writeable/readable}State.length (Calvin Metcalf)
    https://github.com/nodejs/node/pull/12857
  - add flow and buffer properties to streams (Calvin Metcalf)
    https://github.com/nodejs/node/pull/12855
* util:
  - allow wildcards in NODE_DEBUG variable (Tyler)
    https://github.com/nodejs/node/pull/17609
* zlib:
  - add ArrayBuffer support (Jem Bezooyen)
    https://github.com/nodejs/node/pull/16042
* Addedew collaborator**
  - [starkwang](https://github.com/starkwang) Weijia Wang
* Addedew TSC member**
  - [danbev](https://github.com/danbev) Daniel Bevenius

PR-URL: https://github.com/nodejs/node/pull/18069
2018-01-10 10:24:22 -05:00
..
_toc.md doc: update http URLs to https in doc/api 2017-11-23 16:06:35 -05:00
addons.md doc: add "Hello world" example for N-API 2017-12-08 14:39:52 -05:00
all.md doc: prepare for v8/V8 linting in doc text 2017-11-22 08:24:46 -08:00
assert.md assert: .throws accept objects 2017-12-21 03:01:02 -03:00
async_hooks.md doc: edit for concision 2018-01-03 17:18:30 -08:00
buffer.md buffer: check byteLength in readInt(B|L)E 2018-01-05 12:37:38 +01:00
child_process.md doc: multiple updates to child_process.md 2018-01-09 15:57:50 -08:00
cli.md process: add flag for uncaught exception abort 2017-11-29 15:58:42 +01:00
cluster.md cluster: support windowsHide option for workers 2018-01-05 02:51:49 +01:00
console.md console: make .assert standard compliant 2017-12-26 10:46:27 +01:00
crypto.md doc: fix typo 2017-12-28 16:42:46 +01:00
debugger.md test: remove obsolete debugger tests 2017-09-13 17:58:38 -03:00
deprecations.md doc: mark DEP0002 as end of life 2017-12-23 21:53:30 -05:00
dgram.md doc: replace wrong U+00A0 by common spaces 2018-01-02 01:58:15 +02:00
dns.md doc: fix typo in dns.md 2017-12-07 13:49:21 -08:00
documentation.md doc: improve documentation.md 2017-12-18 10:25:43 -05:00
domain.md 2017-10-24, Node.js Version 8.8.0 (Current) 2017-10-24 17:50:44 -04:00
errors.md n-api: throw RangeError in napi_create_dataview() with invalid range 2018-01-09 16:20:19 -08:00
esm.md doc: fix duplicate words & spellings in docs 2017-12-31 18:14:25 +01:00
events.md 2019-01-10 Version 9.4.0 (Current) 2018-01-10 10:24:22 -05:00
fs.md doc: fix incorrect argument type in fs.readSync 2018-01-09 15:26:32 -08:00
globals.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
http2.md 2019-01-10 Version 9.4.0 (Current) 2018-01-10 10:24:22 -05:00
http.md 2019-01-10 Version 9.4.0 (Current) 2018-01-10 10:24:22 -05:00
https.md 2017-12-12 Version 9.3.0 (Current) 2017-12-12 15:59:29 -05:00
index.md
inspector.md doc: fix duplicate words & spellings in docs 2017-12-31 18:14:25 +01:00
intl.md doc: add missing introduced_in comments 2017-11-19 18:10:05 +01:00
modules.md doc: improve module.builtinModules text 2017-12-27 15:59:48 -08:00
n-api.md doc: updates examples to use NULL 2018-01-07 12:40:02 +01:00
net.md doc: fix common typo involving one-time listeners 2017-12-07 13:49:53 -08:00
os.md doc: remove x86 from os.arch() options 2018-01-03 23:31:34 +00:00
path.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
perf_hooks.md doc: remove duplicate words in API docs 2018-01-02 00:13:02 +01:00
process.md doc: edit for concision 2018-01-03 17:18:30 -08:00
punycode.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
querystring.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
readline.md doc: make default values and periods consistent 2017-10-30 11:08:47 +01:00
repl.md doc: edit for concision 2018-01-03 17:18:30 -08:00
stream.md 2019-01-10 Version 9.4.0 (Current) 2018-01-10 10:24:22 -05:00
string_decoder.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
synopsis.md doc: not all example code can be run without 1:1 2017-12-18 10:26:13 -05:00
timers.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
tls.md doc: replace wrong U+00A0 by common spaces 2018-01-02 01:58:15 +02:00
tracing.md doc: add missing introduced_in comments 2017-11-19 18:10:05 +01:00
tty.md doc: adjust TTY wording & add inter-doc links 2017-12-18 10:26:09 -05:00
url.md url: added url fragment lookup table 2017-12-15 09:26:12 -08:00
util.md doc: warn about using util.inspect/util.format 2017-12-21 07:56:18 -08:00
v8.md doc: fix duplicate words & spellings in docs 2017-12-31 18:14:25 +01:00
vm.md doc: edit for concision 2018-01-03 17:18:30 -08:00
zlib.md 2019-01-10 Version 9.4.0 (Current) 2018-01-10 10:24:22 -05:00