Skip to content

Releases: Taritsyn/MsieJavaScriptEngine

v2.1.0

19 Dec 17:18
Compare
Choose a tag to compare

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

02 Dec 18:25
Compare
Choose a tag to compare

Version: 2.0.2
Published: 12/2/2016
Change Set: f2cbeba
NuGet Package MsieJavaScriptEngine

Another attempt to prevent occurrence of the access violation exception in the CallFunction method.

v2.0.1

08 Nov 18:02
Compare
Choose a tag to compare

Version: 2.0.1
Published: 11/8/2016
Change Set: af18a40
NuGet Package MsieJavaScriptEngine

All exceptions made serializable.

v2.0.0

19 Sep 10:20
Compare
Choose a tag to compare

Version: 2.0.0
Published: 9/19/2016
Change Set: ff2ae33
NuGet Package MsieJavaScriptEngine

  • Added support of .NET Core 1.0.1 (only supported ChakraIeJsRt and ChakraEdgeJsRt modes) and .NET Framework 4.5.1
  • Added the CollectGarbage method

v2.0.0 Beta 2

17 Sep 09:38
Compare
Choose a tag to compare
v2.0.0 Beta 2 Pre-release
Pre-release

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

09 Sep 15:29
Compare
Choose a tag to compare
v2.0.0 Beta 1 Pre-release
Pre-release

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

03 Sep 13:39
Compare
Choose a tag to compare
v2.0.0 Alpha 1 Pre-release
Pre-release

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

17 Aug 16:39
Compare
Choose a tag to compare

Version: 1.7.2
Published: 8/17/2016
Change Set: 671da2a
NuGet Package MsieJavaScriptEngine

An attempt was made to prevent occurrence of the access violation exception in the CallFunction method

v1.7.1

24 May 11:36
Compare
Choose a tag to compare

Version: 1.7.1
Published: 5/24/2016
Change Set: c946b39
NuGet Package MsieJavaScriptEngine

JSON2 library was updated to version of May 10, 2016

v1.7.0

04 Mar 16:15
Compare
Choose a tag to compare

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