Skip to content

ClearScript 6.0

Compare
Choose a tag to compare
@ClearScriptLib ClearScriptLib released this 18 Dec 15:41
· 115 commits to master since this release
  • Breaking Changes:
    • To build ClearScript you must now use Visual Studio 2019 Version 16.4 or later.
    • The assembly table has been deprecated and is now disabled by default.
  • Added preliminary support for .NET Core 3.1 on Windows (GitHub Issue #9).
    • .NET Core platform differences may impact some host integration features.
    • Hosts making heavy use of COM object scripting are advised not to migrate.
  • Added support for system documents (GitHub Issue #143).
  • Added IList implementation to V8 arrays.
  • Added ExtendedHostFunctions.typeLibEnums (GitHub Issue #147).
  • Added WindowsScriptEngineFlags.MarshalDateTimeAsDate (GitHub Issue #141).
  • Fixed generic type inference for COM interfaces.
  • Fixed enumeration of COM collections that don't provide class information (GitHub Issue #146).
  • Fixed memory leak impacting Windows Script object property assignment (GitHub Issue #135).
  • Updated build and API documentation.
  • Tested with V8 7.9.317.32.