Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.98 KB

v2.0.1 - 28/07/2015

Bug fixes

  • Error with esnext option
  • Bug with package.json and .jscsrc config not correctly loaded

v2.0.0 - 28/07/2015

Features

  • Rewrite to ES6 (#71)
  • Support atom-linter 1.0 API (#71)
  • Support jscs 2.0.0
  • Support esnext option (babel)

v1.13.0 - 21/07/2015

Features

  • Add node-style preset (#68)

Bug fixes

  • Support excludeFiles rules (#57)

v1.11.0 - 05/04/2015

Features

  • Can select type of lint message (#50)

Bug Fixes

  • Fix deprecation warning (#48)
  • Fix harmony setting description (#46)

v1.7.0 - 02/25/2015

Features

  • Add option to disable linter when no config file is found (#18)
  • Add grunt preset to configuration (#32)

Bug Fixes

  • Fix config path splitting in order to be OS agnostic (#35)

v1.6.0 - 02/17/2015

Improvements

  • Changed the way linter messages are parsed. (#21)
  • Added JSX support with esprima-fb, enable harmony option and install Atom React package.
  • Added verbose option, prepends the name of the offending rule to all error messages.
  • Added support of package.json config file (#28).

v1.5.0 - 02/17/2015

Features

  • Added a new harmony option, to enable ES6 linting

v1.4.9 - 08/09/2014

Bug Fixes

  • Fixed .jscsrc file breaking linter-jscs (#15)