duktape.cr v0.9.0 Release Notes

Release Date: 2016-05-26 // almost 8 years ago
    • 🚀 Update Duktape to v1.5.0. See release info.
    • ⚡️ Update to Crystal 0.17.4 syntax.
    • Format code using Crystal 0.17.4 formatter.
    • ➕ Add NamedTuple as a type that is allowed as parameter to call on a Duktape::Runtime instance. NamedTuples will be translated to a hash.
    • ⚡️ Optimize for speed (-O2) instead of size (-0s) when building the duktape library.
    • ⚠ Use -Wpedantic as the compiler flag for warnings.