Skip to content

Commit f94863e

Browse files
committed
CHANGELOG.md: Changed a header structure
1 parent 2b464b3 commit f94863e

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

CHANGELOG.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,165 @@
11
Change log
22
==========
33

4-
## July 4, 2017 - v2.2.3
4+
## v2.2.3 - July 4, 2017
55
* Now during the rethrowing of exceptions are preserved the full call stack trace
66
* Reduced a number of delegate-wrappers
77

8-
## June 28, 2017 - v2.2.2
8+
## v2.2.2 - June 28, 2017
99
* Switched to Apache license
1010
* In JsRT modes fixed a problems in calculation of error locations
1111
* An attempt was made to prevent occurrence of the access violation exception
1212
* Now the original exception is added to instance of the `JsRuntimeException` class as an inner exception
1313
* An attempt was made to prevent a blocking of finalizer's thread
1414
* Added support of identifier names compliant with ECMAScript 5
1515

16-
## April 25, 2017 - v2.2.1
16+
## v2.2.1 - April 25, 2017
1717
* Now during debugging in ActiveScript modes the script error contains a error location
1818

19-
## April 21, 2017 - v2.2.0
19+
## v2.2.0 - April 21, 2017
2020
* Added support of .NET Core 1.0.4
2121
* In JsRT modes now script error contains a full stack trace
2222
* In `MsieJsEngine` class was added overloaded versions of the `Evaluate`, `Evaluate<T>` and `Execute` methods, which take the document name as second parameter
2323
* Now all modes support the possibility to debug in Visual Studio by adding the `debugger` statement to script code
2424

25-
## February 12, 2017 - v2.1.2
25+
## v2.1.2 - February 12, 2017
2626
* Fixed a error causing a crash during finalization
2727

28-
## February 10, 2017 - v2.1.1
28+
## v2.1.1 - February 10, 2017
2929
* Was made refactoring
3030

31-
## December 19, 2016 - v2.1.0
31+
## v2.1.0 - December 19, 2016
3232
* Added support of .NET Core 1.0.3
3333
* Downgraded .NET Framework version from 4.5.1 to 4.5
3434
* Now when you call the overloaded version of the `ExecuteResource` method, that takes the type, need to pass the resource name without the namespace
3535
* Fixed a error “Out of stack space”
3636
* JSON2 library was updated to version of October 28, 2016
3737

38-
## December 2, 2016 - v2.0.2
38+
## v2.0.2 - December 2, 2016
3939
* Another attempt to prevent occurrence of the access violation exception in the `CallFunction` method
4040

41-
## November 8, 2016 - v2.0.1
41+
## v2.0.1 - November 8, 2016
4242
* All exceptions made serializable
4343

44-
## September 19, 2016 - v2.0.0
44+
## v2.0.0 - September 19, 2016
4545
* Added support of .NET Core 1.0.1 (only supported `ChakraIeJsRt` and `ChakraEdgeJsRt` modes) and .NET Framework 4.5.1
4646
* Added the `CollectGarbage` method
4747

48-
## September 17, 2016 - v2.0.0 Beta 2
48+
## v2.0.0 Beta 2 - September 17, 2016
4949
* Added support of .NET Core 1.0.1
5050

51-
## September 9, 2016 - v2.0.0 Beta 1
51+
## v2.0.0 Beta 1 - September 9, 2016
5252
* Added the `CollectGarbage` method
5353

54-
## September 3, 2016 - v2.0.0 Alpha 1
54+
## v2.0.0 Alpha 1 - September 3, 2016
5555
* Added support of .NET Core 1.0 (only supported `ChakraIeJsRt` and `ChakraEdgeJsRt` modes) and .NET Framework 4.5.1
5656

57-
## August 17, 2016 - v1.7.2
57+
## v1.7.2 - August 17, 2016
5858
* An attempt was made to prevent occurrence of the access violation exception in the `CallFunction` method
5959

60-
## May 24, 2016 - v1.7.1
60+
## v1.7.1 - May 24, 2016
6161
* JSON2 library was updated to version of May 10, 2016
6262

63-
## March 4, 2016 - v1.7.0
63+
## v1.7.0 - March 4, 2016
6464
* Added the `EmbedHostObject` method (embeds a instance of simple class, structure or delegate to script code)
6565
* Added the `EmbedHostType` method (embeds a host type to script code)
6666
* Added a possibility to debug in Visual Studio by adding the `debugger` statement to script code. This feature only works in the `ChakraIeJsRt` and `ChakraEdgeJsRt` modes.
6767
* In JavaScript engine settings was added one new property - `EnableDebugging` (default `false`)
6868
* Improved implementation of the `CallFunction` method for Chakra JsRT modes
6969

70-
## February 26, 2016 - v1.7.0 Beta 1
70+
## v1.7.0 Beta 1 - February 26, 2016
7171
* Added the `EmbedHostType` method (embeds a host type to script code)
7272

73-
## January 16, 2016 - v1.7.0 Alpha 2
73+
## v1.7.0 Alpha 2 - January 16, 2016
7474
* Added a possibility to debug in Visual Studio by adding the `debugger` statement to script code. This feature only works in the `ChakraIeJsRt` and `ChakraEdgeJsRt` modes.
7575
* In JavaScript engine settings was added one new property - `EnableDebugging` (default `false`)
7676

77-
## January 5, 2016 - v1.7.0 Alpha 1
77+
## v1.7.0 Alpha 1 - January 5, 2016
7878
* Added the `EmbedHostObject` method (embeds a instance of simple class, structure or delegate to script code)
7979
* Improved implementation of the `CallFunction` method for Chakra JsRT modes
8080

81-
## December 3, 2015 - v1.6.0
81+
## v1.6.0 - December 3, 2015
8282
* Added support of “Edge” JsRT version of Chakra JavaScript engine
8383
* `ChakraJsRt` mode was renamed to `ChakraIeJsRt`
8484

85-
## July 23, 2015 - v1.5.6
85+
## v1.5.6 - July 23, 2015
8686
* Source code of the `ChakraJsRtJsEngine` was synchronized with the Chakra Sample Hosts version of July 11, 2015
8787

88-
## June 29, 2015 - v1.5.5
88+
## v1.5.5 - June 29, 2015
8989
* Fixed an error, that occurs on computers with IE 6
9090
* Removed `Obsolete` attribute from parameterless constructor
9191

92-
## June 28, 2015 - v1.5.4
92+
## v1.5.4 - June 28, 2015
9393
* In `ChakraActiveScript` mode added native support of ECMAScript 5 (without polyfills)
9494
* Added `JsEngineSettings` class for any reason in the future to abandon redundant constructors
9595

96-
## May 5, 2015 - v1.5.3
96+
## v1.5.3 - May 5, 2015
9797
* JSON2 library was updated to version of May 3, 2015
9898

99-
## April 5, 2015 - v1.5.2
99+
## v1.5.2 - April 5, 2015
100100
* JSON2 library was updated to version of February 25, 2015
101101

102-
## January 13, 2015 - v1.5.1
102+
## v1.5.1 - January 13, 2015
103103
* In ECMAScript 5 Polyfill added polyfill for the `String.prototype.split` method
104104

105-
## October 12, 2014 - v1.5.0
105+
## v1.5.0 - October 12, 2014
106106
* Removed dependency on `System.Web.Extensions`
107107
* Assembly is now targeted on the .NET Framework 4 Client Profile
108108

109-
## July 22, 2014 - v1.4.4
109+
## v1.4.4 - July 22, 2014
110110
* Source code of the `ChakraJsRtJsEngine` was synchronized with the Chakra Sample Hosts version of July 22, 2014
111111

112-
## April 27, 2014 - v1.4.3
112+
## v1.4.3 - April 27, 2014
113113
* In solution was enabled NuGet package restore
114114
* Fixed [JavaScriptEngineSwitcher.Msie's bug #7](https://github.com/Taritsyn/JavaScriptEngineSwitcher/issues/7) "MsieJavaScriptEngine.ActiveScript.ActiveScriptException not wrapped"
115115

116-
## March 24, 2014 - v1.4.2
116+
## v1.4.2 - March 24, 2014
117117
* Fixed [JavaScriptEngineSwitcher.Msie's bug #5](http://github.com/Taritsyn/JavaScriptEngineSwitcher/issues/5) "MSIE "Catastrophic failure" when disposing"
118118

119-
## March 22, 2014 - v1.4.1
119+
## v1.4.1 - March 22, 2014
120120
* Fixed minor bugs
121121

122-
## February 27, 2014 - v1.4.0
122+
## v1.4.0 - February 27, 2014
123123
* Removed following methods: `HasProperty`, `GetPropertyValue`, `SetPropertyValue` and `RemoveProperty`
124124
* Fixed [bug #3](http://github.com/Taritsyn/MsieJavaScriptEngine/issues/3) "execute code from different threads"
125125
* Now in the `ChakraJsRt` mode is available a more detailed information about errors
126126
* In ECMAScript 5 Polyfill improved a performance of the `String.prototype.trim` method
127127
* JSON2 library was updated to version of February 4, 2014
128128

129-
## January 16, 2014 - v1.3.0
129+
## v1.3.0 - January 16, 2014
130130
* Added support of the JsRT version of Chakra
131131
* Now the MSIE JavaScript Engine can work in 4 modes: `Auto` (selected by default), `Classic`, `ChakraActiveScript` and `ChakraJsRt`
132132
* Following methods are obsolete: `HasProperty`, `GetPropertyValue`, `SetPropertyValue` and `RemoveProperty`
133133

134-
## December 30, 2013 - v1.2.0
134+
## v1.2.0 - December 30, 2013
135135
* Fixed errors in ECMAScript 5 Polyfill
136136
* Added support of JavaScript `undefined` type
137137

138-
## September 3, 2013 - v1.1.3
138+
## v1.1.3 - September 3, 2013
139139
* Access modifier of the `JsEngineLoadException` class has changed to public
140140

141-
## June 20, 2013 - v1.1.2
141+
## v1.1.2 - June 20, 2013
142142
* JSON2 library was updated to version of May 26, 2013
143143

144-
## October 15, 2012 - v1.1.1
144+
## v1.1.1 - October 15, 2012
145145
* Assembly `MsieJavaScriptEngine.dll` now signed
146146

147-
## October 11, 2012 - v1.1.0
147+
## v1.1.0 - October 11, 2012
148148
* Added ability of using the Douglas Crockford's [JSON2](http://github.com/douglascrockford/JSON-js) library
149149
* By default using of the JSON2 library is disabled
150150

151-
## September 21, 2012 - v1.0.8
151+
## v1.0.8 - September 21, 2012
152152
* Changed the format of error messages
153153

154-
## September 9, 2012 - v1.0.7
154+
## v1.0.7 - September 9, 2012
155155
* Added the `ActiveScriptErrorFormatter` class
156156

157-
## August 29, 2012 - v1.0.5
157+
## v1.0.5 - August 29, 2012
158158
* [JavaScript Array Polyfills from TutorialsPoint.com](http://www.tutorialspoint.com/javascript/) was replaced by the Douglas Crockford's [ECMAScript 5 Polyfill](http://nuget.org/packages/ES5)
159159
* By default using of the ECMAScript 5 Polyfill is disabled
160160

161-
## August 27, 2012 - v1.0.1
161+
## v1.0.1 - August 27, 2012
162162
* Added the `JsEngineLoadException` class
163163

164-
## August 26, 2012 - v1.0.0
164+
## v1.0.0 - August 26, 2012
165165
* Initial version uploaded

0 commit comments

Comments
 (0)