v2.0.0
Version: 2.0.0
Published: 9/19/2016
Change Set: b0403e4
- Removed dependency on
System.Configuration.dll
(no longer supported configuration by using theWeb.config
andApp.config
files) - In JavaScriptEngineSwitcher.Core, JavaScriptEngineSwitcher.Msie (.NET Core version only works in JsRT modes) and JavaScriptEngineSwitcher.ChakraCore added support of .NET Core 1.0.1
- Now all modules are support of .NET Framework 4.5.1 and can be used in web applications based on the “ASP.NET Core Web Application (.NET Framework)” template
- In
IJsEngine
interface was addedSupportsGarbageCollection
property andCollectGarbage
method JsRuntimeErrorHelpers
class was renamed toJsErrorHelpers
class- Created a JavaScriptEngineSwitcher.Extensions.MsDependencyInjection package, that contains extension methods for adding the JS engine switcher in an
IServiceCollection
- JavaScriptEngineSwitcher.ConfigurationIntelliSense package is no longer required for the current version of the JavaScript Engine Switcher
- In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.0.0
- 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 19, 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
Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 2.X” section of the documentation.