Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

77 lines (52 loc) · 1.62 KB

eslint-nibble Changelog

4.2.1

  • (Dep) Use ESLint version ^4.2.0

4.2.0

  • (Feature) Add per-rule autofixing (#35)

4.1.0

  • (Feature) Allow arrowing through results

4.0.0

  • (Breaking) Update to ESLint ^4.1.0

3.1.2

  • (Fix) Fix error about missing function

3.1.1

  • (Dep) Upgrade dependencies (#29)

3.1.0

  • (Enhance) Allow a custom eslint config file to be specified.

3.0.0

  • (Breaking) Update to ESLint ^3.0.0
  • (Dep) Bump versions of inquirer & eslint-friendly-formatter

2.1.0

  • (Enhance) Add --ext option
  • (Build) Drop node 0.10 & 0.12 from CI, and add 4, 5, & 6

2.0.0

  • (Breaking) Update to ESLint ^2.0.0

1.0.1

  • (Build) Add Travis CI
  • (Fix) Prevent formatter resolution error when dependencies are flattened
  • (Dep) Bump inquirer

1.0.0

  • (Breaking) Update to ESLint 1.0.0

0.3.0

  • (Enhance) Improve fatal error handling
  • (Enhance) Add tests

0.2.0

  • (Breaking) Use optionator for parsing cli arguments. Stop defaulting to cwd

0.1.1

  • (Fix) Remove require for babel polyfill

0.1.0

  • (Fix) Update eslint-stats repo to avoid out-of-date deps notice

0.0.6

  • (Fix) Check for warnings as well as errors, before giving the all clear

0.0.5

  • (Fix) Import chalk correctly

0.0.4

  • (Enhance) Eslint-stats now shows warnings as well as errors
  • (Enhance) Added a summary to the report using eslint-summary

0.0.3

  • (Docs) Update usage instructions to avoid global installation
  • (Fix) Check for first message existence before checking for fatal

0.0.2

  • (Fix) Use Babel to precompile ES6 down to ES5 for npm

0.0.1

  • (Enhance) Initial Release