0.6.1
- Update to Crystal
v0.8.0
syntax/compatibility. - Fix a potential use-after-free scenario that may occur when
Context
orSandbox
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.