Mond v0.7.0 Release Notes
Release Date: 2020-08-09 // over 2 years ago-
- ๐ฅ 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
Previous changes from v0.6.4
-
- โ Added the
MondState.Global
property to get theglobal
object
- โ Added the