Releases: silenceper/gowatch
v1.5.3
What's Changed
- change go get to go install by @xinx1n in #45
- Update go.yml by @silenceper in #49
- Changed os.IsNotExist to errors.Is by @Idontknow13 in #48
- Update go.yml by @silenceper in #54
- Merge pull request #54 from silenceper/silenceper-patch-1 by @silenceper in #55
- upgrade gorelease by @silenceper in #56
- goreleaser: use go 1.20 by @silenceper in #57
- goreleaser: use go 1.20 by @silenceper in #58
New Contributors
- @xinx1n made their first contribution in #45
- @Idontknow13 made their first contribution in #48
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- fix #26 #33 by @yanue in #34
- fix Compatible with go1.14 by @silenceper in #37
- Update go.yml by @silenceper in #38
- update default gowatch.yml by @silenceper in #39
- add log level support by @silenceper in #42
- Updated to use the new fsnotify by @JJatSTASH in #44
New Contributors
- @yanue made their first contribution in #34
- @JJatSTASH made their first contribution in #44
Full Changelog: v1.5.1...v1.5.2
v1.5.2-rc.2
v1.5.2-rc.1
Changelog
1e0797f Merge pull request #34 from yanue/master
c57d754 Merge pull request #37 from silenceper/fix-go1.14
adacb6a Merge pull request #38 from silenceper/silenceper-patch-1
90ecb81 Update go.yml
ee1e572 fix #26
5e76d35 fix Compatible with go1.14
ac9abc0 nolint:funlen
dd4ee2c support init gowatch.yml fix #33
912b87a update readme
v1.5.1
v1.5.1-rc.1
Changelog
d85d205 Delete .travis.yml
3a46a61 Merge pull request #29 from YYCoder/feat/support_custom_cmd
e867f81 Merge pull request #30 from silenceper/fix-github-actions
ebe297c Merge pull request #31 from YYCoder/fix/code_style
e5d1878 Merge pull request #32 from picasso250/patch-1
13cb7b1 feat: support run custom command after build succeed
ef2e97e file regex should have $
1caefef opt: using go-ps to implement pstree
9e082ec style: fix ci lint error
b52ad32 update github action config
v1.4
v1.4-beta.3
v1.4-beta.2
- support prev_build_cmds #25
v1.4-beta.1
- support external commands: #23