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 -
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