Releases: Taritsyn/MsieJavaScriptEngine
Releases · Taritsyn/MsieJavaScriptEngine
v1.7.0 Beta 1
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
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
debuggerstatement to script code. This feature only works in theChakraIeJsRtandChakraEdgeJsRtmodes. - In JavaScript engine settings was added one new property -
EnableDebugging(defaultfalse)
v1.7.0 Alpha 1
Version: 1.7.0 Alpha 1
Published: 1/5/2016
Change Set: c3642d1
NuGet Package MsieJavaScriptEngine
- Added the
EmbedHostObjectmethod (embeds a instance of simple class, structure or delegate to script code) - Improved implementation of the
CallFunctionmethod for Chakra JsRT modes
v1.6.0
v1.5.4
Version: 1.5.4
Published: 6/28/2015
Change Set: 0c9e6cc
NuGet Package MsieJavaScriptEngine
- In
ChakraActiveScriptmode added native support of ECMAScript 5 (without polyfills) - Added
JsEngineSettingsclass for any reason in the future to abandon redundant constructors