Mond v0.6.1 Release Notes

Release Date: 2017-07-30 // over 6 years ago
    • 💥 Breaking: MondRuntimeException no longer overrides StackTrace. The Mond stack trace is appended to Message instead, and is available independently with property MondStackTrace.
    • ➕ Adds backtick operators which allow normal functions to be used as infix operators
    • 🛠 Fixes Json.serialize serializing numbers to Infinity or NaN. They will throw an error instead.