Releases: eslint/js
Releases · eslint/js
v1.9.1
v1.9.0
- Fix: Extend property method range and loc to include params (fixes #36) (Brandon Mills)
- New: spread operator (refs #10) (Jamund Ferguson)
- Fix: incorrectly parsed arrow fragment (refs #58) (Jamund Ferguson)
- New: Rest Parameter (refs: #10) (Jamund Ferguson)
- New: Destructuring (refs #10) (Jamund Ferguson)
v1.8.1
v1.8.0
- New: Support for Arrow Functions (refs #10) (Jamund Ferguson)
- New: Allow super references in functions (refs #10) (Nicholas C. Zakas)
- Build: Update create-test.js (Jamund Ferguson)
- Fix: Tokenization for template strings (fixes #44) (Nicholas C. Zakas)
- New: Allow return in global scope (fixes #46) (Nicholas C. Zakas)
v1.7.1
v1.7.0
v1.6.0
- Update: Make comment attachment tests look at whole AST (Nicholas C. Zakas)
- Docs: Update README to reflect feature flags (Nicholas C. Zakas)
- Docs: Add a couple more FAQs to README (Nicholas C. Zakas)
- New: Add support for duplicate object literal properties (FredKSchott)
- New: Implement generators (refs #10) (Nicholas C. Zakas)
v1.5.0
- Docs: Update README with compat info (Nicholas C. Zakas)
- Update: Add regex parsing test (Nicholas C. Zakas)
- Update: s/XJS/JSX/g (Nicholas C. Zakas)
- Build: Update release script (Nicholas C. Zakas)
- Update: Move SyntaxTree to ast-node-factory.js (FredKSchott)
- New: Add JSX parsing (fixes #26) (Nicholas C. Zakas)
- Update: Switch location marker logic (fixes #15) (Nicholas C. Zakas)
v1.4.0
- Fix: Parsing issues with property methods (fixes #21) (Nicholas C. Zakas)
- New: Add support for shorthand properties (refs #10) (Nicholas C. Zakas)
- New: Add support for object literal method shorthand (refs #10) (Nicholas C. Zakas)
- Fix: Ensure comments are attached for return (fixes #2) (Nicholas C. Zakas)
- Build: Ensure CHANGELOG.md is committed on release (Nicholas C. Zakas)