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
MsieJsEngine
class was addedSupportsScriptPrecompilation
property and three new methods:Precompile
,PrecompileFile
andPrecompileResource
- 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
,JsFatalException
andJsUsageException
. These exceptions are responsible for handling errors, some of which were previously handled by theJsRuntimeException
class. - In the
JsException
class was added two new properties:Category
andDescription
- From the
JsRuntimeException
class was removed one property -ErrorCode
- In the
JsRuntimeException
class was added three new properties:Type
,DocumentName
andCallStack
JsScriptInterruptedException
class was renamed to theJsInterruptedException
class and now is inherited from theJsRuntimeException
classJsEngineLoadException
class now is inherited from theJsEngineException
classFormat
method of theJsErrorHelpers
class 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
Classic
mode 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