summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-09-18 15:39:46 +0200
committerMichaël Zasso <targos@protonmail.com>2018-09-20 13:32:38 +0200
commitdf9abb638dbaeac73f191d55088ceea90bb0590b (patch)
treeca659854c814caefc73a8f93971b5e4652bf65cf /doc/api
parent44f7c1df89a8cad4f773d80396f023893d60a37c (diff)
downloadandroid-node-v8-df9abb638dbaeac73f191d55088ceea90bb0590b.tar.gz
android-node-v8-df9abb638dbaeac73f191d55088ceea90bb0590b.tar.bz2
android-node-v8-df9abb638dbaeac73f191d55088ceea90bb0590b.zip
2018-09-20, Version 10.11.0 (Current)
Notable changes: * fs * Fixed fsPromises.readdir `withFileTypes`. https://github.com/nodejs/node/pull/22832 * http2 * Added `http2stream.endAfterHeaders` property. https://github.com/nodejs/node/pull/22843 * util * Added `util.types.isBoxedPrimitive(value)`. https://github.com/nodejs/node/pull/22620 * Added new collaborators: * boneskull (https://github.com/boneskull) - Christopher Hiller * The Technical Steering Committee has new members: * apapirovski (https://github.com/apapirovski) - Anatoli Papirovski * gabrielschulhof (https://github.com/gabrielschulhof) - Gabriel Schulhof PR-URL: https://github.com/nodejs/node/pull/22932
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/fs.md2
-rw-r--r--doc/api/http2.md2
-rw-r--r--doc/api/util.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 6fcf77ae3a..39d499fc5e 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -4205,7 +4205,7 @@ a colon, Node.js will open a file system stream, as described by
<!-- YAML
added: v10.0.0
changes:
- - version: REPLACEME
+ - version: v10.11.0
pr-url: https://github.com/nodejs/node/pull/22020
description: New option `withFileTypes` was added.
-->
diff --git a/doc/api/http2.md b/doc/api/http2.md
index feeb66aa88..9f4be9290c 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -960,7 +960,7 @@ usable.
#### http2stream.endAfterHeaders
<!-- YAML
-added: REPLACEME
+added: v10.11.0
-->
* {boolean}
diff --git a/doc/api/util.md b/doc/api/util.md
index b0e942274c..f4f5f79f09 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1144,7 +1144,7 @@ util.types.isBooleanObject(Boolean(true)); // Returns false
### util.types.isBoxedPrimitive(value)
<!-- YAML
-added: REPLACEME
+added: v10.11.0
-->
* `value` {any}