Skip to content

Releases: eslint/js

v2.2.4

14 Aug 20:18
Compare
Choose a tag to compare
  • 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)

v2.2.3

22 Jul 18:04
Compare
Choose a tag to compare
  • Fix: Incorrect error location (fixes #173) (Nicholas C. Zakas)

v2.2.2

16 Jul 18:08
Compare
Choose a tag to compare
  • Fix: Yield as identifier in arrow func args (fixes #165) (Nicholas C. Zakas)
  • Fix: Allow AssignmentExpression in object spread (fixes #167) (Nicholas C. Zakas)

v2.2.1

16 Jul 18:04
Compare
Choose a tag to compare

No changes - accidental release. :(

v2.2.0

15 Jul 18:00
Compare
Choose a tag to compare
  • New: Add experimental object rest/spread (fixes #163) (Nicholas C. Zakas)
  • Fix: npm browserify (fixes #156) (Jason Laster)

v2.1.0

10 Jul 19:37
Compare
Choose a tag to compare
  • Fix: Leading comments for anonymous classes (fixes #155, fixes #158) (Toru Nagashima)
  • New: Add newTarget option (fixes #157) (Nicholas C. Zakas)

v2.0.4

26 Jun 19:01
Compare
Choose a tag to compare
  • Docs: added missing ecmaFeatures.superInFunctions option from doc (Clément Fiorio)
  • Fix: "await" is a future reserved word (fixes #151) (Jose Roberto Vidal)

v2.0.3

02 Jun 15:35
Compare
Choose a tag to compare
  • Fix: Incomplete Switch Statement Hangs (Fixes #146) (Jamund Ferguson)
  • Docs: Clarify ecmaFeatures usage (Dan Wolff)

v2.0.2

29 Apr 01:04
Compare
Choose a tag to compare
  • Fix: Allow yield without value as function param (fixes #134) (Nicholas C. Zakas)
  • Fix: Allow computed generators in classes (fixes #123) (Nicholas C. Zakas)
  • Fix: Don't allow arrow function rest param (fixes #130) (Nicholas C. Zakas)

v2.0.1

11 Apr 20:43
Compare
Choose a tag to compare
  • Fix: Yield should parse without an argument (fixes #121) (Nicholas C. Zakas)