You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
Change log
2
2
==========
3
3
4
+
## v3.2.0 - October 12, 2019
5
+
* In JavaScriptEngineSwitcher.Jint:
6
+
* Jint was updated to version 3.0.0 Beta 1612. Special thanks to [Marko Lahma](https://github.com/lahma) and [Sébastien Ros](https://github.com/sebastienros)
7
+
* No longer supports a .NET Framework 4.0 Client and .NET Standard 1.3
8
+
* In configuration settings of the Jint JS engine was added two new properties: `MemoryLimit` (default `0`) and `RegexTimeoutInterval` (default `null`)
9
+
* To install this package, the “Include Prerelease” option must be set in the NuGet Package Manager
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines ([MSIE JavaScript Engine for .NET](http://github.com/Taritsyn/MsieJavaScriptEngine), [Microsoft ClearScript.V8](http://github.com/Microsoft/ClearScript), [Jurassic](http://github.com/paulbartrum/jurassic), [Jint](http://github.com/sebastienros/jint), [ChakraCore](http://github.com/Microsoft/ChakraCore), [VroomJs](http://github.com/pauldotknopf/vroomjs-core) and [NiL.JS](https://github.com/nilproject/NiL.JS)).
4
+
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines ([ChakraCore](https://github.com/Microsoft/ChakraCore), [Jint](https://github.com/sebastienros/jint), [Jurassic](https://github.com/paulbartrum/jurassic), [MSIE JavaScript Engine for .NET](https://github.com/Taritsyn/MsieJavaScriptEngine), [NiL.JS](https://github.com/nilproject/NiL.JS), [Microsoft ClearScript.V8](https://github.com/Microsoft/ClearScript) and [VroomJs](https://github.com/pauldotknopf/vroomjs-core)).
5
5
This library allows you to quickly and easily switch to using of another JavaScript engine.
6
6
7
7
The supported .NET types are as follows:
@@ -26,7 +26,7 @@ This library can be installed through NuGet:
Copy file name to clipboardExpand all lines: samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<PropertyGroup>
4
4
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 Full MVC 1 Site</Product>
Copy file name to clipboardExpand all lines: samples/JavaScriptEngineSwitcher.Sample.AspNetCore2.Mvc2/JavaScriptEngineSwitcher.Sample.AspNetCore2.Mvc2.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<PropertyGroup>
4
4
<Product>JS Engine Switcher: Sample ASP.NET Core 2.0 MVC 2 Site</Product>
<p>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (<ahref="http://github.com/Taritsyn/MsieJavaScriptEngine" target="blank">MSIE JavaScript Engine for .NET</a>, <ahref="http://clearscript.codeplex.com/" target="blank">Microsoft ClearScript.V8</a>, <ahref="http://github.com/paulbartrum/jurassic" target="blank">Jurassic</a>, <ahref="http://github.com/sebastienros/jint" target="blank">Jint</a>, <ahref="http://github.com/Microsoft/ChakraCore" target="blank">ChakraCore</a>, <ahref="http://github.com/pauldotknopf/vroomjs-core" target="blank">VroomJs</a> and <ahref="https://github.com/nilproject/NiL.JS" target="blank">NiL.JS</a>). This library allows you to quickly and easily switch to using of another JavaScript engine.</p>
1
+
<p>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (<ahref="https://github.com/Microsoft/ChakraCore" target="blank">ChakraCore</a>, <ahref="https://github.com/sebastienros/jint" target="blank">Jint</a>, <ahref="https://github.com/paulbartrum/jurassic" target="blank">Jurassic</a>, <ahref="https://github.com/Taritsyn/MsieJavaScriptEngine" target="blank">MSIE JavaScript Engine for .NET</a>, <ahref="https://github.com/nilproject/NiL.JS" target="blank">NiL.JS</a>, <ahref="https://github.com/Microsoft/ClearScript" target="blank">Microsoft ClearScript.V8</a> and <ahref="https://github.com/pauldotknopf/vroomjs-core" target="blank">VroomJs</a>). This library allows you to quickly and easily switch to using of another JavaScript engine.</p>
2
2
<p>JavaScript Engine Switcher was created and is maintained by Andrey Taritsyn.</p>
<Description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1612).</Description>
<PackageReleaseNotes>1. Jint was updated to version 3.0.0 Beta 1612;
16
+
<PackageReleaseNotes>1. Jint was updated to version 3.0.0 Beta 1612. Special thanks to Marko Lahma and Sébastien Ros;
16
17
2. No longer supports a .NET Framework 4.0 Client and .NET Standard 1.3;
17
-
3. In configuration settings of the Jint JS engine was added two new properties: `MemoryLimit` (default `0`) and `RegexTimeoutInterval` (default `null`).</PackageReleaseNotes>
18
+
3. In configuration settings of the Jint JS engine was added two new properties: `MemoryLimit` (default `0`) and `RegexTimeoutInterval` (default `null`);
19
+
4. To install this package, the “Include Prerelease” option must be set in the NuGet Package Manager.</PackageReleaseNotes>
0 commit comments