Releases: eslint/js
Releases · eslint/js
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Docs: Update README with latest info (Nicholas C. Zakas)
- Breaking: Use ESTree format for default params (fixes #114) (Nicholas C. Zakas)
- New: Add Super node (fixes #115) (Nicholas C. Zakas)
- Breaking: Switch to RestElement for rest args (fixes #84) (Nicholas C. Zakas)
- Docs: Correct license info on README (fixes #117) (AJ Ortega)
- Breaking: Remove guardedHandlers/handlers from try (fixes #71) (Nicholas C. Zakas)
v1.12.3
v1.12.2
v1.12.1
v1.12.0
- Fix: Update broken tests (Nicholas C. Zakas)
- New: Add sourceType to Program node (fixes #93) (Nicholas C. Zakas)
- Allow spread in more places (fixes #89) (Nicholas C. Zakas)
- Fix: Deeply nested template literals (fixes #86) (Nicholas C. Zakas)
- Fix: Allow super in classes by default (fixes #87) (Nicholas C. Zakas)
- Fix: generator methods in classes (fixes #85) (Jamund Ferguson)
- Remove XJS note from Esprima-FB incompatibilities (Joe Lencioni)
v1.11.0
- Fix: Don't allow default export class by mistake (fixes #82) (Nicholas C. Zakas)
- Fix: Export default function should be FunctionDeclaration (fixes #81) (Nicholas C. Zakas)
- Fix: Ensure class declarations must have IDs outside of exports (refs #72) (Nicholas C. Zakas)
- Fix: export class expression support (refs #72) (Jamund Ferguson)
- Update: Add tests for sourceType=module (refs #72) (Nicholas C. Zakas)
- Fix: Class name should be id (fixes #78) (Nicholas C. Zakas)
- Fix: disallow import/export in functions (refs #72) (Jamund Ferguson)
- Test: strict mode enforced in modules (refs #72) (Jamund Ferguson)
- New: Add modules feature flag (refs #72) (Nicholas C. Zakas)
- merging upstream and solving conflicts for PR #43 (Caridy Patino)
- New: Add ES6 module support (fixes #35) (Caridy Patino)
- Update: Add TryStatement.handler (fixes #69) (Brandon Mills)
- Fix: Destructured Defaults (fixes #56) (Jamund Ferguson)
- Update: Refactor out comment attachment logic (Nicholas C. Zakas)