Skip to content

Releases: eslint/js

v3.4.0

02 Feb 23:07
Compare
Choose a tag to compare
  • f55fa51 Build: Lock acorn to v4.0.4 (#314) (Kai Cataldo)
  • 58f75be Fix:generic error for invalid ecmaVersion(fixes eslint#7405) (#303) (Scott Stern)
  • d6b383d Docs: Update license copyright (Nicholas C. Zakas)
  • e5df542 Update: To support year in ecmaVersion number (fixes #300) (#301) (Gyandeep Singh)

v3.3.2

29 Sep 21:20
Compare
Choose a tag to compare
  • 7d3e2fc Fix: reset isAsync flag for each property (fixes #298) (#299) (Toru Nagashima)

v3.3.1

26 Sep 22:07
Compare
Choose a tag to compare
  • 80abdce Fix: } token followed by template had been lost (fixes #293) (#294) (Toru Nagashima)
  • 9810bab Fix: parsing error on async as property name. (#295) (Toru Nagashima)

v3.3.0

20 Sep 21:19
Compare
Choose a tag to compare

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)