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