Skip to content

Commit 20d620e

Browse files
committed
Version 1.2.0:
1. Fixed errors in ECMAScript 5 Polyfill; 2. Added support of JavaScript `undefined` type; 3. Added unit tests, that checking support of ECMAScript 5 features.
1 parent 5afbc21 commit 20d620e

34 files changed

+8224
-6795
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Change log
2+
==========
3+
4+
## December 25, 2013 - v1.2.0
5+
* Fixed errors in ECMAScript 5 Polyfill
6+
* Added support of JavaScript `undefined` type
7+
8+
## September 3, 2013 - v1.1.3
9+
* Access modifier of the `JsEngineLoadException` class has changed to public
10+
11+
## June 20, 2013 - v1.1.2
12+
* JSON2 library was updated to version of May 26, 2013
13+
14+
## October 15, 2012 - v1.1.1
15+
* Assembly `MsieJavaScriptEngine.dll` now signed
16+
17+
## October 11, 2012 - v1.1.0
18+
* Added ability of using the Douglas Crockford's [JSON2](http://github.com/douglascrockford/JSON-js) library
19+
* By default using of the JSON2 library is disabled
20+
21+
## September 21, 2012 - v1.0.8
22+
* Changed the format of error messages
23+
24+
## September 9, 2012 - v1.0.7
25+
* Added the `ActiveScriptErrorFormatter` class
26+
27+
## August 29, 2012 - v1.0.5
28+
* [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)
29+
* By default using of the ECMAScript 5 Polyfill is disabled
30+
31+
## August 27, 2012 - v1.0.1
32+
* Added the `JsEngineLoadException` class
33+
34+
## August 26, 2012 - v1.0.0
35+
* Initial version uploaded

0 commit comments

Comments
 (0)