Skip to content

v0.3.0

Choose a tag to compare

@lukeed lukeed released this 28 Aug 00:51
· 2 commits to master since this release

Breaking

  • Remove directory & existence exit conditions (#9): 45462f3
    Previously, watchlist would not rerun your command for any changes to a directory item.
    Similarly, it would not rerun your command if a file/directory was deleted.
    Both of these are no longer the case.

Features

  • Add eager option and -e / --eager CLI flag (#13): 0a3ece8
    Before this addition, you had to trigger a file/directory change to have watchlist run your command for the first time.
    Now with this addition, watchlist can run your command immediately and then wait for any file/directory changes.