Skip to content

Commit

Permalink
2018-09-20, Version 10.11.0 (Current)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
targos committed Sep 20, 2018
1 parent 5da1f0c commit 8c70b20
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -31,7 +31,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.11.0">10.11.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.9.0">10.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.8.0">10.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.7.0">10.7.0</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -4171,7 +4171,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.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http2.md
Expand Up @@ -960,7 +960,7 @@ usable.

#### http2stream.endAfterHeaders
<!-- YAML
added: REPLACEME
added: v10.11.0
-->

* {boolean}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/util.md
Expand Up @@ -1062,7 +1062,7 @@ util.types.isBooleanObject(Boolean(true)); // Returns false

### util.types.isBoxedPrimitive(value)
<!-- YAML
added: REPLACEME
added: v10.11.0
-->

* `value` {any}
Expand Down

0 comments on commit 8c70b20

Please sign in to comment.