duktape.cr v0.18.0 Release Notes

Release Date: 2019-09-07 // over 4 years ago
    • ⚡️ Update Duktape version to 2.4.0.
    • 🚀 See the release notes for more info.
    • Add bindings for to_stacktrace, safe_to_stacktrace, push_bare_array, require_constructable, and require_constructor_call.
    • 👍 Allow C compiler flag overrides when compiling Duktape. Define the CFLAGS variable during shards install (i.e. CFLAGS=-O1 shards install).
    • 0️⃣ No longer explicitly enable Duktape's Symbol builtin as it is now enabled by default.