Skip to content

v2.0.0 - Eslint > 0.19.0 < 2.0.0 and api changes

Choose a tag to compare

@rizowski rizowski released this 26 Aug 15:38
· 209 commits to master since this release

Important Info

  • esw is no longer synchronous
    • This is mostly due to the problems presented with child_process spawnSync function. There is no way that I have found that allows for capturing what happens in the synchronous process.

Features

  • Pressing Enter while in watch mode will trigger a full directory lint (#11)

Fixes

  • iojs bug was causing errors when linting. It would lint the iojs directory. (#17)
  • iojs bug where the clean message wasn't appearing (#17)
  • Watcher file extensions - Watcher now supports watching any file extension (#16, #20 #23 )
  • ExitCode Error (#24)

Misc

  • ESLint-Watch now dynamically generates options from eslint. (#4)
  • ESLint binary is being called, rather than reaching into the api. (#3)