Skip to content

Releases: Taritsyn/MsieJavaScriptEngine

v3.0.0 Alpha 3

10 Dec 18:16
Compare
Choose a tag to compare
v3.0.0 Alpha 3 Pre-release
Pre-release

Version: 3.0.0 Alpha 3
Published: 12/10/2017
Change Set: ac9f76b
NuGet Package MsieJavaScriptEngine

  • Added support of .NET Standard 2.0
  • Fixed a error, that occurred in the Classic mode during removing the embedded host objects and types
  • Removed a redundant code
  • In JsRT modes during calling of the CollectGarbage method is no longer performed blocking

v3.0.0 Alpha 2

17 Nov 13:48
Compare
Choose a tag to compare
v3.0.0 Alpha 2 Pre-release
Pre-release

Version: 3.0.0 Alpha 2
Published: 11/17/2017
Change Set: 230a304
NuGet Package MsieJavaScriptEngine

Fixed a error, that occurred during finding the suitable method overload, that receives numeric values and interfaces as parameters, of the host object.

v3.0.0 Alpha 1

13 Sep 18:14
Compare
Choose a tag to compare
v3.0.0 Alpha 1 Pre-release
Pre-release

Version: 3.0.0 Alpha 1
Published: 9/13/2017
Change Set: 70e0404
NuGet Package MsieJavaScriptEngine

Added a ability to interrupt execution of the script.

v2.2.4

25 Aug 10:23
Compare
Choose a tag to compare

Version: 2.2.4
Published: 8/25/2017
Change Set: 00cdbf1
NuGet Package MsieJavaScriptEngine

  • In ActiveScript modes now are uses the short names of error categories
  • In Classic mode during debugging now script error contains a full stack trace
  • In JsRT modes the compilation error messages now contains a information about the error location

v2.2.3

04 Jul 15:18
Compare
Choose a tag to compare

Version: 2.2.3
Published: 7/4/2017
Change Set: 2b464b3
NuGet Package MsieJavaScriptEngine

  • Now during the rethrowing of exceptions are preserved the full call stack trace
  • Reduced a number of delegate-wrappers

v2.2.2

28 Jun 17:31
Compare
Choose a tag to compare

Version: 2.2.2
Published: 6/28/2017
Change Set: 5593946
NuGet Package MsieJavaScriptEngine

  • Switched to Apache license
  • In JsRT modes fixed a problems in calculation of error locations
  • An attempt was made to prevent occurrence of the access violation exception
  • Now the original exception is added to instance of the JsRuntimeException class as an inner exception
  • An attempt was made to prevent a blocking of finalizer's thread
  • Added support of identifier names compliant with ECMAScript 5

v2.2.1

25 Apr 09:59
Compare
Choose a tag to compare

Version: 2.2.1
Published: 4/25/2017
Change Set: 86c07f6
NuGet Package MsieJavaScriptEngine

Now during debugging in ActiveScript modes the script error contains a error location.

v2.2.0

21 Apr 18:34
Compare
Choose a tag to compare

Version: 2.2.0
Published: 4/21/2017
Change Set: fc55399
NuGet Package MsieJavaScriptEngine

  • Added support of .NET Core 1.0.4
  • In JsRT modes now script error contains a full stack trace
  • In MsieJsEngine class was added overloaded versions of the Evaluate, Evaluate<T> and Execute methods, which take the document name as second parameter
  • Now all modes support the possibility to debug in Visual Studio by adding the debugger statement to script code

v2.1.2

12 Feb 13:31
Compare
Choose a tag to compare

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

10 Feb 14:51
Compare
Choose a tag to compare

Version: 2.1.1
Published: 2/10/2017
Change Set: 2c89bff
NuGet Package MsieJavaScriptEngine

Was made refactoring.