Releases: maxcnunes/gaper
v1.1.0
Changelog
- 5a02122 Merge pull request #18 from maxcnunes/fix-ci
- edee555 Add name workflow
- d314b7b Add missing test files
- f0479bb Fix lint CI
- 90f855c Use Github actions
- 1fde628 Ignore go-tmp-unmask
- 95fc7d2 Update cli to v2
- b0dcdd4 Add extensions example
- 39d9c0a Support multiple extensions with comma
- 9229e8d Improve examples doc
- 4eb2525 Fix typo
- 7f381c7 Add example for custom configurations
- 2a09c4e Add example to install using the binary
- e99cd89 Upgrade urfave/cli to version 1.22.2
- 3f3fcea Remove dep script
- 0324256 Migrate to go module
- 7c57257 Fix typo
- 60a0a90 Add notes about the watch method used in Gaper
- 2cdb29e Add note about directory path settings
- 69ab708 Apply logic to ignore invalid extensions for non glob matches
v1.0.3
v1.0.2
v1.0.1
Changelog
612540b Hardcode gaper version
e4d6c94 Fix invalid memory error after deleting a watched file
7f52687 Show build details when a build fails
a2082c3 Remove extra space from logs
e8e114f Don't leave during a restart failure
2f01106 Fix lint
f0b6bfb Add test for bad shell args
15d3ba4 Add test for build and runner errors
a81558c Improve test coverage for watcher
be41602 Improve test coverage for logger
dba823c Fix typo in docs
a75eac8 Improve watching search and configuration by improving default ignore
586c834 Apply improvements suggested by the linter
f578db3 Improve test coverage
v1.0.0
v1.0.0-rc.1
Changelog
18ea15a Move cli to a different folder so Godoc works for the rest
a2fa6af Improve README
842a011 Add logo
1107ded Configure releaser
d6093dc Add version info
afc23e9 Configure Windows CI
f4157b5 Add Go documents
2847f41 Add more tests
8e2f157 Add few tests for builder and runner parts
04b1615 Implement no-restart-on option
68c9d71 Add support to restart on program exit
99cc752 Refactor restart logic into a function
853e82c Add support for glob searches on watch and ignore options
6fa6a91 Add support to watch multiple paths
28cf317 Fix poll interval not been used properly in the watcher
8e02bc3 Initial commit