Releases: Taritsyn/MsieJavaScriptEngine
Releases · Taritsyn/MsieJavaScriptEngine
v3.0.0 Beta 5
Version: 3.0.0 Beta 5
Published: 8/23/2018
Change Set: 1b98b49
NuGet Package MsieJavaScriptEngine
Fixed a error, that occurred during the generation of error message.
v2.2.9
v3.0.0 Beta 4
Version: 3.0.0 Beta 4
Published: 6/6/2018
Change Set: 84f7f4c
NuGet Package MsieJavaScriptEngine
Changed a implementation of the Dispose method.
v3.0.0 Beta 3
Version: 3.0.0 Beta 3
Published: 5/29/2018
Change Set: e05719e
NuGet Package MsieJavaScriptEngine
Fixed a error #18 “Block finalizer solved?”.
v2.2.8
v3.0.0 Beta 2
Version: 3.0.0 Beta 2
Published: 5/22/2018
Change Set: f0db86d
NuGet Package MsieJavaScriptEngine
- In
MsieJsEngineclass was addedSupportsScriptPrecompilationproperty and three new methods:Precompile,PrecompileFileandPrecompileResource - In JsRT modes added a ability to pre-compile scripts
v2.2.7
v3.0.0 Beta 1
Version: 3.0.0 Beta 1
Published: 4/8/2018
Change Set: b6fa144
NuGet Package MsieJavaScriptEngine
- Format of the error messages was unified
- Created a new exception classes:
JsCompilationException,JsEngineException,JsFatalExceptionandJsUsageException. These exceptions are responsible for handling errors, some of which were previously handled by theJsRuntimeExceptionclass. - In the
JsExceptionclass was added two new properties:CategoryandDescription - From the
JsRuntimeExceptionclass was removed one property -ErrorCode - In the
JsRuntimeExceptionclass was added three new properties:Type,DocumentNameandCallStack JsScriptInterruptedExceptionclass was renamed to theJsInterruptedExceptionclass and now is inherited from theJsRuntimeExceptionclassJsEngineLoadExceptionclass now is inherited from theJsEngineExceptionclassFormatmethod of theJsErrorHelpersclass was renamed to theGenerateErrorDetails
v2.2.6
v2.2.5
Version: 2.2.5
Published: 12/23/2017
Change Set: 2e65b63
NuGet Package MsieJavaScriptEngine
- Removed a redundant code
- Fixed a error, that occurred in the
Classicmode during removing the embedded host objects and types - Fixed a error, that occurred during finding the suitable method overload, that receives numeric values and interfaces as parameters, of the host object