Mond v0.7.0 Release Notes

Release Date: 2020-08-09 // over 3 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 the global object