diff --git a/content/cn/es6.md b/content/cn/es6.md index 38bd540..a8a5934 100644 --- a/content/cn/es6.md +++ b/content/cn/es6.md @@ -2,7 +2,7 @@ io.js 是基于 [V8](https://code.google.com/p/v8/) 引擎的较新版本构建的。通过持续跟进最新版的 V8 引擎,我们可以保证及时地为开发者带来最新的 [JavaScript ECMA-262 规范](http://www.ecma-international.org/publications/standards/Ecma-262.htm) 中的语言特性,同时也能得到性能和稳定性的提升。 -io.js 1.3.0 集成了 V8 4.1.0.14 版本,其中包含的 ES6 特性远超 joyent/node@0.12.x 集成的 3.26.33 版本所包含的。 +io.js {{iojs.value}} 集成了 V8 {{V8.value}} 版本,其中包含的 ES6 特性远超 joyent/node@0.12.x 集成的 3.26.33 版本所包含的。 ## 干掉 --harmony diff --git a/content/cn/index.md b/content/cn/index.md index db9b06e..bcac6c1 100644 --- a/content/cn/index.md +++ b/content/cn/index.md @@ -4,14 +4,14 @@ [io.js](https://github.com/iojs/io.js) 是一个衍生自 [node.js](https://nodejs.org/)™ ,并兼容 [npm](https://www.npmjs.org/) 的开发平台。 -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[1.3.0 版本](https://iojs.org/dist/v1.3.0/) +[{{iojs.value}} 版本]({{iojs.link}}) 下载 -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg), 或 [其他](https://iojs.org/dist/v1.3.0/) 版本。 +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), +[Mac]({{mac.link}}), 或 [其他]({{iojs.link}}) 版本。 [更新日志](https://github.com/iojs/iojs-cn/blob/master/CHANGELOG.md) diff --git a/content/cs/es6.md b/content/cs/es6.md index c6d1982..70a2ae6 100644 --- a/content/cs/es6.md +++ b/content/cs/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{V8.value}}, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. ## No more --harmony flag diff --git a/content/cs/index.md b/content/cs/index.md index f4245e4..4cfdc97 100644 --- a/content/cs/index.md +++ b/content/cs/index.md @@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community! [io.js](https://github.com/iojs/io.js) is an [npm](https://www.npmjs.org/) compatible platform originally based on [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Download for -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), or -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg). +[Mac]({{mac.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/da/es6.md b/content/da/es6.md index c6d1982..70a2ae6 100644 --- a/content/da/es6.md +++ b/content/da/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{V8.value}}, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. ## No more --harmony flag diff --git a/content/da/index.md b/content/da/index.md index f4245e4..4cfdc97 100644 --- a/content/da/index.md +++ b/content/da/index.md @@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community! [io.js](https://github.com/iojs/io.js) is an [npm](https://www.npmjs.org/) compatible platform originally based on [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Download for -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), or -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg). +[Mac]({{mac.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/de/es6.md b/content/de/es6.md index c6d1982..70a2ae6 100644 --- a/content/de/es6.md +++ b/content/de/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{V8.value}}, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. ## No more --harmony flag diff --git a/content/de/index.md b/content/de/index.md index aa71677..7d1e0a8 100644 --- a/content/de/index.md +++ b/content/de/index.md @@ -4,16 +4,16 @@ [io.js](https://github.com/iojs/io.js) ist eine [npm](https://www.npmjs.org/)-kompatible Plattform, die ursprünglich auf [node.js](https://nodejs.org/)™ basiert. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Herunterladen für -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), -[Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg) oder -[andere](https://iojs.org/dist/v1.3.0/). +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), +[Win64]({{win64.link}}), +[Mac]({{mac.link}}) oder +[andere]({{iojs.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/el/es6.md b/content/el/es6.md index c495b0e..9418401 100644 --- a/content/el/es6.md +++ b/content/el/es6.md @@ -2,7 +2,7 @@ Η io.js έχει δομηθεί πάνω στις νεότερες εκδόσεις της [V8](https://code.google.com/p/v8/). Με συνεχείς ενημερώσεις σύμφωνα με τις τελευταίες εκδόσεις της V8 εξασφαλίζεται ότι νέες δυνατότητες και χαρακτηριστικά από την [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) προσφέρονται στους io.js developers εγκαίρως, καθώς και η συνεχής βελτιώση της απόδοσης και της σταθερότητας της. -Η έκδοση 1.3.0 της io.js έρχεται μαζί με την έκδοση 4.1.0.14 της V8, η οποία περιλαμβάνει χαρακτηριστικά από την ES6, πολύ περισσότερα από την έκδοση 3.26.33 που προσφέρετε από την joyent/node@0.12.x. +Η έκδοση {{iojs.value}} της io.js έρχεται μαζί με την έκδοση {{V8.value}} της V8, η οποία περιλαμβάνει χαρακτηριστικά από την ES6, πολύ περισσότερα από την έκδοση 3.26.33 που προσφέρετε από την joyent/node@0.12.x. ## Όχι πια --harmony flag diff --git a/content/el/index.md b/content/el/index.md index aa76e38..e813d7f 100644 --- a/content/el/index.md +++ b/content/el/index.md @@ -4,16 +4,16 @@ [io.js](https://github.com/iojs/io.js) είναι μια πλατφόρμα συμβατή με το [npm](https://www.npmjs.org/), βασισμένη στο [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Κατεβάστε για -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), -[Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg) ή -[others](https://iojs.org/dist/v1.3.0/). +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), +[Win64]({{win64.link}}), +[Mac]({{mac.link}}) ή +[others]({{iojs.link}}). [Ιστορικό](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/en/es6.md b/content/en/es6.md index 757ca27..33c42c9 100644 --- a/content/en/es6.md +++ b/content/en/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.28.73 that ship with Node.js™ 0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{ V8.value }}, which includes ES6 features well beyond version 3.28.73 that ship with Node.js™ 0.12.x. ## No more --harmony flag diff --git a/content/en/index.md b/content/en/index.md index 544297d..a34d1d9 100644 --- a/content/en/index.md +++ b/content/en/index.md @@ -4,16 +4,16 @@ Bringing [ES6](es6.html) to the Node Community! [io.js](https://github.com/iojs/io.js) is an [npm](https://www.npmjs.org/) compatible platform originally based on [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Download for -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), -[Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg) or -[others](https://iojs.org/dist/v1.3.0/). +[{{linux.name}}]({{linux.link}}), +[{{win32.name}}]({{win32.link}}), +[{{win64.name}}]({{win64.link}}), +[{{mac.name}}]({{mac.link}}) or +[{{others.name}}]({{iojs.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/es/es6.md b/content/es/es6.md index 9b811b5..16ec9d3 100644 --- a/content/es/es6.md +++ b/content/es/es6.md @@ -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 4.1.0.14, 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 1.1.0 de io.js utiliza V8 {{V8.value}}, 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 diff --git a/content/es/index.md b/content/es/index.md index a1c3463..741e20b 100644 --- a/content/es/index.md +++ b/content/es/index.md @@ -4,15 +4,17 @@ [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.1.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Versión 1.1.0](https://iojs.org/dist/v1.1.0/) +[Versión {{iojs.value}}]({{iojs.link}}) Descargar para: -[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-x86.msi), [Win64](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-x64.msi), +[{{linux.name}}]({{linux.link}}), +[{{win32.name}}]({{win32.link}}), +[{{win64.name}}]({{win64.link}}), +[{{mac.name}}]({{mac.link}}) ó -[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg). +[{{others.name}}]({{iojs.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/fr/es6.md b/content/fr/es6.md index 61eb5a6..9f621f2 100644 --- a/content/fr/es6.md +++ b/content/fr/es6.md @@ -2,7 +2,7 @@ io.js est construit sur des versions modernes de [V8](https://code.google.com/p/v8/). En restant à jour avec les dernières livraisons du moteur, nous nous assurons que les dernières fonctionnalités de la [spécification JavaScript ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm) sont mises à disposition des développeurs io.js en continu, ainsi que des améliorations de performance et de stabilité. -La version 1.3.0 d'io.js est livrée avec V8 4.1.0.14 qui inclue des fonctionnalités ES6 qui vont bien au delà de la version 3.28.73 qui sera fournie avec joyent/node@0.12.x. +La version {{iojs.value}} d'io.js est livrée avec V8 {{V8.value}} qui inclue des fonctionnalités ES6 qui vont bien au delà de la version 3.28.73 qui sera fournie avec joyent/node@0.12.x. ## Disparition de l'option --harmony diff --git a/content/fr/index.md b/content/fr/index.md index b875dfb..5ec1bc2 100644 --- a/content/fr/index.md +++ b/content/fr/index.md @@ -4,15 +4,15 @@ [io.js](https://github.com/iojs/io.js) est une plateforme compatible avec [npm](https://www.npmjs.org/) et basée sur [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Télécharger pour -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), ou -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg). +[Mac]({{mac.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/he/es6.md b/content/he/es6.md index c6d1982..70a2ae6 100644 --- a/content/he/es6.md +++ b/content/he/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{V8.value}}, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. ## No more --harmony flag diff --git a/content/he/index.md b/content/he/index.md index f4245e4..4cfdc97 100644 --- a/content/he/index.md +++ b/content/he/index.md @@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community! [io.js](https://github.com/iojs/io.js) is an [npm](https://www.npmjs.org/) compatible platform originally based on [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Download for -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), or -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg). +[Mac]({{mac.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/hi/es6.md b/content/hi/es6.md index c6d1982..70a2ae6 100644 --- a/content/hi/es6.md +++ b/content/hi/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{V8.value}}, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. ## No more --harmony flag diff --git a/content/hi/index.md b/content/hi/index.md index f4245e4..4cfdc97 100644 --- a/content/hi/index.md +++ b/content/hi/index.md @@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community! [io.js](https://github.com/iojs/io.js) is an [npm](https://www.npmjs.org/) compatible platform originally based on [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Download for -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), or -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg). +[Mac]({{mac.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/hu/es6.md b/content/hu/es6.md index c6d1982..70a2ae6 100644 --- a/content/hu/es6.md +++ b/content/hu/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{V8.value}}, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. ## No more --harmony flag diff --git a/content/hu/index.md b/content/hu/index.md index f4245e4..4cfdc97 100644 --- a/content/hu/index.md +++ b/content/hu/index.md @@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community! [io.js](https://github.com/iojs/io.js) is an [npm](https://www.npmjs.org/) compatible platform originally based on [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Download for -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), or -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg). +[Mac]({{mac.link}}). [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/id/es6.md b/content/id/es6.md index 84aa52c..6834547 100644 --- a/content/id/es6.md +++ b/content/id/es6.md @@ -2,7 +2,7 @@ io.js dikembangkan dengan versi modern dari [V8](https://code.google.com/p/v8/). Dengan menjaga tetap teranyar dengan rilis terbaru dari *engine* ini kami memastikan fitur terbaru dari [JavaScript ECMA-262 spesifikasi](http://www.ecma-international.org/publications/standards/Ecma-262.htm) tersedia untuk pengembang io.js dengan tepat waktu, serta perbaikan yang berkelanjutan pada kinerja dan stabilitas. -Versi 1.3.0 dari io.js dikeluarkan dengan V8 4.1.0.14, yang meliputi ES6 fitur jauh melampaui versi 3.26.33 yang akan dikirim dengan joyent/node@0.12.x. +Versi {{iojs.value}} dari io.js dikeluarkan dengan V8 {{V8.value}}, yang meliputi ES6 fitur jauh melampaui versi 3.26.33 yang akan dikirim dengan joyent/node@0.12.x. ## Tidak ada lagi --harmony flag diff --git a/content/id/index.md b/content/id/index.md index 2bf7dea..3e9d5e6 100644 --- a/content/id/index.md +++ b/content/id/index.md @@ -4,16 +4,16 @@ Membawa [ES6](es6.html) ke Komunitas Node! [io.js](https://github.com/iojs/io.js) adalah [npm](https://www.npmjs.org/) platform yang kompatibel dengan [node.js] (https: //nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Versi 1.3.0](https://iojs.org/dist/v1.3.0/) +[Versi {{iojs.value}}]({{iojs.link}}) Unduh untuk -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), [Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), [Win64]({{win64.link}}), or -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg). +[Mac]({{mac.link}}). [Log Perubahan](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/it/es6.md b/content/it/es6.md index c6d1982..70a2ae6 100644 --- a/content/it/es6.md +++ b/content/it/es6.md @@ -2,7 +2,7 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). By keeping up-to-date with the latest releases of this engine we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to io.js developers in a timely manner, as well as continued performance and stability improvements. -Version 1.3.0 of io.js ships with V8 4.1.0.14, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. +Version {{iojs.value}} of io.js ships with V8 {{V8.value}}, which includes ES6 features well beyond version 3.26.33 that will be shipped with joyent/node@0.12.x. ## No more --harmony flag diff --git a/content/it/index.md b/content/it/index.md index c16db7b..1915725 100644 --- a/content/it/index.md +++ b/content/it/index.md @@ -4,17 +4,17 @@ [io.js](https://github.com/iojs/io.js) è una piattaforma compatibile con [npm](https://www.npmjs.org/) basata originariamente su [node.js](https://nodejs.org/)™. -[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.3.0/) +[![io.js]({{iojs.img}})]({{iojs.link}}) -[Version 1.3.0](https://iojs.org/dist/v1.3.0/) +[Version {{iojs.value}}]({{iojs.link}}) Download per -[Linux](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz), -[Win32](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi), -[Win64](https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi), -[Mac](https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg), +[Linux]({{linux.link}}), +[Win32]({{win32.link}}), +[Win64]({{win64.link}}), +[Mac]({{mac.link}}), o -[altro](https://iojs.org/dist/v1.3.0/), +[altro]({{iojs.link}}), [Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) diff --git a/content/ja/es6.md b/content/ja/es6.md index 192aea1..b160ec1 100644 --- a/content/ja/es6.md +++ b/content/ja/es6.md @@ -7,10 +7,10 @@ io.js is built against modern versions of [V8](https://code.google.com/p/v8/). B io.jsは新しいバージョンの[V8エンジン](https://code.google.com/p/v8/)を対象にビルドされています。V8エンジンを最新版に保つことで、io.js開発者は[ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm)で定義されたJavaScriptの新機能をすぐに利用することができます。 -io.js 1.3.0はV8 4.1.0.14を利用しています。これはNode.js™ 0.12.xが利用しているV8 3.28.73よりもES6サポートが進んだバージョンです。 +io.js {{iojs.value}}はV8 {{V8.value}}を利用しています。これはNode.js™ 0.12.xが利用しているV8 3.28.73よりもES6サポートが進んだバージョンです。 diff --git a/public/cn/faq.html b/public/cn/faq.html index 459ea77..05449cc 100644 --- a/public/cn/faq.html +++ b/public/cn/faq.html @@ -67,10 +67,10 @@

什么是开放的管理模式?

diff --git a/public/cn/index.html b/public/cn/index.html index 0aada59..0dd1d57 100644 --- a/public/cn/index.html +++ b/public/cn/index.html @@ -63,10 +63,10 @@ diff --git a/public/cs/es6.html b/public/cs/es6.html index 1d2557b..619f4b4 100644 --- a/public/cs/es6.html +++ b/public/cs/es6.html @@ -136,10 +136,10 @@

How do I find which version of V8 ships with a particular version of io.js?< diff --git a/public/cs/faq.html b/public/cs/faq.html index 012fa4d..449500b 100644 --- a/public/cs/faq.html +++ b/public/cs/faq.html @@ -70,10 +70,10 @@

What is open source governance?

diff --git a/public/cs/index.html b/public/cs/index.html index 09bb6a8..c848dd4 100644 --- a/public/cs/index.html +++ b/public/cs/index.html @@ -64,10 +64,10 @@ diff --git a/public/da/es6.html b/public/da/es6.html index 1d2557b..619f4b4 100644 --- a/public/da/es6.html +++ b/public/da/es6.html @@ -136,10 +136,10 @@

How do I find which version of V8 ships with a particular version of io.js?< diff --git a/public/da/faq.html b/public/da/faq.html index 012fa4d..449500b 100644 --- a/public/da/faq.html +++ b/public/da/faq.html @@ -70,10 +70,10 @@

What is open source governance?

diff --git a/public/da/index.html b/public/da/index.html index 09bb6a8..c848dd4 100644 --- a/public/da/index.html +++ b/public/da/index.html @@ -64,10 +64,10 @@ diff --git a/public/de/es6.html b/public/de/es6.html index 1d2557b..619f4b4 100644 --- a/public/de/es6.html +++ b/public/de/es6.html @@ -136,10 +136,10 @@

How do I find which version of V8 ships with a particular version of io.js?< diff --git a/public/de/faq.html b/public/de/faq.html index d5929c1..b7f47e4 100644 --- a/public/de/faq.html +++ b/public/de/faq.html @@ -68,10 +68,10 @@

Was ist Open-Source Governance?

diff --git a/public/de/index.html b/public/de/index.html index 51f70e9..cd90e0c 100644 --- a/public/de/index.html +++ b/public/de/index.html @@ -65,10 +65,10 @@ diff --git a/public/el/es6.html b/public/el/es6.html index e4829bf..7db8fe5 100644 --- a/public/el/es6.html +++ b/public/el/es6.html @@ -136,10 +136,10 @@

Πως μπορώ να βρω ποια έκδοση της V8 παρέχετ diff --git a/public/el/faq.html b/public/el/faq.html index b141706..15e5075 100644 --- a/public/el/faq.html +++ b/public/el/faq.html @@ -69,10 +69,10 @@

Τι σημαίνει "ανοιχτή διακυβέρνηση"; diff --git a/public/el/index.html b/public/el/index.html index d3e5233..b80383c 100644 --- a/public/el/index.html +++ b/public/el/index.html @@ -65,10 +65,10 @@ diff --git a/public/en/es6.html b/public/en/es6.html index b985555..196b5c3 100644 --- a/public/en/es6.html +++ b/public/en/es6.html @@ -141,10 +141,10 @@

How do I find which version of V8 ships with a particular version of io.js?< diff --git a/public/en/faq.html b/public/en/faq.html index 95cf2e2..cafe08b 100644 --- a/public/en/faq.html +++ b/public/en/faq.html @@ -71,10 +71,10 @@

What is open source governance?

diff --git a/public/en/index.html b/public/en/index.html index 72aa6ec..4131434 100644 --- a/public/en/index.html +++ b/public/en/index.html @@ -65,10 +65,10 @@ diff --git a/public/es/es6.html b/public/es/es6.html index 4832427..696221d 100644 --- a/public/es/es6.html +++ b/public/es/es6.html @@ -133,10 +133,10 @@

¿Cómo determino la versión de V8 que se distribuye con una versión en pa diff --git a/public/es/faq.html b/public/es/faq.html index 89f00f4..25ac22e 100644 --- a/public/es/faq.html +++ b/public/es/faq.html @@ -68,10 +68,10 @@

¿Qué es gobierno de código abierto?

diff --git a/public/es/index.html b/public/es/index.html index f210dbe..0b72d63 100644 --- a/public/es/index.html +++ b/public/es/index.html @@ -35,13 +35,15 @@

JavaScript I/O

¡Llevando ES6 a la Comunidad de Node!

io.js es una plataforma compatible con npm y basada originalmente en node.js™.

-

io.js

-

Versión 1.1.0

+

io.js

+

Versión 1.3.0

Descargar para: -Linux, -Win32, Win64, +Linux, +Win32, +Win64, +Mac ó -Mac.

+others.

Changelog

Nightly releases están disponibles para pruebas.

Preguntas frecuentes

@@ -64,10 +66,10 @@ diff --git a/public/es6.css b/public/es6.css index c3c10f2..449455b 100644 --- a/public/es6.css +++ b/public/es6.css @@ -1 +1,3 @@ -[markdown-page=es6]{display:block} \ No newline at end of file +[markdown-page="es6"] { + display: block; +} diff --git a/public/faq.css b/public/faq.css index c3c10f2..449455b 100644 --- a/public/faq.css +++ b/public/faq.css @@ -1 +1,3 @@ -[markdown-page=es6]{display:block} \ No newline at end of file +[markdown-page="es6"] { + display: block; +} diff --git a/public/fr/es6.html b/public/fr/es6.html index 2d770ac..16ef937 100644 --- a/public/fr/es6.html +++ b/public/fr/es6.html @@ -141,10 +141,10 @@

Comment savoir quelle version de V8 est livrée avec une version particuliè diff --git a/public/fr/faq.html b/public/fr/faq.html index 611636f..781e96d 100644 --- a/public/fr/faq.html +++ b/public/fr/faq.html @@ -69,10 +69,10 @@

Qu'est-ce que la gouvernance open source?

diff --git a/public/fr/index.html b/public/fr/index.html index 315cb24..4b06cc2 100644 --- a/public/fr/index.html +++ b/public/fr/index.html @@ -64,10 +64,10 @@ diff --git a/public/he/es6.html b/public/he/es6.html index 1d2557b..619f4b4 100644 --- a/public/he/es6.html +++ b/public/he/es6.html @@ -136,10 +136,10 @@

How do I find which version of V8 ships with a particular version of io.js?< diff --git a/public/he/faq.html b/public/he/faq.html index 012fa4d..449500b 100644 --- a/public/he/faq.html +++ b/public/he/faq.html @@ -70,10 +70,10 @@

What is open source governance?

diff --git a/public/he/index.html b/public/he/index.html index 09bb6a8..c848dd4 100644 --- a/public/he/index.html +++ b/public/he/index.html @@ -64,10 +64,10 @@ diff --git a/public/hi/es6.html b/public/hi/es6.html index 1d2557b..619f4b4 100644 --- a/public/hi/es6.html +++ b/public/hi/es6.html @@ -136,10 +136,10 @@

How do I find which version of V8 ships with a particular version of io.js?< diff --git a/public/hi/faq.html b/public/hi/faq.html index 012fa4d..449500b 100644 --- a/public/hi/faq.html +++ b/public/hi/faq.html @@ -70,10 +70,10 @@

What is open source governance?

diff --git a/public/hi/index.html b/public/hi/index.html index 09bb6a8..c848dd4 100644 --- a/public/hi/index.html +++ b/public/hi/index.html @@ -64,10 +64,10 @@ diff --git a/public/hu/es6.html b/public/hu/es6.html index 1d2557b..619f4b4 100644 --- a/public/hu/es6.html +++ b/public/hu/es6.html @@ -136,10 +136,10 @@

How do I find which version of V8 ships with a particular version of io.js?< diff --git a/public/hu/faq.html b/public/hu/faq.html index 012fa4d..449500b 100644 --- a/public/hu/faq.html +++ b/public/hu/faq.html @@ -70,10 +70,10 @@

What is open source governance?

diff --git a/public/hu/index.html b/public/hu/index.html index 09bb6a8..c848dd4 100644 --- a/public/hu/index.html +++ b/public/hu/index.html @@ -64,10 +64,10 @@ diff --git a/public/id/es6.html b/public/id/es6.html index 8b1ee32..d3efc31 100644 --- a/public/id/es6.html +++ b/public/id/es6.html @@ -28,7 +28,7 @@
FAQ ES6 - API Dokumen + Dokumentasi API
@@ -36,12 +36,12 @@

io.js dikembangkan dengan versi modern dari V8. Dengan menjaga tetap teranyar dengan rilis terbaru dari engine ini kami memastikan fitur terbaru dari JavaScript ECMA-262 spesifikasi tersedia untuk pengembang io.js dengan tepat waktu, serta perbaikan yang berkelanjutan pada kinerja dan stabilitas.

Versi 1.3.0 dari io.js dikeluarkan dengan V8 4.1.0.14, yang meliputi ES6 fitur jauh melampaui versi 3.26.33 yang akan dikirim dengan joyent/node@0.12.x.

Tidak ada lagi --harmony flag

-

Di joyent/node@0.12.x (V8 3.26), --harmony flag runtime memungkinkan semua ** diselesaikan**, ** staged ** dan ** in progress ** fitur ES6 bersama-sama, dalam jumlah besar (dengan pengecualian tidak standar/semantik non-harmonis untuk typeof yang tersembunyi di bawah--harmony-typeof). Ini berarti bahwa beberapa fitur yang sangat buggy atau bahkan rusak seperti proxy hanya sebagai tersedia untuk pengembang sebagai generators, yang memiliki sangat sedikit atau bahkan tidak ada yang diketahui-masalah. Dengan demikian, itu praktek terbaik baik memungkinkan hanya fitur tertentu dengan menggunakan flag fitur runtime harmoni tertentu (misalnya --harmony-generators), atau dengan mengaktifkan semua dari mereka dan kemudian menggunakan subset terbatas.

+

Di joyent/node@0.12.x (V8 3.26), --harmony flag runtime memungkinkan semua diselesaikan, staged dan in progress fitur ES6 bersama-sama, dalam jumlah besar (dengan pengecualian tidak standar/semantik non-harmonis untuk typeof yang tersembunyi di bawah--harmony-typeof). Ini berarti bahwa beberapa fitur yang sangat buggy atau bahkan rusak seperti proxy hanya sebagai tersedia untuk pengembang sebagai generators, yang memiliki sangat sedikit atau bahkan tidak ada yang diketahui-masalah. Dengan demikian, itu praktek terbaik baik memungkinkan hanya fitur tertentu dengan menggunakan flag fitur runtime harmoni tertentu (misalnya --harmony-generators), atau dengan mengaktifkan semua dari mereka dan kemudian menggunakan subset terbatas.

Dengan io.js@1.x (V8 4.1+), semua kerumitan itu hilang. Semua fitur harmoni sekarang dibagi dengan logis menjadi tiga kelompok untuk shipping, staged dan in progress fitur:

Apa saja fitur ES6 yang ada pada dengan io.js (tanpa flag runtime yang diperlukan)?

Saya telah setup infrastruktur saya untuk memanfaatkan bendera --harmony. Haruskah saya hapus itu?

-

Fungsi flag --harmony pada io.js saat ini adalah untuk mengaktifkan fitur ** staged ** saja. Selain itu, fungsi tersebut adalah sinonim dari --es_staging. Seperti disebutkan di atas, fitur-fitur tersebut belum dianggap stabil. Jika Anda ingin aman, terutama pada lingkungan produksi, pertimbangkan untuk menghapus flag runtime ini sampai fitur-fitur tersebut menjadi fitur bawaan pada V8 dan io.js. Jika Anda tetap mengaktifkan ini, Anda harus bersiap-siap untuk mengganti sumber kode anda jika ada pembaruan io.js dan perubahan pada V8 terlalu signifikan.

+

Fungsi flag --harmony pada io.js saat ini adalah untuk mengaktifkan fitur staged saja. Selain itu, fungsi tersebut adalah sinonim dari --es_staging. Seperti disebutkan di atas, fitur-fitur tersebut belum dianggap stabil. Jika Anda ingin aman, terutama pada lingkungan produksi, pertimbangkan untuk menghapus flag runtime ini sampai fitur-fitur tersebut menjadi fitur bawaan pada V8 dan io.js. Jika Anda tetap mengaktifkan ini, Anda harus bersiap-siap untuk mengganti sumber kode anda jika ada pembaruan io.js dan perubahan pada V8 terlalu signifikan.

Bagaimana cara menemukan versi V8 dengan versi tertentu dari io.js?

io.js menyediakan cara sederhana untuk membuat daftar semua dependensi dan versi masing-masing yang dikirimkan dengan biner tertentu melalui objek process global. Dalam kasus V8 engine, ketik kode dibawah ini di terminal Anda untuk menampilkan versinya:

`sh iojs p process.versions.v8 `

@@ -121,7 +121,7 @@

Bagaimana cara menemukan versi V8 dengan versi tertentu dari io.js?