Releases: Taritsyn/JavaScriptEngineSwitcher
Releases · Taritsyn/JavaScriptEngineSwitcher
v2.3.0
Version: 2.3.0
Published: 1/16/2017
Change Set: d315bfb
- In JavaScriptEngineSwitcher.Jint added support of Jint version 2.10.3
- In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.4.0
NuGet Packages
v2.2.0
Version: 2.2.0
Published: 12/20/2016
Change Set: 33cf105
- Added support of .NET Core 1.0.3
- Downgraded .NET Framework version from 4.5.1 to 4.5
- Now when you call the overloaded version of the
ExecuteResource
method, that takes the type, need to pass the resource name without the namespace - In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.1.0
- In JavaScriptEngineSwitcher.V8 now the Microsoft ClearScript.V8 requires
msvcp140.dll
assembly from the Visual C++ Redistributable for Visual Studio 2015 - In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of December 8, 2016
- In JavaScriptEngineSwitcher.ChakraCore:
- Attempt to prevent occurrence of the access violation exception in the
CallFunction
method - Fixed a error “Out of stack space”
- Attempt to prevent occurrence of the access violation exception in the
NuGet Packages
v2.1.2
Version: 2.1.2
Published: 11/8/2016
Change Set: f228412
- Fixed a error #22 “Make Exception serializable”
- In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.0.1
NuGet Packages
v2.1.1
Version: 2.1.1
Published: 11/3/2016
Change Set: ebd24cf
- In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 5.4.8 (support of V8 version 5.4.500.40)
- In JavaScriptEngineSwitcher.V8.Native.win-x86, JavaScriptEngineSwitcher.V8.Native.win-x64, JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 and JavaScriptEngineSwitcher.ChakraCore.Native.win-x64 packages fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core Applications
NuGet Packages
- JS Engine Switcher: V8
- JS Engine Switcher: ChakraCore
v2.1.0
Version: 2.1.0
Published: 11/2/2016
Change Set: 1558483
- In JavaScriptEngineSwitcher.V8:
- Fixed a error, that occurred during parsing of the original error message
- Native assemblies have been moved to separate packages: JavaScriptEngineSwitcher.V8.Native.win-x86 and JavaScriptEngineSwitcher.V8.Native.win-x64
- In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of October 27, 2016
- In JavaScriptEngineSwitcher.ChakraCore:
- Fixed a errors, that occurred during marshaling of Unicode strings in Unix-like operating systems
- Native assemblies for Windows have been moved to separate packages: JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 and JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
- Added a packages, that contains a native assemblies for Windows (ARM), Debian-based Linux (x64) and OS X (x64)
- ChakraCore was updated to version of October 29, 2016
- New version of the ChakraCore for Windows requires
msvcp140.dll
assembly from the Visual C++ Redistributable for Visual Studio 2015
NuGet Packages
v2.1.0 Beta 2
Version: 2.1.0 Beta 2
Published: 10/31/2016
Change Set: 71586d7
In JavaScriptEngineSwitcher.ChakraCore added experimental support of Windows (ARM).
NuGet Packages
v2.1.0 Beta 1
Version: 2.1.0 Beta 1
Published: 10/30/2016
Change Set: c2e7d0e
- In JavaScriptEngineSwitcher.V8:
- Fixed a error, that occurred during parsing of the original error message
- Native assemblies have been moved to separate packages: JavaScriptEngineSwitcher.V8.Native.win-x86 and JavaScriptEngineSwitcher.V8.Native.win-x64
- In JavaScriptEngineSwitcher.ChakraCore:
- Fixed a errors, that occurred during marshaling of Unicode strings in Unix-based operating systems
- Native assemblies have been moved to separate packages: JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 and JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
- ChakraCore was updated to version of October 29, 2016
- New version of the ChakraCore for Windows requires
msvcp140.dll
assembly from the Visual C++ Redistributable for Visual Studio 2015 - Added the JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64 and JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64 packages
NuGet Packages
v2.0.3
Version: 2.0.3
Published: 10/17/2016
Change Set: 0d4b378
- In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of October 17, 2016
- In JavaScriptEngineSwitcher.Jint added support of Jint version 2.10.2
- In JavaScriptEngineSwitcher.ChakraCore was made switch to new ChakraCore API
NuGet Packages
v2.0.2
v2.0.1
Version: 2.0.1
Published: 10/6/2016
Change Set: 2065447
Added module based on the VroomJs. Special thanks to Daniel Lo Nigro.