Skip to content

Commit 8c70b20

Browse files
committed
2018-09-20, Version 10.11.0 (Current)
Notable changes: * fs * Fixed fsPromises.readdir `withFileTypes`. #22832 * http2 * Added `http2stream.endAfterHeaders` property. #22843 * util * Added `util.types.isBoxedPrimitive(value)`. #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: #22932
1 parent 5da1f0c commit 8c70b20

File tree

6 files changed

+135
-7
lines changed

6 files changed

+135
-7
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ release.
3131
</tr>
3232
<tr>
3333
<td valign="top">
34-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a></b><br/>
34+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.11.0">10.11.0</a></b><br/>
35+
<a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V10.md#10.9.0">10.9.0</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V10.md#10.8.0">10.8.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.7.0">10.7.0</a><br/>

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4171,7 +4171,7 @@ a colon, Node.js will open a file system stream, as described by
41714171
<!-- YAML
41724172
added: v10.0.0
41734173
changes:
4174-
- version: REPLACEME
4174+
- version: v10.11.0
41754175
pr-url: https://github.com/nodejs/node/pull/22020
41764176
description: New option `withFileTypes` was added.
41774177
-->

doc/api/http2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ usable.
960960

961961
#### http2stream.endAfterHeaders
962962
<!-- YAML
963-
added: REPLACEME
963+
added: v10.11.0
964964
-->
965965

966966
* {boolean}

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ util.types.isBooleanObject(Boolean(true)); // Returns false
10621062

10631063
### util.types.isBoxedPrimitive(value)
10641064
<!-- YAML
1065-
added: REPLACEME
1065+
added: v10.11.0
10661066
-->
10671067

10681068
* `value` {any}

0 commit comments

Comments
 (0)