UNPKG

16.5 kBMarkdownView Raw
1v3.5.3 - February 2, 2018
2
3* 70f9859 Upgrade: acorn 5.4.0 (#367) (Toru Nagashima)
4* cea4823 Chore: Adding .gitattributes file (#366) (Kevin Partington)
5* 4160aee Upgrade: acorn v5.3.0 (#365) (Toru Nagashima)
6
7v3.5.2 - November 10, 2017
8
9* 019b70a Fix: Remove blockBindings from docs (fixes #307, fixes #339) (#356) (Jan Pilzer)
10* b2016cb Chore: refactoring rest/spread properties (#361) (Toru Nagashima)
11* 59c9d06 Chore: upgrade acorn@5.2 (fixes #358) (#360) (Toru Nagashima)
12* 06c35c9 Chore: add .npmrc (#359) (Toru Nagashima)
13
14v3.5.1 - September 15, 2017
15
16* 5eb1388 Fix: Fix parsing of async keyword-named object methods (#352) (#353) (Mark Banner)
17
18v3.5.0 - August 5, 2017
19
20* 4d442a1 Update: add initial support for ES2018 (#348) (Teddy Katz)
21* d4bdcb6 Fix: Make template token objects adhere to token object structure (#343) (Ian Christian Myers)
22* 9ac671a Upgrade: acorn to 5.1.1 (#347) (Teddy Katz)
23* 16e1fec Docs: Specify default values of options (fixes #325) (#342) (Jan Pilzer)
24* be85b8e Fix: async shorthand properties (fixes #340) (#341) (Toru Nagashima)
25
26v3.4.3 - May 5, 2017
27
28* 343590a Fix: add AwaitExpression to espree.Syntax (fixes #331) (#332) (Teddy Katz)
29
30v3.4.2 - April 21, 2017
31
32* c99e436 Upgrade: eslint to 2.13.1 (#328) (Teddy Katz)
33* 628cf3a Fix: don't mutate user-provided configs (fixes #329) (#330) (Teddy Katz)
34
35v3.4.1 - March 31, 2017
36
37* a3ae0bd Upgrade: acorn to 5.0.1 (#327) (Teddy Katz)
38* 15ef24f Docs: Add badges (#326) (Jan Pilzer)
39* 652990a Fix: raise error for trailing commas after rest properties (fixes #310) (#323) (Teddy Katz)
40* 9d86ba5 Upgrade: acorn to ^4.0.11 (#317) (Toru Nagashima)
41* a3442b5 Chore: fix tests for Node 6+ (#315) (Teddy Katz)
42
43v3.4.0 - February 2, 2017
44
45* f55fa51 Build: Lock acorn to v4.0.4 (#314) (Kai Cataldo)
46* 58f75be Fix:generic error for invalid ecmaVersion(fixes eslint#7405) (#303) (Scott Stern)
47* d6b383d Docs: Update license copyright (Nicholas C. Zakas)
48* e5df542 Update: To support year in ecmaVersion number (fixes #300) (#301) (Gyandeep Singh)
49
50v3.3.2 - September 29, 2016
51
52* 7d3e2fc Fix: reset `isAsync` flag for each property (fixes #298) (#299) (Toru Nagashima)
53
54v3.3.1 - September 26, 2016
55
56* 80abdce Fix: `}` token followed by template had been lost (fixes #293) (#294) (Toru Nagashima)
57* 9810bab Fix: parsing error on `async` as property name. (#295) (Toru Nagashima)
58
59v3.3.0 - September 20, 2016
60
61* 92b04b1 Update: create-test script (fixes #291) (#292) (Jamund Ferguson)
62
63v3.2.0 - September 16, 2016
64
65* 5a37f80 Build: Update release tool (Nicholas C. Zakas)
66* 9bbcad8 Update: Upgrade Acorn to support ES2017 (fixes #287) (#290) (Jamund Ferguson)
67* 8d9767d Build: Add CI release scripts (Nicholas C. Zakas)
68
69v3.1.7 - July 29, 2016
70
71* 8f6cfbd Build: Add CI release (Nicholas C. Zakas)
72* ff15922 Fix: Catch ES2016 invalid syntax (fixes #284) (#285) (Nicholas C. Zakas)
73
74v3.1.6 - June 15, 2016
75
76* a90edc2 Upgrade: acorn 3.2.0 (fixes #279) (#280) (Toru Nagashima)
77
78v3.1.5 - May 27, 2016
79
80* 7df2e4a Fix: Convert ~ and ! prefix tokens to esprima (fixes #274) (#276) (Daniel Tschinder)
81
82v3.1.4 - April 21, 2016
83
84* e044705 Fix: remove extra leading comments at node level (fixes #264) (Kai Cataldo)
85* 25c27fb Chore: Remove jQuery copyright from header of each file (Kai Cataldo)
86* 10709f0 Chore: Add jQuery Foundation copyright (Nicholas C. Zakas)
87* d754b32 Upgrade: Acorn 3.1.0 (fixes #270) (Toru Nagashima)
88* 3a90886 Docs: replace a dead link with the correct contributing guide URL (Shinnosuke Watanabe)
89* 55184a2 Build: replace optimist with a simple native method (Shinnosuke Watanabe)
90* c7e5a13 Fix: Disallow namespaces objects in JSX (fixes #261) (Kai Cataldo)
91* 22290b9 Fix: Add test for leading comments (fixes #136) (Kai Cataldo)
92
93v3.1.3 - March 18, 2016
94
95* 98441cb Fix: Fix behavior of ignoring comments within previous nodes (refs #256) (Kai Cataldo)
96
97v3.1.2 - March 14, 2016
98
99* a2b23ca Fix: Ensure 'var let' works (fixes #149) (Nicholas C. Zakas)
100* 5783282 Fix: Make obj.await work in modules (fixes #258) (Nicholas C. Zakas)
101* d1b4929 Fix: leading comments added from previous node (fixes #256) (Kai Cataldo)
102
103v3.1.1 - February 26, 2016
104
105* 3614e81 Fix: exponentiation operator token (fixes #254) (Nicholas C. Zakas)
106
107v3.1.0 - February 25, 2016
108
109* da35d98 New: Support ecmaVersion 7 (fixes #246) (Nicholas C. Zakas)
110
111v3.0.2 - February 19, 2016
112
113* 0973cda Build: Update release script (Nicholas C. Zakas)
114* 106000f Fix: use the plugins feature of acorn (fixes #250) (Toru Nagashima)
115* 36d84c7 Build: Add tests (fixes #243) (Nicholas C. Zakas)
116
117v3.0.1 - February 2, 2016
118
119* ecfe4c8 Upgrade: eslint-config-eslint to 3.0.0 (Nicholas C. Zakas)
120* ea6261e Fix: Object rest/spread in assign (fixes #247) (Nicholas C. Zakas)
121* 7e57ee0 Docs: fix `options.comment` typo (xuezu)
122* dd5863e Build: Add prerelease script (Nicholas C. Zakas)
123* 0b409ee Upgrade: eslint-release to 0.2.0 (Nicholas C. Zakas)
124
125v3.0.0 - January 20, 2016
126
127* 5ff65f6 Upgrade: Change Esprima version to latest (Nicholas C. Zakas)
128* a8badcc Upgrade: eslint-release to 0.1.4 (Nicholas C. Zakas)
129* 34d195b Build: Switch to eslint-release (Nicholas C. Zakas)
130* a0ddc30 Breaking: Remove binary scripts (Nicholas C. Zakas)
131* 02b5284 Build: Fix package.json dependencies (Nicholas C. Zakas)
132* b07696f Fix: tests for importing keywords (fixes #225) (Toru Nagashima)
133* 2e2808a Build: Add node@5 to CI (fixes #237) (alberto)
134* 445c685 Update: Unrecognized license format in package.json (fixes #234) (alberto)
135* 61cb5ee Update: Remove duplicated acorn-jsx dep (fixes #232) (alberto)
136* df5b71c Upgrade: eslint and eslint-config-eslint (fixes #231) (alberto)
137* ef7a06d Fix: lastToken not reset between calls to parse (fixes #229) (alberto)
138* cdf8407 New: ecmaFeatures.impliedStrict (fixes: #227) (Nick Evans)
139
140v3.0.0-alpha-2 - December 9, 2015
141
142* 3.0.0-alpha-2 (Nicholas C. Zakas)
143* Breaking: move ecmaFeatures into ecmaVersion (fixes #222) (Nicholas C. Zakas)
144* New: Export VisitorKeys (fixes #220) (Nicholas C. Zakas)
145
146v3.0.0-alpha-1 - December 1, 2015
147
148* 3.0.0-alpha-1 (Nicholas C. Zakas)
149* Fix: parse unicode escapes in identifiers (fixes #181) (Nicholas C. Zakas)
150* Fix: Ensur object rest works in destructed arg (fixes #213) (Nicholas C. Zakas)
151* Breaking: Switch to Acorn (fixes #200) (Nicholas C. Zakas)
152* Update: Add tokens to tests (fixes #203) (Nicholas C. Zakas)
153* Docs: Update README (Nicholas C. Zakas)
154
155v2.2.5 - September 15, 2015
156
157* 2.2.5 (Nicholas C. Zakas)
158* Fix: Ensure node type is correct for destructured (fixes #195) (Nicholas C. Zakas)
159
160v2.2.4 - August 13, 2015
161
162* 2.2.4 (Nicholas C. Zakas)
163* Fix: newlines in arrow functions (fixes #172) (Jamund Ferguson)
164* Fix: nested arrow function as default param (fixes #145) (Jamund Ferguson)
165* Fix: Rest Params & Arrow Functions (fixes #187) (Jamund Ferguson)
166* Fix: trailing commas in import/export (fixes #148) (Jamund Ferguson)
167* Build: Added sudo false to Travis to build faster (fixes #177) (KahWee Teng)
168
169v2.2.3 - July 22, 2015
170
171* 2.2.3 (Nicholas C. Zakas)
172* Fix: Incorrect error location (fixes #173) (Nicholas C. Zakas)
173
174v2.2.2 - July 16, 2015
175
176* 2.2.2 (Nicholas C. Zakas)
177* 2.2.1 (Nicholas C. Zakas)
178* Fix: Yield as identifier in arrow func args (fixes #165) (Nicholas C. Zakas)
179* Fix: Allow AssignmentExpression in object spread (fixes #167) (Nicholas C. Zakas)
180
181v2.2.1 - July 16, 2015
182
183* 2.2.1 (Nicholas C. Zakas)
184
185v2.2.0 - July 15, 2015
186
187* 2.2.0 (Nicholas C. Zakas)
188* New: Add experimental object rest/spread (fixes #163) (Nicholas C. Zakas)
189* Fix: npm browserify (fixes #156) (Jason Laster)
190
191v2.1.0 - July 10, 2015
192
193* 2.1.0 (Nicholas C. Zakas)
194* Fix: Leading comments for anonymous classes (fixes #155, fixes #158) (Toru Nagashima)
195* New: Add newTarget option (fixes #157) (Nicholas C. Zakas)
196
197v2.0.4 - June 26, 2015
198
199* 2.0.4 (Nicholas C. Zakas)
200* Docs: added missing `ecmaFeatures.superInFunctions` option from doc (Clément Fiorio)
201* Fix: "await" is a future reserved word (fixes #151) (Jose Roberto Vidal)
202
203v2.0.3 - June 2, 2015
204
205* 2.0.3 (Nicholas C. Zakas)
206* Fix: Incomplete Switch Statement Hangs (Fixes #146) (Jamund Ferguson)
207* Docs: Clarify ecmaFeatures usage (Dan Wolff)
208
209v2.0.2 - April 28, 2015
210
211* 2.0.2 (Nicholas C. Zakas)
212* Fix: Allow yield without value as function param (fixes #134) (Nicholas C. Zakas)
213* Fix: Allow computed generators in classes (fixes #123) (Nicholas C. Zakas)
214* Fix: Don't allow arrow function rest param (fixes #130) (Nicholas C. Zakas)
215
216v2.0.1 - April 11, 2015
217
218* 2.0.1 (Nicholas C. Zakas)
219* Fix: Yield should parse without an argument (fixes #121) (Nicholas C. Zakas)
220
221v2.0.0 - April 4, 2015
222
223* 2.0.0 (Nicholas C. Zakas)
224* Docs: Update README with latest info (Nicholas C. Zakas)
225* Breaking: Use ESTree format for default params (fixes #114) (Nicholas C. Zakas)
226* New: Add Super node (fixes #115) (Nicholas C. Zakas)
227* Breaking: Switch to RestElement for rest args (fixes #84) (Nicholas C. Zakas)
228* Docs: Correct license info on README (fixes #117) (AJ Ortega)
229* Breaking: Remove guardedHandlers/handlers from try (fixes #71) (Nicholas C. Zakas)
230
231v1.12.3 - March 28, 2015
232
233* 1.12.3 (Nicholas C. Zakas)
234* Fix: Tagged template strings (fixes #110) (Nicholas C. Zakas)
235
236v1.12.2 - March 21, 2015
237
238* 1.12.2 (Nicholas C. Zakas)
239* Fix: Destructured arg for catch (fixes #105) (Nicholas C. Zakas)
240
241v1.12.1 - March 21, 2015
242
243* 1.12.1 (Nicholas C. Zakas)
244* Fix: Disallow octals in template strings (fixes #96) (Nicholas C. Zakas)
245* Fix: Template string parsing (fixes #95) (Nicholas C. Zakas)
246* Fix: shorthand properties named get or set (fixes #100) (Brandon Mills)
247* Fix: bad error in parsing invalid class setter (fixes #98) (Marsup)
248
249v1.12.0 - March 14, 2015
250
251* 1.12.0 (Nicholas C. Zakas)
252* Fix: Update broken tests (Nicholas C. Zakas)
253* New: Add sourceType to Program node (fixes #93) (Nicholas C. Zakas)
254* Allow spread in more places (fixes #89) (Nicholas C. Zakas)
255* Fix: Deeply nested template literals (fixes #86) (Nicholas C. Zakas)
256* Fix: Allow super in classes by default (fixes #87) (Nicholas C. Zakas)
257* Fix: generator methods in classes (fixes #85) (Jamund Ferguson)
258* Remove XJS note from Esprima-FB incompatibilities (Joe Lencioni)
259
260v1.11.0 - March 7, 2015
261
262* 1.11.0 (Nicholas C. Zakas)
263* Fix: Don't allow default export class by mistake (fixes #82) (Nicholas C. Zakas)
264* Fix: Export default function should be FunctionDeclaration (fixes #81) (Nicholas C. Zakas)
265* Fix: Ensure class declarations must have IDs outside of exports (refs #72) (Nicholas C. Zakas)
266* Fix: export class expression support (refs #72) (Jamund Ferguson)
267* Update: Add tests for sourceType=module (refs #72) (Nicholas C. Zakas)
268* Fix: Class name should be id (fixes #78) (Nicholas C. Zakas)
269* Fix: disallow import/export in functions (refs #72) (Jamund Ferguson)
270* Test: strict mode enforced in modules (refs #72) (Jamund Ferguson)
271* New: Add modules feature flag (refs #72) (Nicholas C. Zakas)
272* merging upstream and solving conflicts for PR #43 (Caridy Patino)
273* New: Add ES6 module support (fixes #35) (Caridy Patino)
274* Update: Add TryStatement.handler (fixes #69) (Brandon Mills)
275* Fix: Destructured Defaults (fixes #56) (Jamund Ferguson)
276* Update: Refactor out comment attachment logic (Nicholas C. Zakas)
277
278v1.10.0 - March 1, 2015
279
280* 1.10.0 (Nicholas C. Zakas)
281* New: Support ES6 classes (refs #10) (Nicholas C. Zakas)
282* Docs: Update README.md (Jamund Ferguson)
283
284v1.9.1 - February 21, 2015
285
286* 1.9.1 (Nicholas C. Zakas)
287* Fix: Allow let/const in switchcase (fixes #54) (Nicholas C. Zakas)
288
289v1.9.0 - February 21, 2015
290
291* 1.9.0 (Nicholas C. Zakas)
292* Fix: Extend property method range and loc to include params (fixes #36) (Brandon Mills)
293* New: spread operator (refs #10) (Jamund Ferguson)
294* Fix: incorrectly parsed arrow fragment (refs #58) (Jamund Ferguson)
295* New: Rest Parameter (refs: #10) (Jamund Ferguson)
296* New: Destructuring (refs #10) (Jamund Ferguson)
297
298v1.8.1 - February 7, 2015
299
300* 1.8.1 (Nicholas C. Zakas)
301* Build: Add Node.js 0.12 testing (Nicholas C. Zakas)
302* Fix: Actuall fix tokenization issue with templates (fixes #44) (Nicholas C. Zakas)
303
304v1.8.0 - February 6, 2015
305
306* 1.8.0 (Nicholas C. Zakas)
307* New: Support for Arrow Functions (refs #10) (Jamund Ferguson)
308* New: Allow super references in functions (refs #10) (Nicholas C. Zakas)
309* Update create-test.js (Jamund Ferguson)
310* Fix: Tokenization for template strings (fixes #44) (Nicholas C. Zakas)
311* New: Allow return in global scope (fixes #46) (Nicholas C. Zakas)
312
313v1.7.1 - January 23, 2015
314
315* 1.7.1 (Nicholas C. Zakas)
316* Fix: When ecmaFeatures.forOf is true, check for operater is "undefined" when match keyword is "in" (fixes #39) (Peter Chanthamynavong)
317
318v1.7.0 - January 23, 2015
319
320* 1.7.0 (Nicholas C. Zakas)
321* New: Add support for template strings (FredKSchott)
322* New: Add support for default parameters (refs #10) (Jamund Ferguson)
323* New: Add support for unicode code point escape sequences (FredKSchott)
324
325v1.6.0 - January 10, 2015
326
327* 1.6.0 (Nicholas C. Zakas)
328* Update: Make comment attachment tests look at whole AST (Nicholas C. Zakas)
329* Docs: Update README to reflect feature flags (Nicholas C. Zakas)
330* Docs: Add a couple more FAQs to README (Nicholas C. Zakas)
331* New: Add support for duplicate object literal properties (FredKSchott)
332* New: Implement generators (refs #10) (Nicholas C. Zakas)
333
334v1.5.0 - December 29, 2014
335
336* 1.5.0 (Nicholas C. Zakas)
337* Docs: Update README with compat info (Nicholas C. Zakas)
338* Update: Add regex parsing test (Nicholas C. Zakas)
339* Update: s/XJS/JSX/g (Nicholas C. Zakas)
340* Build: Update release script (Nicholas C. Zakas)
341* Update: Move SyntaxTree to ast-node-factory.js (FredKSchott)
342* New: Add JSX parsing (fixes #26) (Nicholas C. Zakas)
343* Update: Switch location marker logic (fixes #15) (Nicholas C. Zakas)
344* 1.4.0 (Nicholas C. Zakas)
345
346v1.4.0 - December 23, 2014
347
348* 1.4.0 (Nicholas C. Zakas)
349* Fix: Parsing issues with property methods (fixes #21) (Nicholas C. Zakas)
350* New: Add support for shorthand properties (refs #10) (Nicholas C. Zakas)
351* New: Add support for object literal method shorthand (refs #10) (Nicholas C. Zakas)
352* Fix: Ensure comments are attached for return (fixes #2) (Nicholas C. Zakas)
353* Build: Ensure CHANGELOG.md is committed on release (Nicholas C. Zakas)
354* 1.3.1 (Nicholas C. Zakas)
355
356v1.3.1 - December 22, 2014
357
358* 1.3.1 (Nicholas C. Zakas)
359* Fix: Add all files to npm package (fixes #17) (Nicholas C. Zakas)
360* Update: Move Messages to separate file (Nicholas C. Zakas)
361* Docs: Removed unnecessary comment (Nicholas C. Zakas)
362* 1.3.0 (Nicholas C. Zakas)
363
364v1.3.0 - December 21, 2014
365
366* 1.3.0 (Nicholas C. Zakas)
367* Build: Add release scripts (Nicholas C. Zakas)
368* New: Add computed object literal properties (refs #10) (Nicholas C. Zakas)
369* Build: Fix commands in Makefile.js (Nicholas C. Zakas)
370* Docs: Add FAQ to README (Nicholas C. Zakas)
371* Fix: Don't allow let/const in for loops (fixes #14) (Nicholas C. Zakas)
372* New: Support for-of loops (refs #10) (Nicholas C. Zakas)
373* Update: Change .ast.js files to .result.js files (Nicholas C. Zakas)
374* New: Support ES6 octal literals (Nicholas C. Zakas)
375* New: Ability to parse binary literals (Nicholas C. Zakas)
376* Update: More tests for regex u flag (Nicholas C. Zakas)
377* Update: Switch to using ecmaFeatures (Nicholas C. Zakas)
378* Update: Add comment attachment tests (Nicholas C. Zakas)
379* Update README.md (Jamund Ferguson)
380* New: Add u and y regex flags (refs #10) (Nicholas C. Zakas)
381* Update: Cleanup tests (Nicholas C. Zakas)
382* New: Add ecmascript flag (fixes #7) (Nicholas C. Zakas)
383* Docs: Update README with build commands (Nicholas C. Zakas)
384* Update: Move some things around (Nicholas C. Zakas)
385* Update: Read version number from package.json (Nicholas C. Zakas)
386* Update: Move AST node types to separate file (Nicholas C. Zakas)
387* Update: Remove duplicate file (Nicholas C. Zakas)
388* Update: Move token information to a separate file (Nicholas C. Zakas)
389* Update: Bring in Makefile.js for linting and browserify (Nicholas C. Zakas)
390* Update: Fix ESLint warnings, remove check-version (Nicholas C. Zakas)
391* Update: Move Position and SourceLocation to separate file (Nicholas C. Zakas)
392* Update: Move syntax checks into separate file (Nicholas C. Zakas)
393* Update: Remove UMD format (Nicholas C. Zakas)
394* Docs: Update README with more info (Nicholas C. Zakas)
395* Update: remove npm-debug.log from tracked files (Brandon Mills)
396* Docs: Remove redundant 'features' in readme (Matthias Oßwald)
397* Docs: Fix a link to Wikipedia (Ryuichi Okumura)
398* Update: Split parsing tests into smaller files (Nicholas C. Zakas)
399* Update: Normalize values in tests (Nicholas C. Zakas)
400* Update: CommonJSify test file (Nicholas C. Zakas)