All Versions
33
Latest Version
Avg Release Cycle
106 days
Latest Release
780 days ago

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
    
  • v0.5.1 Changes

    September 11, 2015
    • โž• Add this CHANGLEOG.
    • ๐Ÿ›  Fix issue #1 by linking against standard math library.
    • Cleanup Makefile syntax.
  • v0.5.0 Changes

    September 08, 2015
    • ๐ŸŽ‰ Initial public release.