Skip to content

ClearScript 7.0 RC5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ClearScriptLib ClearScriptLib released this 05 Nov 02:32
· 96 commits to master since this release
  • Breaking Changes:
    • The ClearScript assembly has been split into ClearScript.Core, ClearScript.Windows, and ClearScript.V8.
    • The project no longer builds distinct .NET Core libraries for non-Windows platforms.
    • The name of each ClearScriptV8 assembly now includes its Runtime Identifier:
      • ClearScriptV8.win-x86.dll
      • ClearScriptV8.win-x64.dll
      • ClearScriptV8.linux-x64.so
      • ClearScriptV8.osx-x64.dylib
  • Enhanced support for cross-platform deployment of web projects.
  • Overhauled NuGet packaging according to Andrey Taritsyn's recommended taxonomy (GitHub Issue #209).
  • Tested with V8 8.7.220.16.