duktape.cr v0.16.0 Release Notes

Release Date: 2019-04-22 // almost 5 years ago
    • ⚡️ Update ameba to the current latest version of v0.9.1.
    • 🏗 Build specs with all warnings enabled in Crystal >= 0.28.0.
    • 🛠 Fix a deprecation warning with Crystal 0.28.0 where integer division will return a float in future versions. Use Int#// to retain backwards compatibility.