Releases: Taritsyn/JavaScriptEngineSwitcher
v3.11.2
Version: 3.11.2
Published: 3/5/2021
Change Set: dab93da
- In JavaScriptEngineSwitcher.NiL added support of NiL.JS version 2.5.1475
- In JavaScriptEngineSwitcher.V8:
- Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version 8.9.255.20)
- Added support of .NET Standard 2.1
- Added support of Linux (ARM)
- In configuration settings of the V8 JS engine was added one new property -
HeapExpansionMultiplier
(default0
)
NuGet Packages
JS engines
v3.11.1
Version: 3.11.1
Published: 2/1/2021
Change Set: 4fdc03a
In JavaScriptEngineSwitcher.Jint:
- Runtime exceptions now contain a stack trace
- In configuration settings of the Jint JS engine a
AllowDebuggerStatement
property has been returned so as not to break compatibility with previous versions
NuGet Packages
JS engines
v3.11.0
Version: 3.11.0
Published: 1/30/2021
Change Set: 773cd72
In JavaScriptEngineSwitcher.Jint:
- Jint was updated to version 3.0.0 Beta 2002
- In configuration settings of the Jint JS engine a
AllowDebuggerStatement
property has been replaced by theDebuggerStatementHandlingMode
property (defaultIgnore
) and was added two new properties:DebuggerBreakCallback
(defaultnull
) andDebuggerStepCallback
(defaultnull
)
NuGet Packages
JS engines
v3.10.0
Version: 3.10.0
Published: 1/22/2021
Change Set: 6f017df
- In JavaScriptEngineSwitcher.Node added support of Jering.Javascript.NodeJS version 5.4.4
- In JavaScriptEngineSwitcher.V8:
- Microsoft ClearScript.V8 was updated to version 7.1 (support of V8 version 8.8.278.14)
- Added support of Windows (ARM64) and Linux (ARM64)
NuGet Packages
JS engines
v3.9.1
Version: 3.9.1
Published: 12/9/2020
Change Set: 165ac3f
In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.11.24 (Tomáš Deml's patch applied).
NuGet Packages
JS engines
v3.9.0
Version: 3.9.0
Published: 11/19/2020
Change Set: 914b1fa
In JavaScriptEngineSwitcher.V8:
- Microsoft ClearScript.V8 was updated to version 7.0 (support of V8 version 8.7.220.25)
- Added support of .NET Framework 4.7.1 and .NET 5.0
- Added support of Linux (x64) and OS X (x64)
- Own versions of the ClearScript's assemblies are no longer build, because the official NuGet package is now used. Therefore, you should also replace in your projects the
JavaScriptEngineSwitcher.V8.Native.*
packages by theMicrosoft.ClearScript.V8.Native.*
packages.
NuGet Packages
JS engines
v3.8.5
Version: 3.8.5
Published: 11/11/2020
Change Set: 8550cae
In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.11.23 (Tomáš Deml's patch applied).
NuGet Packages
JS engines
v3.8.4
v3.9.0 Preview 3
Version: 3.9.0 Preview 3
Published: 11/6/2020
Change Set: c4ba8ea
In JavaScriptEngineSwitcher.V8:
- Microsoft ClearScript.V8 was updated to version 7.0 RC5 (support of V8 version 8.7.220.16)
- Own versions of the ClearScript's assemblies are no longer build, because the official NuGet package is now used. Therefore, you should also replace in your projects the
JavaScriptEngineSwitcher.V8.Native.*
packages by theMicrosoft.ClearScript.V8.Native.*
packages.
NuGet Packages
JS engines
v3.9.0 Preview 2
Version: 3.9.0 Preview 2
Published: 10/30/2020
Change Set: cde9c72
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.0 RC4 (support of V8 version 8.7.220.10).