Skip to content

v1.7.0

Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 04 Mar 16:15
· 204 commits to master since this release

Version: 1.7.0
Published: 3/4/2016
Change Set: 9f3fdfd
NuGet Package MsieJavaScriptEngine

  • Added the EmbedHostObject method (embeds a instance of simple class, structure or delegate to script code)
  • Added the EmbedHostType method (embeds a host type to script code)
  • 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)
  • Improved implementation of the CallFunction method for Chakra JsRT modes