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

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Mar 19, 2015
1 parent be5d704 commit 8a6bb34
Show file tree
Hide file tree
Showing 38 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion public/cn/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="content content--body 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.5.1 集成了 V8 4.1.0.21 版本,其中包含的 ES6 特性远超 joyent/node@0.12.x 集成的 3.26.33 版本所包含的。</p>
<p>io.js 1.6.0 集成了 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
10 changes: 5 additions & 5 deletions public/cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<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.5.1/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.5.1/">1.5.1 版本</a></p>
<p><a href="https://iojs.org/dist/v1.6.0/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.6.0/">1.6.0 版本</a></p>
<p>下载
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.pkg">Mac</a>, 或 <a href="https://iojs.org/dist/v1.5.1/">其他</a> 版本。</p>
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0.pkg">Mac</a>, 或 <a href="https://iojs.org/dist/v1.6.0/">其他</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 Down
2 changes: 1 addition & 1 deletion public/de/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="content content--body clearfix">
<h1>ES6 und io.js</h1>
<p>Die io.js-Entwicklung basiert auf der aktuellen Version der <a href="https://code.google.com/p/v8/">V8</a>-Engine. Mit dem Bestrebenp, ständig die aktuellste Version der V8-Engine einzusetzen, stellen wir sicher, dass neue Funktionen der <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">JavaScript ECMA-262 Spezifikation</a> sowie Geschwindigkeits- und Stabilitätsverbesserungen schnell für io.js-Entwickler zu Verfügung stehen.</p>
<p>Die Version 1.5.1 von io.js wird mit der V8-Version 4.1.0.21 ausgeliefert, welche bereits ES6-Funktionen beinhaltet, die deutlich weiterentwickelter sind, als jene der Version 3.28.73, die in joyent/node@0.12.x enthalten sind.</p>
<p>Die Version 1.6.0 von io.js wird mit der V8-Version 4.1.0.21 ausgeliefert, welche bereits ES6-Funktionen beinhaltet, die deutlich weiterentwickelter sind, als jene der Version 3.28.73, die in joyent/node@0.12.x enthalten sind.</p>
<h2>Überflüssiger Startparameter <code>--harmony</code></h2>
<p>In joyent/node@0.12.x (V8 3.28+) aktiviert der Startparameter <code>--harmony</code> alle ES6-Funktionen auf einmal. Enthalten sind alle jene Funktionen, die als <strong>completed</strong> (Fertiggestellt), <strong>staged</strong> (Auslieferungsvorbereitung) und <strong>in progress</strong> (Entwicklungsphase) gekennzeichnet sind. (Mit der Ausnahme des <em>nonstandard/non-harmonious</em> Ausdrucks <code>typeof</code>, welcher sich hinter dem Startparameter <code>--harmony-typeof</code> versteckt). Das bedeutet, dass einige sehr fehlerhafte oder sogar kaputte Funktionen wie <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">proxies</a> genauso frei verfügbar sind, wie solche Funktionen wie <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a>, die nur sehr wenige Fehler enthalten, wenn überhaupt. Daraus hätte sich die Best-Practice ergeben, entweder nur bestimmte Funktionen durch einzelne Startparameter verfügbar zu machen (z.B. <code>--harmony-generators</code>), oder einfach alle Funktionen einzuschalten, aber dann nur eine sehr restriktive Untermenge an Funktionen zu verwenden.</p>
<p>Anders in io.js<span>@</span>1.x (V8 4.1+), hier entfällt diese Komplexität: Alle &quot;harmony&quot;-Funktionen sind nun in logische Gruppen aufgeteilt. Diese Gruppen sind: shipping (Ausgeliefert), staged (Bereit zur Auslieferung) und in progress (Noch in Entwicklung).</p>
Expand Down
14 changes: 7 additions & 7 deletions public/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<h1>JavaScript I/O</h1>
<p><a href="es6.html">ES6</a> für die Node-Community!</p>
<p><a href="https://github.com/iojs/io.js">io.js</a> ist eine <a href="https://www.npmjs.org/">npm</a>-kompatible Plattform, die ursprünglich auf <a href="https://nodejs.org/">node.js</a>™ basiert.</p>
<p><a href="https://iojs.org/dist/v1.5.1/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.5.1/">Version 1.5.1</a></p>
<p><a href="https://iojs.org/dist/v1.6.0/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.6.0/">Version 1.6.0</a></p>
<p>Herunterladen für
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x86.msi">Win32</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.pkg">Mac</a> oder
<a href="https://iojs.org/dist/v1.5.1/">andere</a>.</p>
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x86.msi">Win32</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0.pkg">Mac</a> oder
<a href="https://iojs.org/dist/v1.6.0/">andere</a>.</p>
<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a></p>
<p><a href="https://iojs.org/download/nightly/">Nightly releases</a> stehen zum Testen zur Verfügung.</p>
<p><a href="faq.html">Häufig gestellte Fragen</a></p>
Expand Down
2 changes: 1 addition & 1 deletion public/el/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="content content--body clearfix">
<h1>H ES6 στην io.js</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 specification</a> προσφέρονται στους io.js developers εγκαίρως, καθώς και η συνεχής βελτιώση της απόδοσης και της σταθερότητας της.</p>
<p>Η έκδοση 1.5.1 της io.js έρχεται μαζί με την έκδοση 4.1.0.21 της V8, η οποία περιλαμβάνει χαρακτηριστικά από την ES6, πολύ περισσότερα από την έκδοση 3.26.33 που προσφέρετε από την joyent/node@0.12.x.</p>
<p>Η έκδοση 1.6.0 της io.js έρχεται μαζί με την έκδοση 4.1.0.21 της V8, η οποία περιλαμβάνει χαρακτηριστικά από την ES6, πολύ περισσότερα από την έκδοση 3.26.33 που προσφέρετε από την joyent/node@0.12.x.</p>
<h2>Όχι πια --harmony flag</h2>
<p>Στην joyent/node@0.12.x (V8 3.26), με <code>--harmony</code> runtime flag ενεργοποιούνται όλες μαζί οι δυνατότητες της ES6 είτε είναι <strong>ολοκληρωμένες (completed)</strong>, είτε <strong>σε φάση ελέγχου (staged)</strong> είτε <strong>υπό ανάπτυξη (in progress)</strong> (με εξαίρεση τα nonstandard/non-harmonious semantics για το <code>typeof</code> τα οποία βρίσκονται υπό το flag <code>--harmony-typeof</code>). Αυτό σημαίνει πως κάποια χαρακτηριστικά τα οποία περιέχουν σφάλματα ή δεν λειτουργούν καθόλου, όπως π.χ. <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">proxies</a> ήταν διαθέσιμα στους developers μαζί με χαρακτηριστικά τα οποία είχαν λίγα ή καθόλου γνωστά προβλήματα όπως π.χ. οι <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a>. Ως εκ τούτου, ήταν καλή πρακτική είτε να ενεργοποιείς μόνο συγκεκριμένα χαρακτηριστικά χρησιμοποιώντας συγκεκριμένα runtime harmony flags (π.χ. <code>--harmony-generators</code>), είτε να ενεργοποιείς όλα τα χαρακτηριστικά και να χρησιμοποιείς μόνο ένα υποσύνολο από αυτά.</p>
<p>Με την io.js@1.x (V8 4.1+), όλη αυτή η πολυπλοκότητα εξαλείφεται. Όλα τα χαρακτηριστικά της έκδοσης harmony είναι λογικά διαχωρισμένα σε τρεις ομάδες <strong>έτοιμα (shipping)</strong>, <strong>σε φάση ελέγχου(staged)</strong> και <strong>υπό ανάπτυξη(in progress)</strong>:</p>
Expand Down
14 changes: 7 additions & 7 deletions public/el/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<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://www.npmjs.org/">npm</a>, βασισμένη στο <a href="https://nodejs.org/">node.js</a>™.</p>
<p><a href="https://iojs.org/dist/v1.5.1/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.5.1/">Version 1.5.1</a></p>
<p><a href="https://iojs.org/dist/v1.6.0/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.6.0/">Version 1.6.0</a></p>
<p>Κατεβάστε για
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x86.msi">Win32</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.pkg">Mac</a> ή
<a href="https://iojs.org/dist/v1.5.1/">άλλες εκδόσεις</a>.</p>
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x86.msi">Win32</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0.pkg">Mac</a> ή
<a href="https://iojs.org/dist/v1.6.0/">άλλες εκδόσεις</a>.</p>
<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Ιστορικό</a></p>
<p><a href="https://iojs.org/download/nightly/">Nightly εκδόσεις</a> είναι διαθέσιμες για testing.</p>
<p><a href="faq.html">Συχνές ερωτήσεις</a></p>
Expand Down
2 changes: 1 addition & 1 deletion public/en/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="content content--body 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.5.1 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.28.73 that ship with Node.js™ 0.12.x.</p>
<p>Version 1.6.0 of io.js ships with V8 4.1.0.21, which includes ES6 features well beyond version 3.28.73 that ship with Node.js™ 0.12.x.</p>
<h2>No more --harmony flag</h2>
<p>On Node.js™@0.12.x (V8 3.28+), the <code>--harmony</code> runtime flag enables all <strong>completed</strong>, <strong>staged</strong> and <strong>in progress</strong> ES6 features together, in bulk (with the exception of <code>proxies</code> which are hidden under <code>--harmony-proxies</code>). This means that some really buggy or even broken features like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions">Arrow Functions</a> are just as readily available for developers as <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a>, which have very little or even no known-issues. As such, most developers tend to 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
6 changes: 3 additions & 3 deletions public/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ <h1>JavaScript I/O</h1>
</p>

<div class="home-download">
<a href="https://iojs.org/dist/v1.5.1/" class="home-logo"><img src="/images/1.0.0.png" alt="io.js"></a>
<a href="https://iojs.org/dist/v1.6.0/" class="home-logo"><img src="/images/1.0.0.png" alt="io.js"></a>
<div class="home-download-details">
<p class="home-download-version">
<a href="https://iojs.org/dist/v1.5.1/">Version 1.5.1</a>
<a href="https://iojs.org/dist/v1.6.0/">Version 1.6.0</a>
</p>
<p class="home-download-list">
Download for <a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-linux-x64.tar.xz">Linux</a><a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x86.msi">Win32</a><a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x64.msi">Win64</a><a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.pkg">Mac</a><a href="https://iojs.org/dist/v1.5.1/">Others</a>
Download for <a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-linux-x64.tar.xz">Linux</a><a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x86.msi">Win32</a><a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x64.msi">Win64</a><a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0.pkg">Mac</a><a href="https://iojs.org/dist/v1.6.0/">Others</a>
</p>
<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/es/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="content content--body clearfix">
<h1>ES6 en io.js</h1>
<p>io.js está construido sobre versiones modernas de <a href="https://code.google.com/p/v8/">V8</a>. Manteniéndolo actualizado con las últimas versiones de este motor nos aseguramos que las nuevas funcionalidades de la <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">especificación ECMA-262 de JavaScript</a> estén disponibles para los desarrolladores de io.js de manera oportuna, así como también las mejoras de rendimiento y estabilidad.</p>
<p>La versión 1.5.1 de io.js utiliza V8 4.1.0.21, que incluye las mejoras de ES6 superando claramente la versión 3.28.73 que será incluida con joyent/node@0.12.x.</p>
<p>La versión 1.6.0 de io.js utiliza V8 4.1.0.21, que incluye las mejoras de ES6 superando claramente la versión 3.28.73 que será incluida con joyent/node@0.12.x.</p>
<h2>No más --harmony flag</h2>
<p>En joyent/node@0.12.x (V8 3.26), la flag <code>--harmony</code> habilita todas las mejoras <strong>completed</strong>, <strong>staged</strong> e <strong>in progress</strong> de ES6, en una sola (con la excepción de los semánticos non-standard/non-harmonious para <code>typeof</code> el cuál está oculto bajo <code>--harmony-typeof</code>). Esto significaba que algunas mejoras experimentales o incluso dañadas, como <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">proxies</a>, estaban tan fácilmente disponibles para los desarrolladores como <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*">generators</a>, lo cual traía muy pocos o casi nulos problemas conocidos. Así, era mejor práctica habilitar sólo algunas mejoras usando flags harmony específicas (ej. <code>--harmony-generators</code>), o simplemente habilitarlas todas y después restringirlas una por una.</p>
<p>Con io.js@1.x (V8 4.1+), toda la complejidad queda eliminada. Todas las mejoras harmony están ahora equitativamente separadas en tres grupos: <strong>shipping</strong>, <strong>staged</strong> e <strong>in progress</strong>.</p>
Expand Down
10 changes: 5 additions & 5 deletions public/es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
<h1>JavaScript I/O</h1>
<p>¡Llevando <a href="es6.html">ES6</a> a la Comunidad de Node!</p>
<p><a href="https://github.com/iojs/io.js">io.js</a> es una plataforma compatible con <a href="https://www.npmjs.org/">npm</a> y basada originalmente en <a href="https://nodejs.org/">node.js</a>™.</p>
<p><a href="https://iojs.org/dist/v1.5.1/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.5.1/">Versión 1.5.1</a></p>
<p><a href="https://iojs.org/dist/v1.6.0/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.6.0/">Versión 1.6.0</a></p>
<p>Descargar para:
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x64.msi">Win64</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0-x64.msi">Win64</a>,
ó
<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.pkg">Mac</a>.</p>
<a href="https://iojs.org/dist/v1.6.0/iojs-v1.6.0.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://medium.com/@iojs_es/io-js-semana-del-6-de-marzo-82739753062e">Actualización semanal - 6 de Marzo</a> <small>presentando actualizaciones en core y la comunidad (<a href="https://medium.com/@iojs_es/io-js-semana-del-6-de-marzo-82739753062e">Medium</a>)</small>
<br><br> <a href="https://iojs.org/download/nightly/">Nightly releases</a> están disponibles para pruebas.</p>
Expand Down
Loading

0 comments on commit 8a6bb34

Please sign in to comment.