Skip to content

Releases: lukeed/watchlist

v0.3.1

31 Aug 15:24
Compare
Choose a tag to compare

Patches

v0.3.0

28 Aug 00:51
Compare
Choose a tag to compare

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.

v0.2.3

19 Jul 18:25
Compare
Choose a tag to compare

Patches

Chores

v0.2.2

19 Jul 18:22
Compare
Choose a tag to compare

Patches

  • Compare error code correctly for Linux fallback (#3): 04a477c
    Thank you @madx