All Versions
11
Latest Version
Avg Release Cycle
116 days
Latest Release
1691 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.0 Changes
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 Changes
May 02, 2019- โ Added the
MondState.Global
property to get theglobal
object
- โ Added the
-
v0.6.3 Changes
May 02, 2019- ๐ Fixed stack overflow in VM when using array literals with over 250 values in them (#72)
-
v0.6.2 Changes
August 07, 2017- ๐ Fixed postfix decrement performing
1-n
instead ofn-1
- ๐ Fixed postfix decrement performing
-
v0.6.1 Changes
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 Changes
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.5.2 Changes
June 13, 2017- ๐ Fixes inconsistencies with array setter (#57)
- โ Adds
sort
andsortDescending
to array prototype - Binding API will not automatically camelCase function names
-
v0.5.1 Changes
June 10, 2017- ๐ Support slicing on strings
- โ Adds
__slice
metamethod - ๐ Handle home/end in REPL
- ๐ Fixes #56
-
v0.5.0 Changes
June 04, 2017 -
v0.4.0
June 04, 2017