Skip to content

Releases: maxcnunes/gaper

v1.1.0

08 Aug 17:36
5a02122
Compare
Choose a tag to compare

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

18 Nov 15:45
Compare
Choose a tag to compare

Changelog

56a7532 Prepare release 1.0.3
7ecf55b Fix issue of gaper not restarting after a previous failure

v1.0.2

21 Oct 14:15
Compare
Choose a tag to compare

Changelog

931f377 Prepare release 1.0.2
a5cac98 Skip restart from file changes when there is another restart going on
a93d484 Increase sleep on tests to avoid intermittent failure
daee1bf Use a single logger instance
c9da986 Handle incoming errors from the walking calls

v1.0.1

08 Sep 13:53
Compare
Choose a tag to compare

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

25 Jun 14:31
Compare
Choose a tag to compare

Changelog

55cf00b Refactor changeRestart variable
eb4510b Fix watcher scan skipping a whole directory on ignored files
a553e80 Improve remove overlap to skip already checked paths
89c15bf Fix exit handler for successful exits
e4534ca Fix appveyor setting
b45a8e9 Improve watcher search

v1.0.0-rc.1

22 Jun 16:55
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

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