Releases: eslint/js
Releases · eslint/js
v3.0.0-alpha-2
v3.0.0-alpha-1
- Fix: parse unicode escapes in identifiers (fixes #181) (Nicholas C. Zakas)
- Fix: Ensur object rest works in destructed arg (fixes #213) (Nicholas C. Zakas)
- Breaking: Switch to Acorn (fixes #200) (Nicholas C. Zakas)
- Update: Add tokens to tests (fixes #203) (Nicholas C. Zakas)
- Docs: Update README (Nicholas C. Zakas)
v2.2.5
v2.2.4
- Fix: newlines in arrow functions (fixes #172) (Jamund Ferguson)
- Fix: nested arrow function as default param (fixes #145) (Jamund Ferguson)
- Fix: Rest Params & Arrow Functions (fixes #187) (Jamund Ferguson)
- Fix: trailing commas in import/export (fixes #148) (Jamund Ferguson)
- Build: Added sudo false to Travis to build faster (fixes #177) (KahWee Teng)