All Versions
11
Latest Version
Avg Release Cycle
116 days
Latest Release
199 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.0
August 09, 2020- ๐ฅ Breaking : Dropped support for .NET 4.6
- ๐ฅ Breaking : Made
MondValue
constructors private -- use the new `MondValue
static builder methods instead - ๐ Strings are now written to bytecode files as length-prefixed UTF-8
- โ Added the
--wait
flag to the REPL which pauses scripts so you can connect a debugger
-
v0.6.4
May 02, 2019- โ Added the
MondState.Global
property to get theglobal
object
- โ Added the
-
v0.6.2
August 07, 2017- ๐ Fixed postfix decrement performing
1-n
instead ofn-1
- ๐ Fixed postfix decrement performing
-
v0.6.1
July 30, 2017- ๐ฅ Breaking:
MondRuntimeException
no longer overridesStackTrace
. The Mond stack trace is appended toMessage
instead, and is available independently with propertyMondStackTrace
. - โ Adds backtick operators which allow normal functions to be used as infix operators
- ๐ Fixes
Json.serialize
serializing numbers toInfinity
orNaN
. They will throw an error instead.
- ๐ฅ Breaking:
-
v0.6.0
June 25, 2017- ๐ฅ 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
- ๐ฅ Breaking: Changes the implementation of user-defined operators:
-
v0.4.0
June 04, 2017