v3.0.0 Alpha 7
Pre-release
Pre-release
·
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
(defaultfalse
),HeapSizeSampleInterval
(defaultTimeSpan.Zero
),MaxHeapSize
(default0
) andMaxStackUsage
(default0
)
- 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.
- JS Engine Switcher: V8
- JS Engine Switcher: Jurassic
- JS Engine Switcher: ChakraCore