Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-08-02 13:52:34 +0300
committerAnna Henningsen <anna@addaleax.net>2017-08-09 21:12:40 +0300
commitfb88fa19f1268d9627035eea0a402d3802a2d26a (patch)
tree5560bc3dbced0c1874b2b86e4b9b590e14602e9a /doc/api/util.md
parentad901ed272688a08662f49f5c09340fff54e85bf (diff)
2017-08-09, Version 8.3.0 (Current)v8.3.0
V8 6.0: The V8 engine has been upgraded to version 6.0, which has a significantly changed performance profile. [#14574](https://github.com/nodejs/node/pull/14574) More detailed information on performance differences can be found at https://medium.com/the-node-js-collection/get-ready-a-new-v8-is-coming-node-js-performance-is-changing-46a63d6da4de Other notable changes: * **DNS** * Independent DNS resolver instances are supported now, with support for cancelling the corresponding requests. [#14518](https://github.com/nodejs/node/pull/14518) * **N-API** * Multiple N-API functions for error handling have been changed to support assigning error codes. [#13988](https://github.com/nodejs/node/pull/13988) * **REPL** * Autocompletion support for `require()` has been improved. [#14409](https://github.com/nodejs/node/pull/14409) * **Utilities** * The WHATWG Encoding Standard (`TextDecoder` and `TextEncoder`) has been implemented as an experimental feature. [#13644](https://github.com/nodejs/node/pull/13644) * **Added new collaborators** * [XadillaX](https://github.com/XadillaX) – Khaidi Chu * [gabrielschulhof](https://github.com/gabrielschulhof) – Gabriel Schulhof
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 27bf540915c..59f17ec6fea 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -538,7 +538,7 @@ see [Custom promisified functions][].
### Class: util.TextDecoder
<!-- YAML
-added: REPLACEME
+added: v8.3.0
-->
> Stability: 1 - Experimental
@@ -666,7 +666,7 @@ mark.
### Class: util.TextEncoder
<!-- YAML
-added: REPLACEME
+added: v8.3.0
-->
> Stability: 1 - Experimental