Skip to content

Releases: Taritsyn/MsieJavaScriptEngine

v3.0.0 Beta 5

23 Aug 16:50
Compare
Choose a tag to compare
v3.0.0 Beta 5 Pre-release
Pre-release

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

12 Jun 12:22
Compare
Choose a tag to compare

Version: 2.2.9
Published: 6/12/2018
Change Set: a607c7c
NuGet Package MsieJavaScriptEngine

Changed a implementation of the Dispose method.

v3.0.0 Beta 4

06 Jun 18:08
Compare
Choose a tag to compare
v3.0.0 Beta 4 Pre-release
Pre-release

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

29 May 17:09
Compare
Choose a tag to compare
v3.0.0 Beta 3 Pre-release
Pre-release

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

24 May 13:40
Compare
Choose a tag to compare

Version: 2.2.8
Published: 5/24/2018
Change Set: 3e0715b
NuGet Package MsieJavaScriptEngine

Fixed a error #18 “Block finalizer solved?”.

v3.0.0 Beta 2

22 May 16:28
Compare
Choose a tag to compare
v3.0.0 Beta 2 Pre-release
Pre-release

Version: 3.0.0 Beta 2
Published: 5/22/2018
Change Set: f0db86d
NuGet Package MsieJavaScriptEngine

  • In MsieJsEngine class was added SupportsScriptPrecompilation property and three new methods: Precompile, PrecompileFile and PrecompileResource
  • In JsRT modes added a ability to pre-compile scripts

v2.2.7

10 Apr 19:01
Compare
Choose a tag to compare

Version: 2.2.7
Published: 4/10/2018
Change Set: 1483561
NuGet Package MsieJavaScriptEngine

Fixed a minor errors.

v3.0.0 Beta 1

08 Apr 17:38
Compare
Choose a tag to compare
v3.0.0 Beta 1 Pre-release
Pre-release

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 and JsUsageException. These exceptions are responsible for handling errors, some of which were previously handled by the JsRuntimeException class.
  • In the JsException class was added two new properties: Category and Description
  • From the JsRuntimeException class was removed one property - ErrorCode
  • In the JsRuntimeException class was added three new properties: Type, DocumentName and CallStack
  • JsScriptInterruptedException class was renamed to the JsInterruptedException class and now is inherited from the JsRuntimeException class
  • JsEngineLoadException class now is inherited from the JsEngineException class
  • Format method of the JsErrorHelpers class was renamed to the GenerateErrorDetails

v2.2.6

23 Feb 12:03
Compare
Choose a tag to compare

Version: 2.2.6
Published: 2/23/2018
Change Set: ff539e3
NuGet Package MsieJavaScriptEngine

In JsRT modes during calling of the CollectGarbage method is no longer performed blocking.

v2.2.5

23 Dec 18:42
Compare
Choose a tag to compare

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