Skip to content

Commit

Permalink
2019-03-06, Version 11.11.0 (Current)
Browse files Browse the repository at this point in the history
Notable Changes

* n-api:
  * Implement date object (Jarrod Connolly)
    #25917
* util:
  * Add compact depth mode for `util.inspect()` (Ruben Bridgewater)
    #26269
* worker:
  * Improve integration with native addons (Anna Henningsen)
    #26175
  * MessagePort.prototype.onmessage takes arguments closer to the Web
    specification now (Anna Henningsen)
    #26082
  • Loading branch information
BridgeAR committed Mar 5, 2019
1 parent 2595fbc commit 3c277d7
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V11.md#11.10.1">11.10.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V11.md#11.11.0">11.11.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V11.md#11.10.1">11.10.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V11.md#11.10.0">11.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V11.md#11.9.0">11.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V11.md#11.8.0">11.8.0</a><br/>
Expand Down
6 changes: 3 additions & 3 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ structure, in most cases using a `TypedArray` will suffice.

#### napi_create_date
<!-- YAML
added: REPLACEME
added: v11.11.0
napiVersion: 4
-->

Expand Down Expand Up @@ -2175,7 +2175,7 @@ This API returns various properties of a `DataView`.

#### napi_get_date_value
<!-- YAML
added: REPLACEME
added: v11.11.0
napiVersion: 4
-->

Expand Down Expand Up @@ -2784,7 +2784,7 @@ This API checks if the `Object` passed in is a buffer.

### napi_is_date
<!-- YAML
added: REPLACEME
added: v11.11.0
napiVersion: 4
-->

Expand Down
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ stream.write('With ES6');
<!-- YAML
added: v0.3.0
changes:
- version: REPLACEME
- version: v11.11.0
pr-url: https://github.com/nodejs/node/pull/26269
description: The `compact` option accepts numbers for a new output mode.
- version: v11.7.0
Expand Down
Loading

0 comments on commit 3c277d7

Please sign in to comment.