Skip to content

1.8.0.0

Compare
Choose a tag to compare
@xanathar xanathar released this 07 Oct 13:06
· 52 commits to master since this release
  • Support for debugging from Visual Studio Code (see here for details)
  • Serialization/Deserialization of tables and objects to JSON
  • JSON library added
  • Unity Asset Store package - now in "pending approval" stage
  • Various (breaking) changes to debugger infrastructure
  • Added optional args to Script.DoFile, Script.DoString and Script.DoStream methods
  • Fixed issues and added optional args to Script.DoFileAsync, Script.DoStringAsync and Script.DoStreamAsync methods (.NET 4.x and PCL targets only)
  • Fixed a minor bug in table serialization of string fields

Warning : this version has some minor but breaking changes for custom debuggers. If you have implemented a custom debugger, be prepared to add a couple of new methods to your object (empty methods are enough).