UNPKG

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