Skip to content

Releases: open-cli-tools/chokidar-cli

v3.0.0

28 Jul 13:00
Compare
Choose a tag to compare
  • 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...v3.0.0

2.1.0

29 Oct 00:09
2.1.0
42a6ea8
Compare
Choose a tag to compare

Updated chokidar to 3.2.

2.0.0

31 Jul 20:27
Compare
Choose a tag to compare
  • 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

31 Jul 20:16
Compare
Choose a tag to compare

1.2.2

18 Feb 19:20
Compare
Choose a tag to compare

1.2.1

30 Aug 16:57
Compare
Choose a tag to compare
  • 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

22 Nov 22:15
Compare
Choose a tag to compare

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:

  • 3185c47 Switch to use releasor instead of a separate release script
  • cef99d3 Implement variable replacement in command
  • 2369bdb Update node versions in Travis config

Fix -c option on minigw shell on Windows

28 Oct 15:36
Compare
Choose a tag to compare

Add --throttle option

12 Oct 11:41
Compare
Choose a tag to compare

Fix shell problems

27 Jul 13:52
Compare
Choose a tag to compare
  • Fixes issue #8.