duktape.cr v0.10.0 Release Notes

Release Date: 2016-11-22 // over 7 years ago
    • ⚡️ Update for Crystal 0.20.0. As shards now copies the entire shard directory into libs, we can move the ext directory to the shard root directory for simplicity.
    • ⚡️ Update makefile output paths to match new structure.
    • Resolve #25 by allowing a developer to pass a Duktape::Context instance when initializing a Duktape::Runtime. This allows the runtime to use the internal Duktape global object.