Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / istanbul / node_modules / esprima / ChangeLog
1 2015-07-31: Version 2.5.0
2
3       * Run the test suite in a browser environment (issue 1004)
4       * Ensure a comma between imported default binding and named imports (issue 1046)
5       * Distinguish `yield` as a keyword vs an identifier (issue 1186)
6       * Support ES5 meta property `new.target` (issue 1203)
7       * Fix the syntax node for yield with expression (issue 1223)
8       * Fix the check of duplicated proto in property names (issue 1225)
9       * Fix ES6 Unicode escape in identifier name (issue 1229)
10       * Support ES6 IdentifierStart and IdentifierPart (issue 1232)
11       * Treat await as a reserved word when parsing as a module (issue 1234)
12       * Recognize identifier characters from Unicode SMP (issue 1244)
13       * Ensure that export and import can be followed by a comma (issue 1250)
14       * Fix yield operator precedence (issue 1262)
15
16 2015-07-01: Version 2.4.1
17
18       * Fix some cases of comment attachment (issue 1071, 1175)
19       * Fix the handling of destructuring in function arguments (issue 1193)
20       * Fix invalid ranges in assignment expression (issue 1201)
21
22 2015-06-26: Version 2.4.0
23
24       * Support ES6 for-of iteration (issue 1047)
25       * Support ES6 spread arguments (issue 1169)
26       * Minimize npm payload (issue 1191)
27
28 2015-06-16: Version 2.3.0
29
30       * Support ES6 generator (issue 1033)
31       * Improve parsing of regular expressions with `u` flag (issue 1179)
32
33 2015-04-17: Version 2.2.0
34
35       * Support ES6 import and export declarations (issue 1000)
36       * Fix line terminator before arrow not recognized as error (issue 1009)
37       * Support ES6 destructuring (issue 1045)
38       * Support ES6 template literal (issue 1074)
39       * Fix the handling of invalid/incomplete string escape sequences (issue 1106)
40       * Fix ES3 static member access restriction (issue 1120)
41       * Support for `super` in ES6 class (issue 1147)
42
43 2015-03-09: Version 2.1.0
44
45       * Support ES6 class (issue 1001)
46       * Support ES6 rest parameter (issue 1011)
47       * Expand the location of property getter, setter, and methods (issue 1029)
48       * Enable TryStatement transition to a single handler (issue 1031)
49       * Support ES6 computed property name (issue 1037)
50       * Tolerate unclosed block comment (issue 1041)
51       * Support ES6 lexical declaration (issue 1065)
52
53 2015-02-06: Version 2.0.0
54
55       * Support ES6 arrow function (issue 517)
56       * Support ES6 Unicode code point escape (issue 521)
57       * Improve the speed and accuracy of comment attachment (issue 522)
58       * Support ES6 default parameter (issue 519)
59       * Support ES6 regular expression flags (issue 557)
60       * Fix scanning of implicit octal literals (issue 565)
61       * Fix the handling of automatic semicolon insertion (issue 574)
62       * Support ES6 method definition (issue 620)
63       * Support ES6 octal integer literal (issue 621)
64       * Support ES6 binary integer literal (issue 622)
65       * Support ES6 object literal property value shorthand (issue 624)
66
67 2015-03-03: Version 1.2.5
68
69       * Fix scanning of implicit octal literals (issue 565)
70
71 2015-02-05: Version 1.2.4
72
73       * Fix parsing of LeftHandSideExpression in ForInStatement (issue 560)
74       * Fix the handling of automatic semicolon insertion (issue 574)
75
76 2015-01-18: Version 1.2.3
77
78       * Fix division by this (issue 616)
79
80 2014-05-18: Version 1.2.2
81
82       * Fix duplicated tokens when collecting comments (issue 537)
83
84 2014-05-04: Version 1.2.1
85
86       * Ensure that Program node may still have leading comments (issue 536)
87
88 2014-04-29: Version 1.2.0
89
90       * Fix semicolon handling for expression statement (issue 462, 533)
91       * Disallow escaped characters in regular expression flags (issue 503)
92       * Performance improvement for location tracking (issue 520)
93       * Improve the speed of comment attachment (issue 522)
94
95 2014-03-26: Version 1.1.1
96
97       * Fix token handling of forward slash after an array literal (issue 512)
98
99 2014-03-23: Version 1.1.0
100
101       * Optionally attach comments to the owning syntax nodes (issue 197)
102       * Simplify binary parsing with stack-based shift reduce (issue 352)
103       * Always include the raw source of literals (issue 376)
104       * Add optional input source information (issue 386)
105       * Tokenizer API for pure lexical scanning (issue 398)
106       * Improve the web site and its online demos (issue 337, 400, 404)
107       * Performance improvement for location tracking (issue 417, 424)
108       * Support HTML comment syntax (issue 451)
109       * Drop support for legacy browsers (issue 474)
110
111 2013-08-27: Version 1.0.4
112
113       * Minimize the payload for packages (issue 362)
114       * Fix missing cases on an empty switch statement (issue 436)
115       * Support escaped ] in regexp literal character classes (issue 442)
116       * Tolerate invalid left-hand side expression (issue 130)
117
118 2013-05-17: Version 1.0.3
119
120       * Variable declaration needs at least one declarator (issue 391)
121       * Fix benchmark's variance unit conversion (issue 397)
122       * IE < 9: \v should be treated as vertical tab (issue 405)
123       * Unary expressions should always have prefix: true (issue 418)
124       * Catch clause should only accept an identifier (issue 423)
125       * Tolerate setters without parameter (issue 426)
126
127 2012-11-02: Version 1.0.2
128
129     Improvement:
130
131       * Fix esvalidate JUnit output upon a syntax error (issue 374)
132
133 2012-10-28: Version 1.0.1
134
135     Improvements:
136
137       * esvalidate understands shebang in a Unix shell script (issue 361)
138       * esvalidate treats fatal parsing failure as an error (issue 361)
139       * Reduce Node.js package via .npmignore (issue 362)
140
141 2012-10-22: Version 1.0.0
142
143     Initial release.