Releases: jessedoyle/duktape.cr
Releases · jessedoyle/duktape.cr
0.6.0
- 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
v0.5.0
Initial stable release.