Skip to content

V3.0.0 - Removing < node 4 support

Choose a tag to compare

@rizowski rizowski released this 16 Feb 16:06
· 86 commits to master since this release

Enhancements

  • (#105) Added -esw-version flag to get eslint-watch version
  • (#103) Added --changed flag which enables watching only the file you're changing
    • This used to be default behavior and is a breaking change. Caching should mitigate this issue

Fixes

  • (#104) Fixed --quiet on watch
  • (#101) Fixed --fix on watch so now fixes will apply
  • (#102) Fixed coloring issue and how stdout was being used. --color is no longer needed

Misc

  • (#100) Added Babel to start es6 conversion
  • (#106) Converted a lot of the main code over to es6 using babel set on node-4
  • (#99) Cleaned up tests
  • (#96) Updated icons