Skip to content

Releases: marwan-at-work/gowatch

v0.8.0

20 Jan 04:17
Compare
Choose a tag to compare

Fix a bug where gowatch hangs of the underlying process exits unexpectedly.

v0.7.0

07 Jan 03:19
Compare
Choose a tag to compare

This release makes it so that you can use gowatch as a library so that it can extend other development based programs.

v0.3.0

26 Nov 16:11
Compare
Choose a tag to compare

Features:

  1. You can now specify a path to a file not just a directory.

Breaking changes:

Because of the above, the flag/config names such as "Go dirs" and "Non Go dirs" don't make sense anymore, so they have been renamed to "go paths" and "non go paths".

  • The config file and the lag names have been changed to be more correct and easier to write. For flags run gowatch --help. For config, GoDirs is now GoPaths and NonGoDirs are now NonGoPaths.