Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Publishes v1.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snostorm committed Mar 1, 2015
1 parent 6f701fc commit a17929a
Show file tree
Hide file tree
Showing 52 changed files with 390 additions and 390 deletions.
10 changes: 5 additions & 5 deletions public/cn/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div class="content clearfix"><h1>io.js 运行 ES6</h1>
<p>io.js 是基于 <a href="https://code.google.com/p/v8/">V8</a> 引擎的较新版本构建的。通过持续跟进最新版的 V8 引擎,我们可以保证及时地为开发者带来最新的 <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">JavaScript ECMA-262 规范</a> 中的语言特性,同时也能得到性能和稳定性的提升。</p>
<p>io.js 1.4.2 集成了 V8 4.1.0.21 版本,其中包含的 ES6 特性远超 joyent/[email protected] 集成的 3.26.33 版本所包含的。</p>
<p>io.js 1.4.3 集成了 V8 4.1.0.21 版本,其中包含的 ES6 特性远超 joyent/[email protected] 集成的 3.26.33 版本所包含的。</p>
<h2>干掉 --harmony</h2>
<p>在 joyent/[email protected] (V8 3.26) 版本中,<code>--harmony</code> 运行时参数会一并开启所有 <strong>已完成</strong><strong>待完成</strong><strong>修订中</strong> 的 ES6 的一大堆特性 (除了 <code>typeof</code> 的非标准/不确定的特性需要通过 <code>--harmony-typeof</code> 开启之外)。这就意味着一些真正鸡肋甚至废弃的特性,譬如 <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">proxies</a> 都会像 <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a> 那样开放给开发者,它们很偏门,甚至缺少相关资料。因此,最好的做法是,要么通过加特定参数(例如 <code>--harmony-generators</code>) 开启稳定的特性,要么直接开启全部但严格地使用特定部分特性。</p>
<p>使用 [email protected] (V8 4.1+),妈妈再也不担心我了。所有的特性在逻辑上被分为 <strong>已完成</strong><strong>待完成</strong><strong>修订中</strong> 三部分:</p>
Expand Down Expand Up @@ -136,11 +136,11 @@ <h2>如何查阅某一版本的 io.js 所集成的 V8 的版本?</h2>
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 83b91f97b2f161c4b80e9cba3e9cf8d83cbcccbb
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: eb2b33d6d6bd1e1a91d2c6037af5fe610dbf3b8c
=========== END BUILD INFORMATION ===========
-->
18 changes: 9 additions & 9 deletions public/cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<div class="content clearfix"><h1>JavaScript I/O</h1>
<p><a href="es6.html">ES6</a> 带入 Node 社区!</p>
<p><a href="https://github.com/iojs/io.js">io.js</a> 是一个衍生自 <a href="https://nodejs.org/">node.js</a>™ ,并兼容 <a href="https://www.npmjs.org/">npm</a> 的开发平台。</p>
<p><a href="https://iojs.org/dist/v1.4.2/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.2/">1.4.2 版本</a></p>
<p><a href="https://iojs.org/dist/v1.4.3/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.3/">1.4.3 版本</a></p>
<p>下载
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2.pkg">Mac</a>, 或 <a href="https://iojs.org/dist/v1.4.2/">其他</a> 版本。</p>
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3.pkg">Mac</a>, 或 <a href="https://iojs.org/dist/v1.4.3/">其他</a> 版本。</p>
<p><a href="https://github.com/iojs/iojs-cn/blob/master/CHANGELOG.md">更新日志</a></p>
<p><a href="https://iojs.org/download/nightly/">每日构建版本</a> 可用于测试。</p>
<p><a href="faq.html">常见问题</a></p>
Expand All @@ -63,11 +63,11 @@
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 83ea4dc67194d75e00e2d5ff4a488cb758a4df82
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: 3cea338b6080d69f961ac01a562fbf2b68c86210
=========== END BUILD INFORMATION ===========
-->
10 changes: 5 additions & 5 deletions public/cs/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div class="content clearfix"><h1>ES6 on io.js</h1>
<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.4.2 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/[email protected].</p>
<p>Version 1.4.3 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/[email protected].</p>
<h2>No more --harmony flag</h2>
<p>On joyent/[email protected] (V8 3.26), the <code>--harmony</code> runtime flag enabled all <strong>completed</strong>, <strong>staged</strong> and <strong>in progress</strong> ES6 features together, in bulk (with the exception of nonstandard/non-harmonious semantics for <code>typeof</code> which were hidden under <code>--harmony-typeof</code>). This meant that some really buggy or even broken features like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">proxies</a> were just as readily available for developers as <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a>, which had very little or even no known-issues. As such, it was best practice to either enable only certain features by using specific runtime harmony feature flags (e.g. <code>--harmony-generators</code>), or simply enable all of them and then use a restricted subset.</p>
<p>With [email protected] (V8 4.1+), all that complexity goes away. All harmony features are now logically split into three groups for <strong>shipping</strong>, <strong>staged</strong> and <strong>in progress</strong> features:</p>
Expand Down Expand Up @@ -136,11 +136,11 @@ <h2>How do I find which version of V8 ships with a particular version of io.js?<
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 6948ad511e9fd56b306edffbbb6c6d07f651e31f
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: 06df43c27dbdb481d58f78ce82cf765eb7943bcd
=========== END BUILD INFORMATION ===========
-->
18 changes: 9 additions & 9 deletions public/cs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<div class="content clearfix"><h1>JavaScript I/O</h1>
<p>Bringing <a href="es6.html">ES6</a> to the Node Community!</p>
<p><a href="https://github.com/iojs/io.js">io.js</a> is an <a href="https://www.npmjs.org/">npm</a> compatible platform originally based on <a href="https://nodejs.org/">node.js</a>™.</p>
<p><a href="https://iojs.org/dist/v1.4.2/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.2/">Version 1.4.2</a></p>
<p><a href="https://iojs.org/dist/v1.4.3/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.3/">Version 1.4.3</a></p>
<p>Download for
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x64.msi">Win64</a>,
or
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2.pkg">Mac</a>.</p>
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3.pkg">Mac</a>.</p>
<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a></p>
<p><a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.</p>
<p><a href="/faq.html">Frequently Asked Questions</a></p>
Expand All @@ -64,11 +64,11 @@
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 5df174346264b3bb213e214484ee15e21564a997
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: d69f4e232d02e411f01768064971a1a2eadbf949
=========== END BUILD INFORMATION ===========
-->
10 changes: 5 additions & 5 deletions public/da/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div class="content clearfix"><h1>ES6 on io.js</h1>
<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.4.2 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/[email protected].</p>
<p>Version 1.4.3 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/[email protected].</p>
<h2>No more --harmony flag</h2>
<p>On joyent/[email protected] (V8 3.26), the <code>--harmony</code> runtime flag enabled all <strong>completed</strong>, <strong>staged</strong> and <strong>in progress</strong> ES6 features together, in bulk (with the exception of nonstandard/non-harmonious semantics for <code>typeof</code> which were hidden under <code>--harmony-typeof</code>). This meant that some really buggy or even broken features like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">proxies</a> were just as readily available for developers as <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a>, which had very little or even no known-issues. As such, it was best practice to either enable only certain features by using specific runtime harmony feature flags (e.g. <code>--harmony-generators</code>), or simply enable all of them and then use a restricted subset.</p>
<p>With [email protected] (V8 4.1+), all that complexity goes away. All harmony features are now logically split into three groups for <strong>shipping</strong>, <strong>staged</strong> and <strong>in progress</strong> features:</p>
Expand Down Expand Up @@ -136,11 +136,11 @@ <h2>How do I find which version of V8 ships with a particular version of io.js?<
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 1c86f776229a964c85207bd88c1eab74a918b0da
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: b6e28ffb11196e3a751f2a8f15c1cbb9836c3b82
=========== END BUILD INFORMATION ===========
-->
18 changes: 9 additions & 9 deletions public/da/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<div class="content clearfix"><h1>JavaScript I/O</h1>
<p>Bringing <a href="es6.html">ES6</a> to the Node Community!</p>
<p><a href="https://github.com/iojs/io.js">io.js</a> is an <a href="https://www.npmjs.org/">npm</a> compatible platform originally based on <a href="https://nodejs.org/">node.js</a>™.</p>
<p><a href="https://iojs.org/dist/v1.4.2/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.2/">Version 1.4.2</a></p>
<p><a href="https://iojs.org/dist/v1.4.3/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.3/">Version 1.4.3</a></p>
<p>Download for
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x64.msi">Win64</a>,
or
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2.pkg">Mac</a>.</p>
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3.pkg">Mac</a>.</p>
<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a></p>
<p><a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.</p>
<p><a href="/faq.html">Frequently Asked Questions</a></p>
Expand All @@ -64,11 +64,11 @@
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 176a1764c63c0d747ed8578eddb6805dbc11ae74
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: 14bc36f0b236e6feca3c3049512e6769b5ec5a28
=========== END BUILD INFORMATION ===========
-->
10 changes: 5 additions & 5 deletions public/de/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div class="content clearfix"><h1>ES6 on io.js</h1>
<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.4.2 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/[email protected].</p>
<p>Version 1.4.3 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/[email protected].</p>
<h2>No more --harmony flag</h2>
<p>On joyent/[email protected] (V8 3.26), the <code>--harmony</code> runtime flag enabled all <strong>completed</strong>, <strong>staged</strong> and <strong>in progress</strong> ES6 features together, in bulk (with the exception of nonstandard/non-harmonious semantics for <code>typeof</code> which were hidden under <code>--harmony-typeof</code>). This meant that some really buggy or even broken features like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">proxies</a> were just as readily available for developers as <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a>, which had very little or even no known-issues. As such, it was best practice to either enable only certain features by using specific runtime harmony feature flags (e.g. <code>--harmony-generators</code>), or simply enable all of them and then use a restricted subset.</p>
<p>With [email protected] (V8 4.1+), all that complexity goes away. All harmony features are now logically split into three groups for <strong>shipping</strong>, <strong>staged</strong> and <strong>in progress</strong> features:</p>
Expand Down Expand Up @@ -136,11 +136,11 @@ <h2>How do I find which version of V8 ships with a particular version of io.js?<
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 354820e84f3c74ebf320914bb9d14f739e394b30
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: 0763a32cc8b4bce7c56c7ada10a695af09b20834
=========== END BUILD INFORMATION ===========
-->
22 changes: 11 additions & 11 deletions public/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
<div class="content clearfix"><h1>JavaScript I/O</h1>
<p><a href="es6.html">ES6</a> für die Node-Community!</p>
<p><a href="https://github.com/iojs/io.js">io.js</a> ist eine <a href="https://www.npmjs.org/">npm</a>-kompatible Plattform, die ursprünglich auf <a href="https://nodejs.org/">node.js</a>™ basiert.</p>
<p><a href="https://iojs.org/dist/v1.4.2/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.2/">Version 1.4.2</a></p>
<p><a href="https://iojs.org/dist/v1.4.3/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.4.3/">Version 1.4.3</a></p>
<p>Herunterladen für
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x86.msi">Win32</a>,
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.4.2/iojs-v1.4.2.pkg">Mac</a> oder
<a href="https://iojs.org/dist/v1.4.2/">andere</a>.</p>
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x86.msi">Win32</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.4.3/iojs-v1.4.3.pkg">Mac</a> oder
<a href="https://iojs.org/dist/v1.4.3/">andere</a>.</p>
<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a></p>
<p><a href="https://iojs.org/download/nightly/">Nightly releases</a> stehen zum Testen zur Verfügung.</p>
<p><a href="/faq.html">Häufig gestellte Fragen</a></p>
Expand All @@ -65,11 +65,11 @@
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-03-01 00:47:46 UTC
Build Time: 2015-03-01 00:59:13 UTC
Commit Sha: e00b7f5270dc4ea17df8c6a6dccdd124244b2fff
Commit Msg: Fixes to the order for when handlebars should execute on markdown
Hashsum: 4d720bc7873a72cc9fac7279d815629c39b7136f
Commit Sha: 94d6715bb4c3660b4177c84ad0c8234e8e5ac00d
Commit Msg: Generated public/ with latest version (1.4.2)
Hashsum: 26721998ce718b3adf095503436d2e09f344d9f2
=========== END BUILD INFORMATION ===========
-->
Loading

0 comments on commit a17929a

Please sign in to comment.