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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
Change log
2
2
==========
3
3
4
+
## April 26, 2017 - v2.4.0
5
+
* Added support of .NET Core 1.0.4
6
+
* In `IJsEngine` interface was added overloaded versions of the `Evaluate`, `Evaluate<T>` and `Execute` methods, which take the document name as second parameter
7
+
* Now all JS engines provide extended information about the error location
8
+
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.2.1
9
+
* In JavaScriptEngineSwitcher.V8:
10
+
* Added support of Microsoft ClearScript.V8 version of April 19, 2017 (support of V8 version 5.5.372.40)
11
+
* Now the `Evaluate` and `Execute` methods of `V8ScriptEngine` class are called with the `discard` parameter equal to `false`
12
+
* In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of March 9, 2017
13
+
* In JavaScriptEngineSwitcher.Jint added support of Jint version 2.10.4
14
+
* In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.4.2
15
+
4
16
## February 12, 2017 - v2.3.2
5
17
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.1.2
6
18
* In JavaScriptEngineSwitcher.ChakraCore fixed a error causing a crash during finalization
Copy file name to clipboardExpand all lines: NuGet/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection.nuspec
0 commit comments