Releases: rizowski/eslint-watch
Releases · rizowski/eslint-watch
v8.0.0 - Drop Node 10 and eslint < 8 support
v7.0.0 - Drop Node 8 and eslint < 7 support
Breaking
- Dropping support for previous versions of Eslint before 7
- Dropping support for node 8 since Eslint 7 dropped it
Misc
- Current ESW version will support current Eslint version
- Updated dependencies
V6.0.1 - Fix coloring and debounce
V6.0.0 - Support Eslint 6
v5.1.2 - Fix dependencies
Fix
- move
lodash.debounce
to dependencies list
Misc
- Upgraded babel dependencies
- Changed
prepublish
command toprepare
v5.1.1
v5.1.0 - new flag and small fixes
v5.0.1 - Execution Issues
Fixes
- Fixed issues with trying to run esw due to polyfill not being at the beginning
- Fixed issues with printing out the watch object
v5.0.0 - Rewrite
Features
watch-ignore
flag now available to add additional ignore directories for situations ESW doesn't already cover. (build, dist)- Help text now includes a section of ESW options.
Breaking
- Help format will now follow eslint's header help format.
--esw-version
is removed in favor of--version
and--versions
--version
is now overridden by ESW. It will return the ESW version.--format
is no longer overridden or defaulted tosimple-detail
- ESW formaters are pulled out of ESW and will be published as separate packages sometime in the future.
--quiet
will now mute the clean message on successful relints
Fixes
- CTRL + C X2 should no longer be an issue. (#80)
Misc
- Formatters for ESW are going to be moved out into a separate package. Adds too much complexity and I don't know how many people actually care about them.
- Moved away from trying to guess where eslint lives or trying to use Eslint's API which is inconsistent with its CLI options. Now ESW utilizes child_process through execa in favor of PATH executables.