Releases: Taritsyn/MsieJavaScriptEngine
Releases · Taritsyn/MsieJavaScriptEngine
v2.1.0
Version: 2.1.0
Published: 12/19/2016
Change Set: d25d1d2
NuGet Package MsieJavaScriptEngine
- Added support of .NET Core 1.0.3
- Downgraded .NET Framework version from 4.5.1 to 4.5
- Now when you call the overloaded version of the
ExecuteResource
method, that takes the type, need to pass the resource name without the namespace - Fixed a error “Out of stack space”
- JSON2 library was updated to version of October 28, 2016
v2.0.2
v2.0.1
v2.0.0
v2.0.0 Beta 2
Version: 2.0.0 Beta 2
Published: 9/17/2016
Change Set: 927ae04
NuGet Package MsieJavaScriptEngine
Added support of .NET Core 1.0.1
v2.0.0 Beta 1
Version: 2.0.0 Beta 1
Published: 9/9/2016
Change Set: ea6a33f
NuGet Package MsieJavaScriptEngine
Added the CollectGarbage
method
v2.0.0 Alpha 1
Version: 2.0.0 Alpha 1
Published: 9/3/2016
Change Set: 7476222
NuGet Package MsieJavaScriptEngine
Added support of .NET Core 1.0 (only supported ChakraIeJsRt
and ChakraEdgeJsRt
modes) and .NET Framework 4.5.1
v1.7.2
v1.7.1
v1.7.0
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 theChakraIeJsRt
andChakraEdgeJsRt
modes. - In JavaScript engine settings was added one new property -
EnableDebugging
(defaultfalse
) - Improved implementation of the
CallFunction
method for Chakra JsRT modes