Skip to content

Releases: Qard/onchange

Add File Replacements

22 Oct 00:55
Compare
Choose a tag to compare

Added

  • Add new replacements for string interpolation (#114)
    • file, fileExt, fileBase, fileBaseNoExt, fileDir

Fix Exclude Path

30 Apr 02:12
Compare
Choose a tag to compare

Fixed

v7.0.1...v7.0.2

Fix CLI Exclude

28 Apr 05:37
Compare
Choose a tag to compare

Arg

25 Apr 23:30
Compare
Choose a tag to compare
Arg

Changed

  • Refactor package using arg
    • --exclude no longer wipes out the default exclude, use --no-exclude if this behavior is wanted
    • --poll must be provided a number
  • Removes FORCE_COLOR override in favor of TTY detection
    • If this breaks functionality, we can add this back as needed, please file an issue!
  • Main package exports an onchange function which returns a function to "close"
    • The main export expects only one argument - options

Fix TTY detection for commands

21 Apr 05:11
Compare
Choose a tag to compare

Fixed

  • Fix TTY colors by passing stdio arguments explicitly (#109)

Add `--exclude-path` Support

10 Sep 05:03
Compare
Choose a tag to compare

Added

  • Support --exclude-path argument to read a .gitignore formatted file for exclusion directives

Chokidar 3.0

19 May 05:39
Compare
Choose a tag to compare

Changed

  • Updated chokidar to latest which supports node.js 8+ only and includes major perf improvements

Keep color in jobs

09 Dec 23:12
Compare
Choose a tag to compare

Changed

  • Use FORCE_COLOR and supports-color to detect and pass through color support to child scripts

Echo Script Quoting

26 Nov 16:31
Compare
Choose a tag to compare

Fixed

  • Better quote node echo.js when special characters exist in the command (e.g. spaces)

Avoid Ending Outpipe

26 Nov 16:30
Compare
Choose a tag to compare

Fixed

  • Avoid call end when writing outpipe to stdout or stderr