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 |
2014-02-02 | duktape-0.9.0.tar.xz | alpha, new features, bug/portability fixes | XXX |
2014-04-13 | duktape-0.10.0.tar.xz | alpha, API improvements, logging, bug/portability fixes | XXX |
2014-07-11 | duktape-0.11.0.tar.xz | alpha, modules, ES6 subset, bug/portability fixes | XXX |
2014-09-26 | duktape-0.12.0.tar.xz | beta, bug fixes, stabilization release | XXX |
2014-10-26 | duktape-1.0.0.tar.xz | stable baseline release | XXX |
2014-10-31 | duktape-1.0.1.tar.xz | maintenance release | XXX |
2014-11-08 | duktape-1.0.2.tar.xz | maintenance release | XXX |
Git repos: development git repo (with a lot of churn) is hosted at https://github.com/svaarala/duktape/. Unpacked source releases are available as tags in the https://github.com/svaarala/duktape-releases/ repo.
You only need to check out the git repo if you intend to change the internals of Duktape or want to use a bleeding edge version.