Skip to content

Releases: Qard/onchange

Polling

02 Dec 21:14
Compare
Choose a tag to compare

Added

  • Enable support for polling (use --poll)
  • Enable support for --no-exclude (overrides the default exclusion of node_modules)

Only `kill` process once

10 Sep 01:29
Compare
Choose a tag to compare

Changed

  • Avoid killing the process a number of times (cf04014)

Update chokidar

10 Sep 01:05
Compare
Choose a tag to compare

Changed

  • Update to chokidar@~1.6.0

Use `tree-kill`

30 Aug 06:58
Compare
Choose a tag to compare

Added

  • Using tree-kill to kill the entire script tree (works better for NPM scripts)
  • Add --delay, -d for delaying time until next script is run

Update Dependencies

07 Jun 18:54
Compare
Choose a tag to compare

Changed

  • Update chokidar dependency
  • Update cross-spawn dependency

Expose CLI flag: `--cwd`

14 Apr 22:49
Compare
Choose a tag to compare

Fixed

  • Type definition cwd option

Changed

  • Use path.resolve on cwd option
  • Log entire command being executed with verbose output

Added

  • New --cwd option for CLI

New Flag: --wait

12 Apr 03:39
Compare
Choose a tag to compare

Added

  • Implement -w flag, waits for the current process to finish instead of killing it

Update Programmatic API

23 Mar 20:28
Compare
Choose a tag to compare

Changed

  • Make args and opts optional
  • Expose exclude and cwd options
  • Create typings for TypeScript users

v2.1.2

02 Mar 23:28
Compare
Choose a tag to compare

Changed

  • Handle possible slow closing processes by removing process close previous listeners

v2.1.1

02 Mar 23:20
Compare
Choose a tag to compare

Changed

  • Normalize verbose logging prefix
  • Log when the command is actually restarted