Skip to content

Commit

Permalink
2018-05-08, Version 10.1.0 (Current)
Browse files Browse the repository at this point in the history
Notable Changes:

* console:
  - make console.table() use colored inspect (TSUYUSATO Kitsune)
    #20510
* fs:
  - move fs/promises to fs.promises (cjihrig)
    #20504
* http:
  - added aborted property to request (Robert Nagy)
    #20094
* n-api:
  - initialize a module via a special symbol (Gabriel Schulhof)
    #20161
* src:
  - add public API to expose the main V8 Platform (Allen Yonghuang Wang)
    #20447

PR-URL: #20606
  • Loading branch information
MylesBorins committed May 8, 2018
1 parent 925939a commit f8ed2a6
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -33,7 +33,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.0.0">10.0.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.1.0">10.1.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.0.0">10.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.11.1">9.11.1</a></b><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -1496,7 +1496,7 @@ Just like `'end'`, this event occurs only once per response.

### message.aborted
<!-- YAML
added: REPLACEME
added: v10.1.0
-->

* {boolean}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http2.md
Expand Up @@ -2424,7 +2424,7 @@ Just like `'end'`, this event occurs only once per response.

#### request.aborted
<!-- YAML
added: REPLACEME
added: v10.1.0
-->

* {boolean}
Expand Down

0 comments on commit f8ed2a6

Please sign in to comment.