Skip to content

Releases: eslint/espree

v3.2.0

16 Sep 17:32
Compare
Choose a tag to compare
  • 5a37f80 Build: Update release tool (Nicholas C. Zakas)
  • 9bbcad8 Update: Upgrade Acorn to support ES2017 (fixes #287) (#290) (Jamund Ferguson)
  • 8d9767d Build: Add CI release scripts (Nicholas C. Zakas)

v3.1.7

29 Jul 19:04
Compare
Choose a tag to compare
  • 8f6cfbd Build: Add CI release (Nicholas C. Zakas)
  • ff15922 Fix: Catch ES2016 invalid syntax (fixes #284) (#285) (Nicholas C. Zakas)

v3.1.6

15 Jun 18:18
Compare
Choose a tag to compare

v3.1.5

28 May 00:17
Compare
Choose a tag to compare
  • 7df2e4a Fix: Convert ~ and ! prefix tokens to esprima (fixes #274) (#276) (Daniel Tschinder)

v3.1.4

21 Apr 19:14
Compare
Choose a tag to compare
  • e044705 Fix: remove extra leading comments at node level (fixes #264) (Kai Cataldo)
  • 25c27fb Chore: Remove jQuery copyright from header of each file (Kai Cataldo)
  • 10709f0 Chore: Add jQuery Foundation copyright (Nicholas C. Zakas)
  • d754b32 Upgrade: Acorn 3.1.0 (fixes #270) (Toru Nagashima)
  • 3a90886 Docs: replace a dead link with the correct contributing guide URL (Shinnosuke Watanabe)
  • 55184a2 Build: replace optimist with a simple native method (Shinnosuke Watanabe)
  • c7e5a13 Fix: Disallow namespaces objects in JSX (fixes #261) (Kai Cataldo)
  • 22290b9 Fix: Add test for leading comments (fixes #136) (Kai Cataldo)

v3.1.3

18 Mar 17:29
Compare
Choose a tag to compare
  • 98441cb Fix: Fix behavior of ignoring comments within previous nodes (refs #256) (Kai Cataldo)

v3.1.2

14 Mar 21:09
Compare
Choose a tag to compare
  • a2b23ca Fix: Ensure 'var let' works (fixes #149) (Nicholas C. Zakas)
  • 5783282 Fix: Make obj.await work in modules (fixes #258) (Nicholas C. Zakas)
  • d1b4929 Fix: leading comments added from previous node (fixes #256) (Kai Cataldo)

v3.1.1

26 Feb 18:25
Compare
Choose a tag to compare
  • 3614e81 Fix: exponentiation operator token (fixes #254) (Nicholas C. Zakas)

v3.1.0

25 Feb 22:03
Compare
Choose a tag to compare
  • da35d98 New: Support ecmaVersion 7 (fixes #246) (Nicholas C. Zakas)

v3.0.2

19 Feb 18:47
Compare
Choose a tag to compare
  • 0973cda Build: Update release script (Nicholas C. Zakas)
  • 106000f Fix: use the plugins feature of acorn (fixes #250) (Toru Nagashima)
  • 36d84c7 Build: Add tests (fixes #243) (Nicholas C. Zakas)