Skip to content

Releases: Taritsyn/MsieJavaScriptEngine

v3.2.5

01 Mar 17:14
Compare
Choose a tag to compare

Version: 3.2.5
Published: 3/1/2024
Change Set: 7c2dced
NuGet Package MsieJavaScriptEngine

Added a README.md file to NuGet package.

v3.2.4

08 Jan 16:19
Compare
Choose a tag to compare

Version: 3.2.4
Published: 1/8/2024
Change Set: c848af9
NuGet Package MsieJavaScriptEngine

Fixed a error that occurred in the ReflectionHelpers.IsAllowedProperty method when running on .NET Core 1.0.

v3.2.3

06 Dec 16:47
Compare
Choose a tag to compare

Version: 3.2.3
Published: 12/6/2023
Change Set: ed02816
NuGet Package MsieJavaScriptEngine

JSON2 library was updated to version of May 10, 2023.

v3.2.2

10 Apr 12:55
Compare
Choose a tag to compare

Version: 3.2.2
Published: 4/10/2023
Change Set: 7f7332c
NuGet Package MsieJavaScriptEngine

Fixed a error due to which the global object to become read-only after embedding of the host objects and types. Special thanks to Denis Pushkarev.

v3.2.1

27 Feb 17:56
Compare
Choose a tag to compare

Version: 3.2.1
Published: 2/27/2023
Change Set: 957737b
NuGet Package MsieJavaScriptEngine

In JsRT modes improved a performance of .NET methods projection.

v3.2.0

26 Feb 17:18
Compare
Choose a tag to compare

Version: 3.2.0
Published: 2/26/2023
Change Set: 4856631
NuGet Package MsieJavaScriptEngine

In JavaScript engine settings was added one new property - AllowReflection (default false).

v3.1.0

06 Feb 18:03
Compare
Choose a tag to compare

Version: 3.1.0
Published: 2/6/2023
Change Set: cb35c8d
NuGet Package MsieJavaScriptEngine

  • In JsRT modes, JsVariantToValue and JsValueToVariant native methods are no longer used for embedding objects and types
  • JSON2 library was updated to version of October 30, 2022

v3.0.9

20 Jul 18:01
Compare
Choose a tag to compare

Version: 3.0.9
Published: 7/20/2022
Change Set: eac1f2e
NuGet Package MsieJavaScriptEngine

Now a case-sensitive cultural postfixes are used in the names of .resx files.

v3.0.8

08 Aug 16:52
Compare
Choose a tag to compare

Version: 3.0.8
Published: 8/8/2021
Change Set: 729542e
NuGet Package MsieJavaScriptEngine

Improved a implementation of the Dispose method.

v3.0.7

08 Mar 10:35
Compare
Choose a tag to compare

Version: 3.0.7
Published: 3/8/2020
Change Set: e801791
NuGet Package MsieJavaScriptEngine

Fixed a error “Program crash after function call with too much parameters”.