All Versions
33
Latest Version
Avg Release Cycle
106 days
Latest Release
780 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.6.0 Changes
September 14, 2015- ๐ Update Duktape to
v1.3.0
. This update does not break exisiting functionality. See release info. - 0๏ธโฃ 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
- ๐ Update Duktape to
-
v0.5.1 Changes
September 11, 2015- โ Add this
CHANGLEOG
. - ๐ Fix issue #1 by linking against standard math library.
- Cleanup
Makefile
syntax.
- โ Add this
-
v0.5.0 Changes
September 08, 2015- ๐ Initial public release.