Mond v0.6.0 Release Notes

Release Date: 2017-06-25 // almost 7 years ago
    • 💥 Breaking: Changes the implementation of user-defined operators: global.__ops was removed, operators are now local
    • 👍 Allow most operators to be used as functions, surround the operator in parenthesis to get its function
    • ➕ Add Function.getName()
    • Add __neq, __ gte, __lt, __ lte, and __hash metamethods
    • 🛠 Fixes a bug with array destructuring (#60)
    • ➕ Add .NET 4.6 to target frameworks