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

Release v1.4.3 #252

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/es/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

io.js está construido sobre versiones modernas de [V8](https://code.google.com/p/v8/). Manteniéndolo actualizado con las últimas versiones de este motor nos aseguramos que las nuevas funcionalidades de la [especificación ECMA-262 de JavaScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm) estén disponibles para los desarrolladores de io.js de manera oportuna, así como también las mejoras de rendimiento y estabilidad.

La versión 1.1.0 de io.js utiliza V8 {{project.current_v8}}, que incluye las mejoras de ES6 superando claramente la versión 3.26.33 que será incluida con joyent/node@0.12.x.
La versión {{project.current_version}} de io.js utiliza V8 {{project.current_v8}}, que incluye las mejoras de ES6 superando claramente la versión 3.26.33 que será incluida con joyent/node@0.12.x.

## No más --harmony flag

Expand Down
10 changes: 5 additions & 5 deletions content/es/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

[io.js](https://github.com/iojs/io.js) es una plataforma compatible con [npm](https://www.npmjs.org/) y basada originalmente en [node.js](https://nodejs.org/)™.

[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.4.1/)
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v{{project.current_version}}/)

[Versión 1.4.1](https://iojs.org/dist/v1.4.1/)
[Versión {{project.current_version}}](https://iojs.org/dist/v{{project.current_version}}/)

Descargar para:
[Linux](https://iojs.org/dist/v1.4.1/iojs-v1.4.1-linux-x64.tar.xz),
[Win32](https://iojs.org/dist/v1.4.1/iojs-v1.4.1-x86.msi), [Win64](https://iojs.org/dist/v1.4.1/iojs-v1.4.1-x64.msi),
[Linux](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-linux-x64.tar.xz),
[Win32](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-x86.msi), [Win64](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}-x64.msi),
ó
[Mac](https://iojs.org/dist/v1.4.1/iojs-v1.4.1.pkg).
[Mac](https://iojs.org/dist/v{{project.current_version}}/iojs-v{{project.current_version}}.pkg).


[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)
Expand Down
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/node@0.12.x 集成的 3.26.33 版本所包含的。</p>
<p>io.js 1.4.3 集成了 V8 4.1.0.21 版本,其中包含的 ES6 特性远超 joyent/node@0.12.x 集成的 3.26.33 版本所包含的。</p>
<h2>干掉 --harmony</h2>
<p>在 joyent/node@0.12.x (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>使用 io.js@1.x (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/node@0.12.x.</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/node@0.12.x.</p>
<h2>No more --harmony flag</h2>
<p>On joyent/node@0.12.x (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 io.js@1.x (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/node@0.12.x.</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/node@0.12.x.</p>
<h2>No more --harmony flag</h2>
<p>On joyent/node@0.12.x (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 io.js@1.x (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/node@0.12.x.</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/node@0.12.x.</p>
<h2>No more --harmony flag</h2>
<p>On joyent/node@0.12.x (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 io.js@1.x (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 ===========
-->
Loading