You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,36 @@ Change log
28
28
* One part of the auxiliary code was removed, and other part moved to an external library - [AdvancedStringBuilder](https://github.com/Taritsyn/AdvancedStringBuilder)
29
29
* In the `IeNativeMethods` and `EdgeNativeMethods` classes for the `netstandard` targets was changed a calling convention from `StdCall` to `Cdecl`
30
30
31
+
## v2.2.10 - November 20, 2018
32
+
* Improved performance of debugging in ActiveScript modes
33
+
* JSON2 library was updated to version of June 12, 2017
34
+
31
35
## v3.0.0 RC 1 - September 18, 2018
32
36
* In JavaScript engine settings was added one new property - `MaxStackSize` (default `492` or `984` KB)
33
37
* JSON2 library was updated to version of June 12, 2017
34
38
35
39
## v3.0.0 Beta 5 - August 23, 2018
36
40
* Fixed a error, that occurred during the generation of error message
37
41
42
+
## v2.2.9 - June 12, 2018
43
+
* Changed a implementation of the `Dispose` method
44
+
38
45
## v3.0.0 Beta 4 - June 6, 2018
39
46
* Changed a implementation of the `Dispose` method
40
47
41
48
## v3.0.0 Beta 3 - May 29, 2018
42
49
* Fixed a [error #18](https://github.com/Taritsyn/MsieJavaScriptEngine/issues/18) “Block finalizer solved?”
43
50
51
+
## v2.2.8 - May 24, 2018
52
+
* Fixed a [error #18](https://github.com/Taritsyn/MsieJavaScriptEngine/issues/18) “Block finalizer solved?”
53
+
44
54
## v3.0.0 Beta 2 - May 22, 2018
45
55
* In `MsieJsEngine` class was added `SupportsScriptPrecompilation` property and three new methods: `Precompile`, `PrecompileFile` and `PrecompileResource`
46
56
* In JsRT modes added a ability to pre-compile scripts
47
57
58
+
## v2.2.7 - April 10, 2018
59
+
* Fixed a minor errors
60
+
48
61
## v3.0.0 Beta 1 - April 8, 2018
49
62
* Format of the error messages was unified
50
63
* Created a new exception classes: `JsCompilationException`, `JsEngineException`, `JsFatalException` and `JsUsageException`. These exceptions are responsible for handling errors, some of which were previously handled by the `JsRuntimeException` class.
@@ -55,6 +68,14 @@ Change log
55
68
*`JsEngineLoadException` class now is inherited from the `JsEngineException` class
56
69
*`Format` method of the `JsErrorHelpers` class was renamed to the `GenerateErrorDetails`
57
70
71
+
## v2.2.6 - February 23, 2018
72
+
* In JsRT modes during calling of the `CollectGarbage` method is no longer performed blocking
73
+
74
+
## v2.2.5 - December 23, 2017
75
+
* Removed a redundant code
76
+
* Fixed a error, that occurred in the `Classic` mode during removing the embedded host objects and types
77
+
* Fixed a error, that occurred during finding the suitable method overload, that receives numeric values and interfaces as parameters, of the host object
78
+
58
79
## v3.0.0 Alpha 3 - December 10, 2017
59
80
* Added support of .NET Standard 2.0
60
81
* Fixed a error, that occurred in the `Classic` mode during removing the embedded host objects and types
0 commit comments