Skip to content

v3.0.0 Alpha 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 12 Nov 19:43
· 619 commits to master since this release

Version: 3.0.0 Alpha 7
Published: 11/12/2017
Change Set: 35a88d4

  • In JavaScriptEngineSwitcher.V8.Native.win-* and JavaScriptEngineSwitcher.ChakraCore.Native.win* packages fixed a error “When using PackageReference DLL is not copied”
  • In JavaScriptEngineSwitcher.V8:
    • Added support of Microsoft ClearScript.V8 version 5.5.0 (support of V8 version 6.2.414.40)
    • Now requires .NET Framework 4.5 or greater
    • In configuration settings of the V8 JS engine became obsolete the MaxExecutableSize property and was added 4 new properties: EnableRemoteDebugging (default false), HeapSizeSampleInterval (default TimeSpan.Zero), MaxHeapSize (default 0) and MaxStackUsage (default 0)
  • In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of November 2, 2017

NuGet Packages

Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 3.X” section of the documentation.