Releases: Taritsyn/MsieJavaScriptEngine
Releases · Taritsyn/MsieJavaScriptEngine
v2.1.2
Compare
Sorry, something went wrong.
No results found
Version: 2.1.2
Published: 2/12/2017
Change Set: 6513b47
NuGet Package MsieJavaScriptEngine
Fixed a error causing a crash during finalization.
v2.1.1
Compare
Sorry, something went wrong.
No results found
Version: 2.1.1
Published: 2/10/2017
Change Set: 2c89bff
NuGet Package MsieJavaScriptEngine
Was made refactoring.
v2.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Version: 2.0.1
Published: 11/8/2016
Change Set: af18a40
NuGet Package MsieJavaScriptEngine
All exceptions made serializable.
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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