Skip to content

Releases: Qard/onchange

Fix `outpipe`

22 Nov 04:37
Compare
Choose a tag to compare

Fixed

  • Fixed output(opts) call

"Add" Flag

03 Nov 21:30
Compare
Choose a tag to compare

Added

  • New --add flag to trigger initial add events from chokidar (before ready event)
  • Allow --await-write-finish to specify time

Fix kill logging

02 Oct 05:08
Compare
Choose a tag to compare

Fixed

  • Fix logging of changes when exiting a process

Fix child command PID debugging

02 Oct 04:51
Compare
Choose a tag to compare

Fixed

  • Print correct PID when debugging in verbose mode

Queue By Default

30 Sep 01:58
Compare
Choose a tag to compare

Changed

  • Refactor module to enqueue changes by default, run task on every change
  • Change -j, --jobs to support concurrent tasks
  • Exposed -k, --kill to enable old behaviour of killing previous task on change (e.g. old behaviour was -j1, -k)

Expose "Await Write Finish"

15 Jul 17:19
Compare
Choose a tag to compare

Added

  • Expose awaitWriteFinish option from chokidar

Update `chokidar`

07 May 03:14
Compare
Choose a tag to compare

Changed

  • Update chokidar to 2.x
  • Update cross-spawn to 6.x

New `--filter` option

07 Dec 06:24
Compare
Choose a tag to compare

Added

  • Pass --filter with a list of events to limit to

Fix `--wait` Option

27 Dec 15:33
Compare
Choose a tag to compare

Fixed

  • Corrected the usage of --wait option

Outpipe

02 Dec 21:15
Compare
Choose a tag to compare

Added

  • Enable the ability to use -o or --outpipe to execute a command (and potentially pipe the regular command into here)