Releases: open-cli-tools/chokidar-cli
Releases · open-cli-tools/chokidar-cli
v3.0.0
- Remove windows from GH actions test machine matrix ad5e2d7
- Update dependencies bbf17af
- Update node version matrix for GH actions 75831e3
- Update references to new repository owner org 7e16ff1
- Don't throttle or debounce if those options were not specified. (#90) 331243f
- Switch to GitHub Actions CI. (#85) 99e4b47
2.1.0
2.0.0
- Updated
chokidar
itself to latest version - Requires node.js v8.0.0 or newer as
chokidar
requires that as well as of v3+
1.2.3
- Update all dependencies to latest versions (fixes https://github.com/kimmobrunfeldt/chokidar-cli/issues/66)
chokidar
is updated to latest v2.x - to avoid breaking changes at this point
1.2.2
- Update dependencies, fixes https://github.com/kimmobrunfeldt/chokidar-cli/issues/64
1.2.1
- Get rid of vulnerable dependencies (
npm audit
warnings to 0)- Remove all unused dependencies (anymatch & shell-quote - and all devDependencies except for mocha)
- Update all dependencies to latest versions
npm audit fix
chokidar's transitive dependenies
- Use exact version numbers for dependencies from now on
- Upgrade travis configuration to run newer node.js versions
Add {path} and {event} variables to -c
Thanks to @es128, there's a new feature: variables which can be used in commands:
-c, --command Command to run after each change. Needs to be
surrounded with quotes when command contains spaces.
Instances of `{path}` or `{event}` within the command
will be replaced by the corresponding values from the
chokidar event.
Changes shortly:
Fix -c option on minigw shell on Windows
Thanks @romainl for creating this pull request: https://github.com/kimmobrunfeldt/chokidar-cli/pull/16
Add --throttle option
- Merge pull request by @ElliotChong https://github.com/kimmobrunfeldt/chokidar-cli/pull/14
Fix shell problems
- Fixes issue #8.