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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Change log
76
76
* Downgraded .NET Framework version from 4.5.1 to 4.5
77
77
* Now when you call the overloaded version of the `ExecuteResource` method, that takes the type, need to pass the resource name without the namespace
78
78
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.1.0
79
-
* In JavaScriptEngineSwitcher.V8 now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145)
79
+
* In JavaScriptEngineSwitcher.V8 now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
80
80
* In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of December 8, 2016
81
81
* In JavaScriptEngineSwitcher.ChakraCore:
82
82
* Attempt to prevent occurrence of the access violation exception in the `CallFunction` method
@@ -100,7 +100,7 @@ Change log
100
100
* Native assemblies for Windows have been moved to separate packages: JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 and JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
101
101
* Added a packages, that contains a native assemblies for Windows (ARM), Debian-based Linux (x64) and OS X (x64)
102
102
* ChakraCore was updated to version of October 29, 2016
103
-
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145)
103
+
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
104
104
105
105
## v2.1.0 Beta 2 - October 31, 2016
106
106
* In JavaScriptEngineSwitcher.ChakraCore added experimental support of Windows (ARM)
@@ -113,7 +113,7 @@ Change log
113
113
* Fixed a errors, that occurred during marshaling of Unicode strings in Unix-based operating systems
114
114
* Native assemblies have been moved to separate packages: JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 and JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
115
115
* ChakraCore was updated to version of October 29, 2016
116
-
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145)
116
+
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
117
117
* Added the JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64 and JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64 packages
0 commit comments