Skip to content

Releases: Taritsyn/MsieJavaScriptEngine

v1.7.0 Beta 1

26 Feb 16:26
Compare
Choose a tag to compare
v1.7.0 Beta 1 Pre-release
Pre-release

Version: 1.7.0 Beta 1
Published: 2/26/2016
Change Set: 37adffc
NuGet Package MsieJavaScriptEngine

Added the EmbedHostType method (embeds a host type to script code)

v1.7.0 Alpha 2

16 Jan 16:48
Compare
Choose a tag to compare
v1.7.0 Alpha 2 Pre-release
Pre-release

Version: 1.7.0 Alpha 2
Published: 1/16/2016
Change Set: 6c288c3
NuGet Package MsieJavaScriptEngine

  • Added a possibility to debug in Visual Studio by adding the debugger statement to script code. This feature only works in the ChakraIeJsRt and ChakraEdgeJsRt modes.
  • In JavaScript engine settings was added one new property - EnableDebugging (default false)

v1.7.0 Alpha 1

05 Jan 16:40
Compare
Choose a tag to compare
v1.7.0 Alpha 1 Pre-release
Pre-release

Version: 1.7.0 Alpha 1
Published: 1/5/2016
Change Set: c3642d1
NuGet Package MsieJavaScriptEngine

  • Added the EmbedHostObject method (embeds a instance of simple class, structure or delegate to script code)
  • Improved implementation of the CallFunction method for Chakra JsRT modes

v1.6.0

04 Dec 10:55
Compare
Choose a tag to compare

Version: 1.6.0
Published: 12/3/2015
Change Set: de40351
NuGet Package MsieJavaScriptEngine

  • Added support of “Edge” JsRT version of Chakra JavaScript engine
  • ChakraJsRt mode was renamed to ChakraIeJsRt

v1.5.4

09 Dec 13:28
Compare
Choose a tag to compare

Version: 1.5.4
Published: 6/28/2015
Change Set: 0c9e6cc
NuGet Package MsieJavaScriptEngine

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