Skip to content

Commit 69ad05c

Browse files
committed
In JavaScriptEngineSwitcher.ChakraCore:
1. ChakraCore was updated to version 1.10.0; 2. In configuration settings of the ChakraCore JS engine was added one new property - `DisableExecutablePageAllocation` (default `false`).
1 parent 9547018 commit 69ad05c

File tree

31 files changed

+114
-62
lines changed

31 files changed

+114
-62
lines changed

Licenses/chakra-core-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ChakraCore
21
The MIT License (MIT)
32

43
Copyright (c) Microsoft Corporation
4+
All rights reserved.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64/JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64</id>
5-
<version>2.4.20</version>
5+
<version>2.4.21</version>
66
<title>JS Engine Switcher: ChakraCore for Debian (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -12,7 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This package is deprecated. Instead, it is recommended to use a 'JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64' package.</description>
1414
<summary>This package is deprecated. Instead, it is recommended to use a 'JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64' package.</summary>
15-
<releaseNotes>ChakraCore was updated to version 1.8.5.</releaseNotes>
15+
<releaseNotes>ChakraCore was updated to version 1.10.0.</releaseNotes>
1616
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1717
<language>en-US</language>
1818
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Debian Ubuntu LinuxMint x64</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64/readme.txt

Lines changed: 2 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: ChakraCore for Debian x64 v2.4.20
4+
README file for JS Engine Switcher: ChakraCore for Debian x64 v2.4.21
55

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

@@ -17,7 +17,7 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
ChakraCore was updated to version 1.8.5.
20+
ChakraCore was updated to version 1.10.0.
2121

2222
=============
2323
DOCUMENTATION

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64</id>
5-
<version>2.4.20</version>
5+
<version>2.4.21</version>
66
<title>JS Engine Switcher: ChakraCore for Linux (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_ChakraCore_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for Linux (x64).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for Linux (x64).
1414

1515
This package is only compatible with .NET Core.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for Linux (x64).</summary>
17-
<releaseNotes>ChakraCore was updated to version 1.8.5.</releaseNotes>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for Linux (x64).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.10.0.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Linux x64</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore for Linux x64 v2.4.20
4+
README file for JS Engine Switcher: ChakraCore for Linux x64 v2.4.21
55

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

@@ -12,14 +12,14 @@
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version 1.8.5 for Linux (x64).
15+
contains the native implementation of ChakraCore version 1.10.0 for Linux (x64).
1616

1717
This package is only compatible with .NET Core.
1818

1919
=============
2020
RELEASE NOTES
2121
=============
22-
ChakraCore was updated to version 1.8.5.
22+
ChakraCore was updated to version 1.10.0.
2323

2424
=============
2525
DOCUMENTATION

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</id>
5-
<version>2.4.20</version>
5+
<version>2.4.21</version>
66
<title>JS Engine Switcher: ChakraCore for OS X (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_ChakraCore_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for OS X (x64).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for OS X (x64).
1414

1515
This package is only compatible with .NET Core.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for OS X (x64).</summary>
17-
<releaseNotes>ChakraCore was updated to version 1.8.5.</releaseNotes>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for OS X (x64).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.10.0.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore macOS OSX x64</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore for OS X x64 v2.4.20
4+
README file for JS Engine Switcher: ChakraCore for OS X x64 v2.4.21
55

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

@@ -12,14 +12,14 @@
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version 1.8.5 for OS X (x64).
15+
contains the native implementation of ChakraCore version 1.10.0 for OS X (x64).
1616

1717
This package is only compatible with .NET Core.
1818

1919
=============
2020
RELEASE NOTES
2121
=============
22-
ChakraCore was updated to version 1.8.5.
22+
ChakraCore was updated to version 1.10.0.
2323

2424
=============
2525
DOCUMENTATION

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-arm/JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.win-arm</id>
5-
<version>2.4.20</version>
5+
<version>2.4.21</version>
66
<title>JS Engine Switcher: ChakraCore for Windows (ARM)</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_ChakraCore_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for Windows (ARM).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for Windows (ARM).
1414

1515
This package is only compatible with .NET Core and .NET Framework 4.5.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for Windows (ARM).</summary>
17-
<releaseNotes>ChakraCore was updated to version 1.8.5.</releaseNotes>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for Windows (ARM).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.10.0.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows ARM</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-arm/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore for Windows ARM v2.4.20
4+
README file for JS Engine Switcher: ChakraCore for Windows ARM v2.4.21
55

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

@@ -12,14 +12,14 @@
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version 1.8.5 for Windows (ARM).
15+
contains the native implementation of ChakraCore version 1.10.0 for Windows (ARM).
1616

1717
This package is only compatible with .NET Core and .NET Framework 4.5.
1818

1919
=============
2020
RELEASE NOTES
2121
=============
22-
ChakraCore was updated to version 1.8.5.
22+
ChakraCore was updated to version 1.10.0.
2323

2424
=============
2525
DOCUMENTATION

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.win-x64</id>
5-
<version>2.4.20</version>
5+
<version>2.4.21</version>
66
<title>JS Engine Switcher: ChakraCore 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_ChakraCore_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for Windows (x64).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for Windows (x64).
1414

1515
For correct working of the ChakraCore require the Microsoft Visual C++ 2015 Redistributable.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.8.5 for Windows (x64).</summary>
17-
<releaseNotes>ChakraCore was updated to version 1.8.5.</releaseNotes>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.10.0 for Windows (x64).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.10.0.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows x64</tags>

0 commit comments

Comments
 (0)