Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #74 from d10/version-no
Browse files Browse the repository at this point in the history
Update io.js version number and fix wrong V8 version number
  • Loading branch information
snostorm committed Jan 16, 2015
2 parents ad84dc5 + c15879f commit adbcdb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>ES6 on io.js</h1>
<div class="description">

<p>io.js is built against modern versions of <a href="https://code.google.com/p/v8/">V8</a>. By keeping up-to-date with the latest releases of this engine we ensure new features from the <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">JavaScript ECMA-262 specification</a> are brought to io.js developers in a timely manner, as well as continued performance and stability improvements.</p>
<p>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.</p>
<p>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.</p>
</div>

<div class="faq-item">
Expand Down Expand Up @@ -61,7 +61,7 @@ <h2 class="faq-title">
</ul>

<div class="note">
As of v8 3.31.74.1, block-scoped declarations are <a href="https://groups.google.com/forum/#!topic/v8-users/3UXNCkAU8Es">intentionally implemented with a non-compliant limitation to strict mode code</a>. 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 <a href="https://groups.google.com/forum/#!topic/v8-users/3UXNCkAU8Es">intentionally implemented with a non-compliant limitation to strict mode code</a>. Developers should be aware that this will change as v8 continues towards ES6 specification compliance.
</div>

<li>Collections</li>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h2 class="faq-title">
<p>io.js provides a simple way to list all dependencies and respective versions that ship with a specific binary through the <code>process</code> global object. In case of the V8 engine, type the following in your terminal to retrieve its version:</p>
<div class="highlight highlight-sh"><pre>iojs -p process.versions.v8</span></pre></div>

<p>E.g. output: <code>3.31.71.4</code>.</p>
<p>E.g. output: <code>3.31.74.1</code>.</p>

</div>
</div>
Expand Down

0 comments on commit adbcdb8

Please sign in to comment.