diff --git a/es6.html b/es6.html index b3c455d..3beb30c 100644 --- a/es6.html +++ b/es6.html @@ -31,7 +31,7 @@

ES6 on io.js

io.js is built against modern versions of V8. By keeping up-to-date with the latest releases of this engine we ensure new features from the JavaScript ECMA-262 specification are brought to io.js developers in a timely manner, as well as continued performance and stability improvements.

-

Version 1.0.0 of io.js ships with V8 3.31.71.4, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x.

+

Version 1.0.2 of io.js ships with V8 3.31.74.1, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x.

@@ -61,7 +61,7 @@

-As of v8 3.31.74.1, block-scoped declarations are intentionally implemented with a non-compliant limitation to strict mode code. Developers should be aware that this will change as v8 continues towards ES6 specification compliance. + As of v8 3.31.74.1, block-scoped declarations are intentionally implemented with a non-compliant limitation to strict mode code. Developers should be aware that this will change as v8 continues towards ES6 specification compliance.
  • Collections
  • @@ -113,7 +113,7 @@

    io.js provides a simple way to list all dependencies and respective versions that ship with a specific binary through the process global object. In case of the V8 engine, type the following in your terminal to retrieve its version:

    iojs -p process.versions.v8
    -

    E.g. output: 3.31.71.4.

    +

    E.g. output: 3.31.74.1.