Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Releases: babel/babel-eslint

v6.0.0

28 Mar 21:59
Compare
Choose a tag to compare

v6 is for supporting ESLint 2

v5.0.1

28 Mar 21:59
Compare
Choose a tag to compare

Add a warning that babel-eslint v5 is for ESLint 1.x

v6.0.0-beta.6

14 Mar 12:38
Compare
Choose a tag to compare
v6.0.0-beta.6 Pre-release
Pre-release

Remove estraverse-fb error since ESLint 2.4.0 is out now

v6.0.0-beta.5

08 Mar 16:08
Compare
Choose a tag to compare
v6.0.0-beta.5 Pre-release
Pre-release

Temporarily error with:

"babel-eslint isn't currently compatible with ESLint 2.3.x. The recommendation is to pin to ESLint 2.2.x right now."

instead of just the "estraverse-fb" not found error

v6.0.0-beta.2

08 Mar 04:15
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release
  • #269 - try catch estraverse-fb
    • also exports.VisitorKeys = t.VISITOR_KEYS;
  • #270 - remove monkey-patching of patternVisitor as unused since eslint uses ExperimentalSpreadProperty

v6.0.0-beta.1

02 Mar 03:41
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

v6.0.0-beta.1

Initial release (all current tests are passing).

Installation

npm install babel-eslint@6.0.0-beta.1 --save-dev

or

$ npm install eslint@1.x babel-eslint --save-dev
$ npm install eslint@2.x babel-eslint@next --save-dev
// package.json
{
  "babel-eslint": "^6.0.0-beta.1", // ^ update if there's fixes
  "babel-eslint": "6.0.0-beta.1",
  "babel-eslint": "next",
}

v5.0.0

16 Feb 23:08
Compare
Choose a tag to compare

v5.0.0 is just v5.0.0-beta10 with less files in node_modules

v5.0.0-beta10

02 Feb 04:07
Compare
Choose a tag to compare

PR: #246 which fixes #236

v5.0.0-beta9

01 Feb 19:51
Compare
Choose a tag to compare
  • #244 - account for escope 3.4.0 babel 6 update.

I'm moving the 5.x beta to the next tag so users that use npm install babel-eslint will get the 4.x version. If you want the 5.x version use npm install babel-eslint@next or the specific version.

v5.0.0-beta7

30 Jan 16:36
Compare
Choose a tag to compare

Fixes #228

  • issues with use strict