Releases: Taritsyn/MsieJavaScriptEngine
v3.0.0 Alpha 3
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
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
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
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
v2.2.2
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
v2.2.0
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 theEvaluate
,Evaluate<T>
andExecute
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