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

Automate versioning values #222

Closed
wants to merge 7 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/cn/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] 集成的 3.26.33 版本所包含的。
io.js {{iojs.value}} 集成了 V8 {{V8.value}} 版本,其中包含的 ES6 特性远超 joyent/[email protected] 集成的 3.26.33 版本所包含的。

## 干掉 --harmony

Expand Down
10 changes: 5 additions & 5 deletions content/cn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/cs/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## No more --harmony flag

Expand Down
10 changes: 5 additions & 5 deletions content/cs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/da/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## No more --harmony flag

Expand Down
10 changes: 5 additions & 5 deletions content/da/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/de/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## No more --harmony flag

Expand Down
14 changes: 7 additions & 7 deletions content/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/el/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
Η έκδοση {{iojs.value}} της io.js έρχεται μαζί με την έκδοση {{V8.value}} της V8, η οποία περιλαμβάνει χαρακτηριστικά από την ES6, πολύ περισσότερα από την έκδοση 3.26.33 που προσφέρετε από την joyent/[email protected].

## Όχι πια --harmony flag

Expand Down
14 changes: 7 additions & 7 deletions content/el/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/en/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
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 4.1.0.14, que incluye las mejoras de ES6 superando claramente la versión 3.26.33 que será incluida con joyent/[email protected].
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/[email protected].

## No más --harmony flag

Expand Down
12 changes: 7 additions & 5 deletions content/es/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/fr/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## Disparition de l'option --harmony

Expand Down
10 changes: 5 additions & 5 deletions content/fr/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) 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)
Expand Down
2 changes: 1 addition & 1 deletion content/he/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## No more --harmony flag

Expand Down
10 changes: 5 additions & 5 deletions content/he/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/hi/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## No more --harmony flag

Expand Down
10 changes: 5 additions & 5 deletions content/hi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/hu/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## No more --harmony flag

Expand Down
10 changes: 5 additions & 5 deletions content/hu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/id/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].
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/[email protected].

## Tidak ada lagi --harmony flag

Expand Down
10 changes: 5 additions & 5 deletions content/id/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading