Skip to content

Releases: eslint/espree

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)

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)