Skip to content

Releases: jessedoyle/duktape.cr

0.6.0

15 Sep 03:21
Compare
Choose a tag to compare
  • Update Duktape to v1.3.0. This update does not break exisiting functionality. See release info.
  • Implement a timeout mechanism for Duktape::Sandbox instances. A timeout is not specified by default.

A timeout may be specified (in milliseconds) as such:

sbx = Duktape::Sandbox.new(500) # 500 millisecond execution limit

v0.5.1

11 Sep 19:12
Compare
Choose a tag to compare
  • Add CHANGLEOG.
  • Fix issue #1 by linking against standard math library.
  • Cleanup Makefile syntax.

v0.5.0

09 Sep 00:46
Compare
Choose a tag to compare

Initial stable release.