Skip to content

Tags: ctaggart/MsieJavaScriptEngine

Tags

v1.6.0

Toggle v1.6.0's commit message
Version 1.6.0

v1.5.6

Toggle v1.5.6's commit message
Version 1.5.6:

Source code of the `ChakraJsRtJsEngine` was synchronized with the Chakra Sample Hosts version of July 11, 2015.

v1.5.5

Toggle v1.5.5's commit message
Version 1.5.5:

1. Fixed an error, that occurs on computers with IE 6;
2. Removed `Obsolete` attribute from parameterless constructor.

v1.5.4

Toggle v1.5.4's commit message
Version 1.5.4:

1. In `ChakraActiveScript` mode added native support of ECMAScript 5 (without polyfills);
2. Added `JsEngineSettings` class for any reason in the future to abandon redundant constructors.

v1.5.3

Toggle v1.5.3's commit message
Version 1.5.3:

JSON2 library was updated to version of May 3, 2015.

v1.5.2

Toggle v1.5.2's commit message
Version 1.5.2:

JSON2 library was updated to version of February 25, 2015.

v1.5.1

Toggle v1.5.1's commit message
Version 1.5.1:

In ECMAScript 5 Polyfill added polyfill for the `String.prototype.split` method.

v1.5.0

Toggle v1.5.0's commit message
Version 1.5.0:

1. Removed dependency on `System.Web.Extensions`;
2. Assembly is now targeted on the .NET Framework 4 Client Profile.

v1.4.4

Toggle v1.4.4's commit message
Version 1.4.4 (Source code of the `ChakraJsRtJsEngine` was synchroniz…

…ed with the Chakra Sample Hosts version of July 22, 2014)

v1.4.3

Toggle v1.4.3's commit message
Version 1.4.3:

1. In solution was enabled NuGet package restore;
2. Fixed JavaScriptEngineSwitcher.Msie's bug Taritsyn#7 "MsieJavaScriptEngine.ActiveScript.ActiveScriptException not wrapped".