Skip to content

0.6.1

Compare
Choose a tag to compare
@jessedoyle jessedoyle released this 21 Sep 20:49
· 126 commits to master since this release
  • Update to Crystal v0.8.0 syntax/compatibility.
  • Fix a potential use-after-free scenario that may occur when Context or Sandbox instances were garbage-collected by Crystal.
  • The Duktape heap is no longer destroyed when a Duktape::InternalError is thrown in Crystal. Instead, the heap will be destroyed automatically upon finalization.