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

Commit 5d270a7

Browse files
committed
update io.js version to 1.2.0
1 parent 460b4c0 commit 5d270a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+178
-178
lines changed

content/cn/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
io.js 是基于 [V8](https://code.google.com/p/v8/) 引擎的现代版本构建的。通过持续更进最新版的 V8 引擎,我们确保可以及时为开发者带来最新的 [JavaScript ECMA-262 规范](http://www.ecma-international.org/publications/standards/Ecma-262.htm) 语言特性,同时也会有性能和稳定性的提升。
44

5-
io.js 1.1.0 集成了 V8 4.1.0.14 版本,其中包含的 ES6 特性远远超出 joyent/node@0.12.x 集成的 3.26.33 版本。
5+
io.js 1.2.0 集成了 V8 4.1.0.14 版本,其中包含的 ES6 特性远远超出 joyent/node@0.12.x 集成的 3.26.33 版本。
66

77
## 干掉 --harmony
88

content/cn/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
[io.js](https://github.com/iojs/io.js) 是基于 [node.js](https://nodejs.org/)™[npm](https://www.npmjs.org/) 兼容平台。
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[1.1.0 版本](https://iojs.org/dist/v1.1.0/)
9+
[1.2.0 版本](https://iojs.org/dist/v1.2.0/)
1010

1111
下载
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg) 版。
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg) 版。
1616

1717

1818
[更新日志](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/cs/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/cs/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
or
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/da/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/da/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
or
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/de/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/de/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
or
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/el/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/el/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
or
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/en/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/en/index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[Win32](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-x86.msi),
14-
[Win64](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-x64.msi),
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg) or
16-
[others](https://iojs.org/dist/v1.1.0/).
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi),
14+
[Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg) or
16+
[others](https://iojs.org/dist/v1.2.0/).
1717

1818

1919
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/es/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/es/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Traer [ES6](es6.html) a la Comunidad Nodo!
44

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

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Descargar de
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
o
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Cambios](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/es_AR/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/es_AR/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
or
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/es_CO/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/es_CO/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
or
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/es_ES/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/es_ES/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Bringing [ES6](es6.html) to the Node Community!
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Download for
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
or
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/fr/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

content/fr/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
[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/)™.
66

7-
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.1.0/)
7+
[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)
88

9-
[Version 1.1.0](https://iojs.org/dist/v1.1.0/)
9+
[Version 1.2.0](https://iojs.org/dist/v1.2.0/)
1010

1111
Télécharger pour
12-
[Linux](https://iojs.org/dist/v1.1.0/iojs-v1.1.0-linux-x64.tar.xz),
13-
[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),
12+
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
13+
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
1414
ou
15-
[Mac](https://iojs.org/dist/v1.1.0/iojs-v1.1.0.pkg).
15+
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
1616

1717

1818
[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

content/he/es6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Version 1.1.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.
5+
Version 1.2.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.
66

77
## No more --harmony flag
88

0 commit comments

Comments
 (0)