Source releases: these are intended for using Duktape in your program.
Date | Filename | Description | MD5 |
---|---|---|---|
2013-09-21 | duktape-0.6.0.tar.xz | alpha, first round of work on public API | XXX |
2013-10-30 | duktape-0.7.0.tar.xz | alpha, tracebacks, portability fixes | XXX |
2013-12-18 | duktape-0.8.0.tar.xz | alpha, E5.1 fixes, compiler limit fixes | XXX |
Full releases: include testcases, internal documents, and other internal stuff. You only need a full release if you intend to change the internals of Duktape.
Date | Filename | Description | MD5 |
---|---|---|---|
2013-02-14 | duktape-full-0.1.0.tar.xz | early alpha, missing most built-ins | XXX |
2013-02-27 | duktape-full-0.2.0.tar.xz | early alpha, Boolean, Date, and JSON added, missing built-ins | XXX |
2013-03-16 | duktape-full-0.3.0.tar.xz | early alpha, global object, Object, String added, missing built-ins | XXX |
2013-03-31 | duktape-full-0.4.0.tar.xz | early alpha, Array, Number added, completing built-ins | XXX |
2013-05-17 | duktape-full-0.5.0.tar.xz | alpha, built-in number conversion primitives | XXX |
2013-09-21 | duktape-full-0.6.0.tar.xz | (see above) | XXX |
2013-10-30 | duktape-full-0.7.0.tar.xz | (see above) | XXX |
2013-12-18 | duktape-full-0.8.0.tar.xz | (see above) | XXX |
Git repo: development git repo (with a lot of churn) is hosted at https://github.com/svaarala/duktape/.