Releases: Taritsyn/JavaScriptEngineSwitcher
v2.4.18
Version: 2.4.18
Published: 5/24/2018
Change Set: d1458c7
- In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.2.8
- In JavaScriptEngineSwitcher.ChakraCore fixed a error #34 “Finalazier thread is blocked because of JavaScriptEngineSwitcher.ChakraCore.ChakraCoreJsEngine”
NuGet Packages
v3.0.0 Beta 3
Version: 3.0.0 Beta 3
Published: 5/22/2018
Change Set: b2e5a34
- In
IJsEngineinterface was addedSupportsScriptPrecompilationproperty and three new methods:Precompile,PrecompileFileandPrecompileResource - In JavaScriptEngineSwitcher.Msie, JavaScriptEngineSwitcher.V8, JavaScriptEngineSwitcher.Jurassic, JavaScriptEngineSwitcher.Jint and JavaScriptEngineSwitcher.ChakraCore added a ability to pre-compile scripts
- Added a module based on the NiL.JS
- In JavaScriptEngineSwitcher.V8.Native.win-* and JavaScriptEngineSwitcher.ChakraCore.Native.win-* packages the directories with
win7-*RIDs was renamed towin-* - In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.0 Beta 2
- In JavaScriptEngineSwitcher.ChakraCore:
- ChakraCore was updated to version 1.8.4
- JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm package has been replaced by the JavaScriptEngineSwitcher.ChakraCore.Native.win-arm package
NuGet Packages
Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 3.X” section of the documentation.
v2.4.17
Version: 2.4.17
Published: 5/9/2018
Change Set: 9d7f337
In JavaScriptEngineSwitcher.ChakraCore:
- ChakraCore was updated to version 1.8.4
- JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm package has been replaced by the JavaScriptEngineSwitcher.ChakraCore.Native.win-arm package
NuGet Packages
v2.4.16
Version: 2.4.16
Published: 4/13/2018
Change Set: cea8741
In JavaScriptEngineSwitcher.V8.Native.win-* and JavaScriptEngineSwitcher.ChakraCore.Native.win-* packages the directories with win7-* RIDs was renamed to win-*.
NuGet Packages
- JS Engine Switcher: V8
- JS Engine Switcher: ChakraCore
v3.0.0 Beta 2
Version: 3.0.0 Beta 2
Published: 4/12/2018
Change Set: 80252a4
In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.8.3.
NuGet Packages
Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 3.X” section of the documentation.
v2.4.15
Version: 2.4.15
Published: 4/11/2018
Change Set: 3299d06
- In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.2.7
- In JavaScriptEngineSwitcher.ChakraCore and JavaScriptEngineSwitcher.Vroom fixed a minor errors
- In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.8.3
NuGet Packages
v3.0.0 Beta 1
Version: 3.0.0 Beta 1
Published: 4/8/2018
Change Set: 2d75f6d
- Format of the error messages was unified
- Created a new exception classes:
JsCompilationException,JsEngineException,JsFatalException,JsTimeoutExceptionandJsUsageException. These exceptions are responsible for handling errors, some of which were previously handled by theJsRuntimeExceptionclass. - In the
JsExceptionclass was added two new properties:CategoryandDescription - From the
JsRuntimeExceptionclass was removed one property -ErrorCode - In the
JsRuntimeExceptionclass was added three new properties:Type,DocumentNameandCallStack JsScriptInterruptedExceptionclass was renamed to theJsInterruptedExceptionclass and now is inherited from theJsRuntimeExceptionclassJsEngineLoadExceptionclass now is inherited from theJsEngineExceptionclass- Removed a
EmptyValueExceptionclass Formatmethod of theJsErrorHelpersclass was renamed to theGenerateErrorDetails- In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.0 Beta 1
- In JavaScriptEngineSwitcher.V8:
- Added support of Microsoft ClearScript.V8 version 5.5.2 (support of V8 version 6.5.254.41)
- Now the Microsoft ClearScript.V8 requires the Microsoft Visual C++ Redistributable for Visual Studio 2017
- In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of February 24, 2018
- In JavaScriptEngineSwitcher.Jint in configuration settings of the Jint JS engine a
Timeoutproperty has been replaced by theTimeoutIntervalproperty (defaultTimeSpan.Zero) - In JavaScriptEngineSwitcher.ChakraCore:
- ChakraCore was updated to version 1.8.2
- Now the ChakraCore for Windows requires the Microsoft Visual C++ Redistributable for Visual Studio 2017
- In configuration settings of the ChakraCore JS engine was added one new property -
MaxStackSize(default492or984KB)
NuGet Packages
Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 3.X” section of the documentation.
v2.4.14
Version: 2.4.14
Published: 3/14/2018
Change Set: 4cdc9b4
In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.8.2.
NuGet Packages
v2.4.13
Version: 2.4.13
Published: 2/24/2018
Change Set: 74375f6
- In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.2.6
- In JavaScriptEngineSwitcher.V8:
- Microsoft ClearScript.V8 was updated to version 5.4.10
- Improved implementation of the
CallFunctionmethod - Removed unnecessary locks from the
V8JsEngineclass - In configuration settings of the V8 JS engine was added 3 new properties:
HeapSizeSampleInterval(defaultTimeSpan.Zero),MaxHeapSize(defaultUIntPtr.Zero) andMaxStackUsage(defaultUIntPtr.Zero)
- In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of February 24, 2018
- In JavaScriptEngineSwitcher.Jint added support of Jint version 2.11.58
NuGet Packages
v2.4.12
Version: 2.4.12
Published: 2/20/2018
Change Set: 99d5706
In JavaScriptEngineSwitcher.ChakraCore:
- ChakraCore was updated to version 1.8.1
- JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64 package has been replaced by the JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64 package
- ICU-57 library was embedded into the
libChakraCore.soandlibChakraCore.dylibassemblies - Prevented an occurrence of the “Host may not have set any promise continuation callback. Promises may not be executed.” error
- In configuration settings of the ChakraCore JS engine was added two new properties -
MemoryLimitandDisableFatalOnOOM(defaultfalse) - Now during calling of the
CollectGarbagemethod is no longer performed blocking