Skip to content

Releases: eslint/js

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)

v3.0.1

02 Feb 22:37
Compare
Choose a tag to compare
  • ecfe4c8 Upgrade: eslint-config-eslint to 3.0.0 (Nicholas C. Zakas)
  • ea6261e Fix: Object rest/spread in assign (fixes #247) (Nicholas C. Zakas)
  • 7e57ee0 Docs: fix options.comment typo (xuezu)
  • dd5863e Build: Add prerelease script (Nicholas C. Zakas)
  • 0b409ee Upgrade: eslint-release to 0.2.0 (Nicholas C. Zakas)

v3.0.0

20 Jan 23:11
Compare
Choose a tag to compare
  • 5ff65f6 Upgrade: Change Esprima version to latest (Nicholas C. Zakas)
  • a8badcc Upgrade: eslint-release to 0.1.4 (Nicholas C. Zakas)
  • 34d195b Build: Switch to eslint-release (Nicholas C. Zakas)
  • a0ddc30 Breaking: Remove binary scripts (Nicholas C. Zakas)
  • 02b5284 Build: Fix package.json dependencies (Nicholas C. Zakas)
  • b07696f Fix: tests for importing keywords (fixes #225) (Toru Nagashima)
  • 2e2808a Build: Add node@5 to CI (fixes #237) (alberto)
  • 445c685 Update: Unrecognized license format in package.json (fixes #234) (alberto)
  • 61cb5ee Update: Remove duplicated acorn-jsx dep (fixes #232) (alberto)
  • df5b71c Upgrade: eslint and eslint-config-eslint (fixes #231) (alberto)
  • ef7a06d Fix: lastToken not reset between calls to parse (fixes #229) (alberto)
  • cdf8407 New: ecmaFeatures.impliedStrict (fixes: #227) (Nick Evans)

v3.0.0-alpha-3

10 Dec 21:14
Compare
Choose a tag to compare
v3.0.0-alpha-3 Pre-release
Pre-release
  • Fix: Don't allow regex y flag in ES5 (Nicholas C. Zakas)

v3.0.0-alpha-2

09 Dec 19:05
Compare
Choose a tag to compare
v3.0.0-alpha-2 Pre-release
Pre-release
  • Breaking: move ecmaFeatures into ecmaVersion (fixes #222) (Nicholas C. Zakas)
  • New: Export VisitorKeys (fixes #220) (Nicholas C. Zakas)

v3.0.0-alpha-1

09 Dec 19:05
Compare
Choose a tag to compare
v3.0.0-alpha-1 Pre-release
Pre-release
  • 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

09 Dec 19:06
Compare
Choose a tag to compare
  • Fix: Ensure node type is correct for destructured (fixes #195) (Nicholas C. Zakas)