Skip to content

Releases: eslint/espree

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)

v2.0.0

04 Apr 19:44
Compare
Choose a tag to compare
  • 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

28 Mar 15:34
Compare
Choose a tag to compare
  • Fix: Tagged template strings (fixes #110) (Nicholas C. Zakas)

v1.12.2

21 Mar 19:50
Compare
Choose a tag to compare
  • Fix: Destructured arg for catch (fixes #105) (Nicholas C. Zakas)

v1.12.1

21 Mar 18:31
Compare
Choose a tag to compare
  • Fix: Disallow octals in template strings (fixes #96) (Nicholas C. Zakas)
  • Fix: Template string parsing (fixes #95) (Nicholas C. Zakas)
  • Fix: shorthand properties named get or set (fixes #100) (Brandon Mills)
  • Fix: bad error in parsing invalid class setter (fixes #98) (Marsup)