Releases: Taritsyn/MsieJavaScriptEngine
Releases · Taritsyn/MsieJavaScriptEngine
v3.3.0
17 Feb 14:48
Compare
Sorry, something went wrong.
No results found
Version: 3.3.0
Published: 2/17/2026
Change Set: 7c18d7c
NuGet Package MsieJavaScriptEngine
Optimized a memory usage in the ReflectionHelpers.GetBestFitMethod method
Added support for .NET Standard 2.1 and .NET 10
Performed a migration to the modern C# null/not-null checks
In the lock statements for .NET 10 target now uses a instances of the System.Threading.Lock class
Reduced a memory allocation by using collection expressions
The value of a read-only field in an embedded object or type can no longer be changed
v3.2.5
01 Mar 17:14
Compare
Sorry, something went wrong.
No results found
v3.2.4
08 Jan 16:19
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Version: 3.0.8
Published: 8/8/2021
Change Set: 729542e
NuGet Package MsieJavaScriptEngine
Improved a implementation of the Dispose method.