MsieJavaScriptEngine Versions Save

.NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy.

v3.2.5

3 months ago

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

4 months ago

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

5 months ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

2 years ago

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

Improved a implementation of the Dispose method.

v3.0.7

4 years ago

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”.