Eslint Plugin Import: v1.0.0-beta.0 Release

Release date:
February 24, 2016
Previous version:
v0.13.0 (released February 8, 2016)
Magnitude:
1,023 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

28 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored February 6, 2016
Authored February 8, 2016
Authored February 14, 2016
Authored February 4, 2016
Authored February 8, 2016
Authored February 6, 2016
Authored February 6, 2016
Authored February 12, 2016
Authored February 13, 2016
Authored February 13, 2016
Authored February 8, 2016
Authored February 14, 2016
Authored February 8, 2016
Authored February 12, 2016
Authored February 8, 2016
Authored February 6, 2016
Authored February 12, 2016
Authored February 14, 2016
Authored February 13, 2016
Authored February 11, 2016
Authored February 13, 2016
Authored February 14, 2016

Top Contributors in v1.0.0-beta.0

ben-mosher-7b5f
nosnickid

Directory Browser for v1.0.0-beta.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Update, verified to work with ESLint 2.0.

"Breaking" changes from 0.13.0: - no longer needs/refers to import/parser or import/parse-options. instead, ESLint provided the configured parser + options to the rules, and they use that to parse dependencies.

Shouldn't hurt to leave it there, and I suspect 99.999% of installs have import/parser === parser.

This also means the plugin uses espree instead of babylon if no parser is configured. Wouldn't expect this to hurt in general, but it is a potentially breaking difference. - eslint-config-import is no longer supported. Instead, use the shared configs directly exported by the plugin. See the README for details.

Nothing groundbreaking, but import/parser has been a thorny issue for the whole life of the plugin, and I'm glad to finally be rid of it. :sweat_smile: