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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
Change log
2
2
==========
3
3
4
+
## v3.0.0 Beta 3 - May 22, 2018
5
+
* In `IJsEngine` interface was added `SupportsScriptPrecompilation` property and three new methods: `Precompile`, `PrecompileFile` and `PrecompileResource`
6
+
* In JavaScriptEngineSwitcher.Msie, JavaScriptEngineSwitcher.V8, JavaScriptEngineSwitcher.Jurassic, JavaScriptEngineSwitcher.Jint and JavaScriptEngineSwitcher.ChakraCore added a ability to pre-compile scripts
7
+
* Added a module based on the NiL.JS
8
+
* In JavaScriptEngineSwitcher.V8.Native.win-* and JavaScriptEngineSwitcher.ChakraCore.Native.win-* packages the directories with `win7-*` RIDs was renamed to `win-*`
9
+
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.0 Beta 2
10
+
* In JavaScriptEngineSwitcher.ChakraCore:
11
+
* ChakraCore was updated to version 1.8.4
12
+
* JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm package has been replaced by the JavaScriptEngineSwitcher.ChakraCore.Native.win-arm package
13
+
4
14
## v3.0.0 Beta 2 - April 12, 2018
5
15
* In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.8.3
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) and [VroomJs](http://github.com/pauldotknopf/vroomjs-core)).
4
+
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)).
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,10 +26,11 @@ This library can be installed through NuGet:
26
26
*[JS Engine Switcher: ChakraCore](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Standard 1.3 and .NET Standard 2.0)
*[OS X (x64)](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64)
32
32
*[JS Engine Switcher: Vroom](http://nuget.org/packages/JavaScriptEngineSwitcher.Vroom) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Standard 1.6 and .NET Standard 2.0)
33
+
*[JS Engine Switcher: NiL](http://nuget.org/packages/JavaScriptEngineSwitcher.NiL) (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Standard 1.3 and .NET Standard 2.0)
33
34
34
35
If you have used the JavaScript Engine Switcher version 2.X, then I recommend to first read [“How to upgrade applications to version 3.X”](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/How-to-upgrade-applications-to-version-3.X) section of the documentation.
Copy file name to clipboardExpand all lines: samples/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<PropertyGroup>
4
4
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 MVC 1 Site</Product>
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
@@ -3,7 +3,7 @@
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
@@ -3,7 +3,7 @@
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> and <ahref="http://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>
1
+
<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>
2
2
<p>JavaScript Engine Switcher was created and is maintained by Andrey Taritsyn.</p>
0 commit comments