Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.8 KB

File metadata and controls

67 lines (49 loc) · 2.8 KB

Change log

January 13, 2015 - v1.5.1

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

October 12, 2014 - v1.5.0

  • Removed dependency on System.Web.Extensions
  • Assembly is now targeted on the .NET Framework 4 Client Profile

July 22, 2014 - v1.4.4

  • Source code of the ChakraJsRtJsEngine was synchronized with the Chakra Sample Hosts version of July 22, 2014

April 27, 2014 - v1.4.3

March 24, 2014 - v1.4.2

March 22, 2014 - v1.4.1

  • Fixed minor bugs

February 27, 2014 - v1.4.0

  • Removed following methods: HasProperty, GetPropertyValue, SetPropertyValue and RemoveProperty
  • Fixed bug #3 "execute code from different threads"
  • Now in the ChakraJsRt mode is available a more detailed information about errors
  • In ECMAScript 5 Polyfill improved a performance of the String.prototype.trim method
  • JSON2 library was updated to version of February 4, 2014

January 16, 2014 - v1.3.0

  • Added support of the JsRT version of Chakra
  • Now the MSIE JavaScript Engine can work in 4 modes: Auto (selected by default), Classic, ChakraActiveScript and ChakraJsRt
  • Following methods are obsolete: HasProperty, GetPropertyValue, SetPropertyValue and RemoveProperty

December 30, 2013 - v1.2.0

  • Fixed errors in ECMAScript 5 Polyfill
  • Added support of JavaScript undefined type

September 3, 2013 - v1.1.3

  • Access modifier of the JsEngineLoadException class has changed to public

June 20, 2013 - v1.1.2

  • JSON2 library was updated to version of May 26, 2013

October 15, 2012 - v1.1.1

  • Assembly MsieJavaScriptEngine.dll now signed

October 11, 2012 - v1.1.0

  • Added ability of using the Douglas Crockford's JSON2 library
  • By default using of the JSON2 library is disabled

September 21, 2012 - v1.0.8

  • Changed the format of error messages

September 9, 2012 - v1.0.7

  • Added the ActiveScriptErrorFormatter class

August 29, 2012 - v1.0.5

August 27, 2012 - v1.0.1

  • Added the JsEngineLoadException class

August 26, 2012 - v1.0.0

  • Initial version uploaded