Mond v0.7.0 Release Notes
Release Date: 2020-08-09 // about 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