All Versions
5
Latest Version
Avg Release Cycle
37 days
Latest Release
1986 days ago

Changelog History

  • v1.0.3 Changes

    November 18, 2018

    ๐Ÿ”„ Changelog

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

  • v1.0.2 Changes

    October 21, 2018

    ๐Ÿ”„ 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 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