UNPKG

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