Changelog History
-
v1.0.3 Changes
November 18, 2018 -
v1.0.2 Changes
October 21, 2018 -
v1.0.1 Changes
September 08, 2018๐ 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 Changes
June 25, 2018๐ 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 Changes
June 22, 2018๐ 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