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
1. Microsoft ClearScript.V8 was updated to version 7.0 (support of V8 version 8.7.220.25);
2. Added support of .NET Framework 4.7.1 and .NET 5.0;
3. Added support of Linux (x64) and OS X (x64);
4. Own versions of the ClearScript's assemblies are no longer build, because the official NuGet package is now used.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,22 @@ Change log
7
7
## v3.8.4 - November 7, 2020
8
8
* In JavaScriptEngineSwitcher.Jint added support of Jint version 3.0.0 Beta 1914
9
9
10
+
## v3.9.0 Preview 3 - November 6, 2020
11
+
* In JavaScriptEngineSwitcher.V8:
12
+
* Microsoft ClearScript.V8 was updated to version 7.0 RC5 (support of V8 version 8.7.220.16)
13
+
* Own versions of the ClearScript's assemblies are no longer build, because the [official NuGet package](https://www.nuget.org/packages/Microsoft.ClearScript.V8) is now used. Therefore, you should also replace in your projects the `JavaScriptEngineSwitcher.V8.Native.*` packages by the `Microsoft.ClearScript.V8.Native.*` packages.
14
+
15
+
## v3.9.0 Preview 2 - October 30, 2020
16
+
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.0 RC4 (support of V8 version 8.7.220.10)
17
+
10
18
## v3.8.3 - October 29, 2020
11
19
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.0 RC4 (support of V8 version 8.7.220.10)
12
20
21
+
## v3.9.0 Preview - October 24, 2020
22
+
* In JavaScriptEngineSwitcher.V8:
23
+
* Cross-platform is implemented by using an [unofficial experimental version of the Microsoft ClearScript.V8](https://github.com/Taritsyn/ClearScript-Experimental) library, which is not targeted at any particular operating system or processor architecture, and can work with various native assemblies
24
+
* Added a packages, that contains a native assemblies for Linux (x64) and OS X (x64)
25
+
13
26
## v3.8.2 - October 23, 2020
14
27
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.0 RC3
0 commit comments