Releases: Qard/onchange
Releases · Qard/onchange
Fix `outpipe`
Fixed
- Fixed
output(opts)call
"Add" Flag
Added
- New
--addflag to trigger initial add events from chokidar (before ready event) - Allow
--await-write-finishto specify time
Fix kill logging
Fixed
- Fix logging of changes when exiting a process
Fix child command PID debugging
Fixed
- Print correct PID when debugging in verbose mode
Queue By Default
Changed
- Refactor module to enqueue changes by default, run task on every change
- Change
-j, --jobsto support concurrent tasks - Exposed
-k, --killto enable old behaviour of killing previous task on change (e.g. old behaviour was-j1, -k)
Expose "Await Write Finish"
Added
- Expose
awaitWriteFinishoption from chokidar
Update `chokidar`
Changed
- Update
chokidarto 2.x - Update
cross-spawnto 6.x
New `--filter` option
Added
- Pass
--filterwith a list of events to limit to
Fix `--wait` Option
Fixed
- Corrected the usage of
--waitoption
Outpipe
Added
- Enable the ability to use
-oor--outpipeto execute a command (and potentially pipe the regular command into here)