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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
Change log
2
2
==========
3
3
4
+
## January 16, 2016 - v1.5.0 Alpha 2
5
+
* Added module based on the [ChakraCore](http://github.com/Microsoft/ChakraCore). JavaScriptEngineSwitcher.ChakraCore does not yet support the `EmbedHostObject` method.
6
+
* In JavaScriptEngineSwitcher.ConfigurationIntelliSense updated definitions for configuration settings of MSIE JavaScript engine
7
+
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 1.7.0 Alpha 2 and in configuration settings was added one new property - `EnableDebugging` (default `false`)
8
+
4
9
## January 5, 2016 - v1.5.0 Alpha 1
5
10
* Added the `EmbedHostObject` method (embeds a instance of simple class, structure or delegate to script code)
<description>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore (http://github.com/Microsoft/ChakraCore) version 1.1). Project was based on the code of Chakra-Samples (http://github.com/Microsoft/Chakra-Samples).
14
+
15
+
JavaScriptEngineSwitcher.ChakraCore does not yet support the `EmbedHostObject` method.
16
+
17
+
For correct working of the ChakraCore require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
18
+
<summary>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore version 1.1).</summary>
Copy file name to clipboardExpand all lines: NuGet/JavaScriptEngineSwitcher.ConfigurationIntelliSense/JavaScriptEngineSwitcher.ConfigurationIntelliSense.nuspec
<description>JavaScriptEngineSwitcher.ConfigurationIntelliSense adds IntelliSense support when editing the `jsEngineSwitcher` configuration section in the Web.config or App.config file.</description>
14
14
<summary>JavaScriptEngineSwitcher.ConfigurationIntelliSense adds IntelliSense support when editing the `jsEngineSwitcher` configuration section in the Web.config or App.config file.</summary>
15
+
<releaseNotes>Updated definitions for configuration settings of MSIE JavaScript engine.</releaseNotes>
0 commit comments