summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-11-14 01:57:14 +0100
committerMichaƫl Zasso <targos@protonmail.com>2018-11-15 22:16:09 +0100
commit406d9caab5712f2c98b568d1fea698b741b66f5a (patch)
treed5669bb403d23d682b55c96dfc7d7f7e42ab593e /doc/api
parent9cef7b84b1f6b1e116afaad945f31b368e8917e2 (diff)
downloadandroid-node-v8-406d9caab5712f2c98b568d1fea698b741b66f5a.tar.gz
android-node-v8-406d9caab5712f2c98b568d1fea698b741b66f5a.tar.bz2
android-node-v8-406d9caab5712f2c98b568d1fea698b741b66f5a.zip
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
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/crypto.md4
-rw-r--r--doc/api/fs.md4
-rw-r--r--doc/api/http2.md2
-rw-r--r--doc/api/net.md2
-rw-r--r--doc/api/stream.md4
-rw-r--r--doc/api/tls.md2
6 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index f592f36e24..579d4d9f54 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1379,7 +1379,7 @@ Adversaries][] for details.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/24081
description: The cipher `chacha20-poly1305` is now supported.
- version: v10.10.0
@@ -1468,7 +1468,7 @@ to create the `Decipher` object.
<!-- YAML
added: v0.1.94
changes:
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/24081
description: The cipher `chacha20-poly1305` is now supported.
- version: v10.10.0
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 38e5e4e626..ce054230e6 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -490,7 +490,7 @@ argument to `fs.createReadStream()`. If `path` is passed as a string, then
### readStream.pending
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {boolean}
@@ -845,7 +845,7 @@ argument to [`fs.createWriteStream()`][]. If `path` is passed as a string, then
### writeStream.pending
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {boolean}
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 25fc097224..f0147504b3 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1014,7 +1014,7 @@ the `'aborted'` event will have been emitted.
#### http2stream.bufferSize
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {number}
diff --git a/doc/api/net.md b/doc/api/net.md
index 2ce807ec77..b925245e7a 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -726,7 +726,7 @@ Useful to throttle back an upload.
### socket.pending
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {boolean}
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 8d31719109..d5cabbc57e 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1493,7 +1493,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/18438
description: >
Add `emitClose` option to specify if `'close'` is emitted on destroy
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/22795
description: >
Add `autoDestroy` option to automatically `destroy()` the stream
@@ -1765,7 +1765,7 @@ constructor and implement the `readable._read()` method.
#### new stream.Readable([options])
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/22795
description: >
Add `autoDestroy` option to automatically `destroy()` the stream
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 5bda2f26c0..82dfbe2019 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -568,7 +568,7 @@ Always returns `true`. This may be used to distinguish TLS sockets from regular
### tlsSocket.getCertificate()
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* Returns: {Object}