Releases: marwan-at-work/gowatch
Releases · marwan-at-work/gowatch
v0.8.0
Fix a bug where gowatch hangs of the underlying process exits unexpectedly.
v0.7.0
v0.3.0
Features:
- 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 nowGoPaths
andNonGoDirs
are nowNonGoPaths
.