Skip to content

Commit f0fdf3e

Browse files
committed
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version of April 19, 2017 (support of V8 version 5.5.372.40)
1 parent 47d38ae commit f0fdf3e

File tree

15 files changed

+39
-22
lines changed

15 files changed

+39
-22
lines changed

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x64/JavaScriptEngineSwitcher.V8.Native.win-x64.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.V8.Native.win-x64</id>
5-
<version>2.2.0</version>
5+
<version>2.4.0</version>
66
<title>JS Engine Switcher: V8 for Windows (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x64).
13+
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x64).
1414

1515
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x64).</summary>
16+
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x64).</summary>
17+
<releaseNotes>Microsoft ClearScript.V8 was updated to version of April 19, 2017 (support of V8 version 5.5.372.40).</releaseNotes>
1718
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1819
<language>en-US</language>
1920
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x64</tags>

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x64/readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: V8 for Windows x64 v2.2.0
4+
README file for JS Engine Switcher: V8 for Windows x64 v2.4.0
55

66
--------------------------------------------------------------------------------
77

@@ -12,11 +12,17 @@
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
15-
the native implementation of V8 version 5.4.500.40 for Windows (x64).
15+
the native implementation of V8 version 5.5.372.40 for Windows (x64).
1616

1717
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll`
1818
assembly from the Visual C++ Redistributable for Visual Studio 2015.
1919

20+
=============
21+
RELEASE NOTES
22+
=============
23+
Microsoft ClearScript.V8 was updated to version of April 19, 2017 (support of V8
24+
version 5.5.372.40).
25+
2026
====================
2127
POST-INSTALL ACTIONS
2228
====================

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x86/JavaScriptEngineSwitcher.V8.Native.win-x86.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.V8.Native.win-x86</id>
5-
<version>2.2.0</version>
5+
<version>2.4.0</version>
66
<title>JS Engine Switcher: V8 for Windows (x86)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x86).
13+
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x86).
1414

1515
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x86).</summary>
16+
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x86).</summary>
17+
<releaseNotes>Microsoft ClearScript.V8 was updated to version of April 19, 2017 (support of V8 version 5.5.372.40).</releaseNotes>
1718
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1819
<language>en-US</language>
1920
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x86</tags>

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x86/readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: V8 for Windows x86 v2.2.0
4+
README file for JS Engine Switcher: V8 for Windows x86 v2.4.0
55

66
--------------------------------------------------------------------------------
77

@@ -12,11 +12,17 @@
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
15-
the native implementation of V8 version 5.4.500.40 for Windows (x86).
15+
the native implementation of V8 version 5.5.372.40 for Windows (x86).
1616

1717
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll`
1818
assembly from the Visual C++ Redistributable for Visual Studio 2015.
1919

20+
=============
21+
RELEASE NOTES
22+
=============
23+
Microsoft ClearScript.V8 was updated to version of April 19, 2017 (support of V8
24+
version 5.5.372.40).
25+
2026
====================
2127
POST-INSTALL ACTIONS
2228
====================

NuGet/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version 5.4.8).
13+
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of April 19, 2017).
1414

1515
This package does not contain the native ClearScript and V8 assemblies. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
1616

1717
* JavaScriptEngineSwitcher.V8.Native.win-x86
1818
* JavaScriptEngineSwitcher.V8.Native.win-x64</description>
19-
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version 5.4.8).</summary>
20-
<releaseNotes>Now the `Evaluate` and `Execute` methods of `V8ScriptEngine` class are called with the `discard` parameter equal to `false`.</releaseNotes>
19+
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version of April 19, 2017).</summary>
20+
<releaseNotes>1. Microsoft ClearScript.V8 was updated to version of April 19, 2017;
21+
2. Now the `Evaluate` and `Execute` methods of `V8ScriptEngine` class are called with the `discard` parameter equal to `false`.</releaseNotes>
2122
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
2223
<language>en-US</language>
2324
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript</tags>

NuGet/JavaScriptEngineSwitcher.V8/readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
DESCRIPTION
1313
===========
1414
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the
15-
Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version 5.4.8).
15+
Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of April 19,
16+
2017).
1617

1718
This package does not contain the native ClearScript and V8 assemblies.
1819
Therefore, you need to choose and install the most appropriate package(s) for
@@ -24,8 +25,9 @@
2425
=============
2526
RELEASE NOTES
2627
=============
27-
Now the `Evaluate` and `Execute` methods of `V8ScriptEngine` class are called
28-
with the `discard` parameter equal to `false`.
28+
1. Microsoft ClearScript.V8 was updated to version of April 19, 2017;
29+
2. Now the `Evaluate` and `Execute` methods of `V8ScriptEngine` class are called
30+
with the `discard` parameter equal to `false`.
2931

3032
=============
3133
DOCUMENTATION

lib/ClearScript/ClearScript.dll

1 KB
Binary file not shown.
28.5 KB
Binary file not shown.

lib/ClearScript/win-x64/v8-x64.dll

1.34 MB
Binary file not shown.
14 KB
Binary file not shown.

0 commit comments

Comments
 (0)