Skip to content

Commit 46875cb

Browse files
committed
CHANGELOG.md: Added a information about releases from the 2.X branch
1 parent ca0d594 commit 46875cb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,36 @@ Change log
2828
* One part of the auxiliary code was removed, and other part moved to an external library - [AdvancedStringBuilder](https://github.com/Taritsyn/AdvancedStringBuilder)
2929
* In the `IeNativeMethods` and `EdgeNativeMethods` classes for the `netstandard` targets was changed a calling convention from `StdCall` to `Cdecl`
3030

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+
3135
## v3.0.0 RC 1 - September 18, 2018
3236
* In JavaScript engine settings was added one new property - `MaxStackSize` (default `492` or `984` KB)
3337
* JSON2 library was updated to version of June 12, 2017
3438

3539
## v3.0.0 Beta 5 - August 23, 2018
3640
* Fixed a error, that occurred during the generation of error message
3741

42+
## v2.2.9 - June 12, 2018
43+
* Changed a implementation of the `Dispose` method
44+
3845
## v3.0.0 Beta 4 - June 6, 2018
3946
* Changed a implementation of the `Dispose` method
4047

4148
## v3.0.0 Beta 3 - May 29, 2018
4249
* Fixed a [error #18](https://github.com/Taritsyn/MsieJavaScriptEngine/issues/18) “Block finalizer solved?”
4350

51+
## v2.2.8 - May 24, 2018
52+
* Fixed a [error #18](https://github.com/Taritsyn/MsieJavaScriptEngine/issues/18) “Block finalizer solved?”
53+
4454
## v3.0.0 Beta 2 - May 22, 2018
4555
* In `MsieJsEngine` class was added `SupportsScriptPrecompilation` property and three new methods: `Precompile`, `PrecompileFile` and `PrecompileResource`
4656
* In JsRT modes added a ability to pre-compile scripts
4757

58+
## v2.2.7 - April 10, 2018
59+
* Fixed a minor errors
60+
4861
## v3.0.0 Beta 1 - April 8, 2018
4962
* Format of the error messages was unified
5063
* 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
5568
* `JsEngineLoadException` class now is inherited from the `JsEngineException` class
5669
* `Format` method of the `JsErrorHelpers` class was renamed to the `GenerateErrorDetails`
5770

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+
5879
## v3.0.0 Alpha 3 - December 10, 2017
5980
* Added support of .NET Standard 2.0
6081
* Fixed a error, that occurred in the `Classic` mode during removing the embedded host objects and types

0 commit comments

Comments
 (0)