You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
2.4 KiB

<div id="download">
<h1 class="main-title">Downloads</h1>
<p><b>Source releases:</b> these are intended for using Duktape in your program.</p>
<table class="releases">
<thead>
<tr><th>Date</th><th>Filename</th><th>Description</th><th>MD5</th></tr>
</thead>
<tbody>
<tr class="latest"><td class="reldate">2013-09-21</td><td class="filename"><a href="duktape-0.6.0.tar.xz">duktape-0.6.0.tar.xz</a></td><td class="description">alpha, first round of work on public API</td><td class="hash">fa384a42a27d996313e0192c51c50b4a</td></tr>
</tbody>
</table>
<p><b>Full releases:</b> include testcases, internal documents, and other internal
stuff. You only need a full release if you intend to change the internals of Duktape.</p>
<table class="releases">
<thead>
<tr><th>Date</th><th>Filename</th><th>Description</th><th>MD5</th></tr>
</thead>
<tbody>
<tr><td class="reldate">2013-02-14</td><td class="filename"><a href="duktape-full-0.1.0.tar.xz">duktape-full-0.1.0.tar.xz</a></td><td class="description">early alpha, missing most built-ins</td><td class="hash">4ccc9fd497b88cd669937808573bd91e</td></tr>
<tr><td class="reldate">2013-02-27</td><td class="filename"><a href="duktape-full-0.2.0.tar.xz">duktape-full-0.2.0.tar.xz</a></td><td class="description">early alpha, Boolean, Date, and JSON added, missing built-ins</td><td class="hash">7fcc55e9ad32e204761c48667dd5d359</td></tr>
<tr><td class="reldate">2013-03-16</td><td class="filename"><a href="duktape-full-0.3.0.tar.xz">duktape-full-0.3.0.tar.xz</a></td><td class="description">early alpha, global object, Object, String added, missing built-ins</td><td class="hash">9fecfa2c3d5e99efc53d64b653556ba7</td></tr>
<tr><td class="reldate">2013-03-31</td><td class="filename"><a href="duktape-full-0.4.0.tar.xz">duktape-full-0.4.0.tar.xz</a></td><td class="description">early alpha, Array, Number added, completing built-ins</td><td class="hash">86e2452a895192370b19a0861565c8d7</td></tr>
<tr><td class="reldate">2013-05-17</td><td class="filename"><a href="duktape-full-0.5.0.tar.xz">duktape-full-0.5.0.tar.xz</a></td><td class="description">alpha, built-in number conversion primitives</td><td class="hash">987e83e0fa0197288d06a601129c845c</td></tr>
<tr class="latest"><td class="reldate">2013-09-21</td><td class="filename"><a href="duktape-full-0.6.0.tar.xz">duktape-full-0.6.0.tar.xz</a></td><td class="description">(see above)</td><td class="hash">e37c151a1c0efab3c63aa30b7164d346</td></tr>
</tbody>
</table>
</div> <!-- download -->