v2.0.0 Beta 1
Pre-release
Pre-release
·
766 commits
to master
since this release
Version: 2.0.0 Beta 1
Published: 9/17/2016
Change Set: d61ae94
- In
IJsEngine
interface was addedSupportsGarbageCollection
property andCollectGarbage
method JsRuntimeErrorHelpers
class was renamed toJsErrorHelpers
class- Added support of .NET Core 1.0.1
- In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.0.0 Beta 2
- In JavaScriptEngineSwitcher.V8:
- Added support of Microsoft ClearScript.V8 version 5.4.7 (support of V8 version 5.3.332.45)
- In configuration settings of the V8 JS engine was changed type of
DebugPort
property fromint
toushort
- In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of September 13, 2016
- In JavaScriptEngineSwitcher.ChakraCore
- Added support of ChakraCore version 1.3
- Added the ability to change configuration settings of the ChakraCore JS engine:
DisableBackgroundWork
(defaultfalse
),DisableNativeCodeGeneration
(defaultfalse
),DisableEval
(defaultfalse
) andEnableExperimentalFeatures
(defaultfalse
)
NuGet Packages
- JS Engine Switcher: Core
- JS Engine Switcher: MS Dependency Injection
- JS Engine Switcher: MSIE
- JS Engine Switcher: V8
- JS Engine Switcher: Jurassic
- JS Engine Switcher: Jint
- JS Engine Switcher: ChakraCore
Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 2.X” section of the documentation.