- Relax upper version bound for lens
- Relax upper version bounds for base and lens
- Relax upper version bound for optparse-applicative
- Fix redundant newline at the beginning of the cabal file
- Minor fix to .travis.yml. No changes in Haskell code.
- Handle signals and resend them to the monitored process (#27)
- Relax upper version bounds for http-client and network
- Specify cabal-version: 2.2
- Update .travis.yml with newer GHCs
- Fix the broken --timeout option
- Add support for GHC 8.6
- Relax upper version bound for base
- Add source-repository stanza in the cabal file
- Relax upper version bound for network
- Lock a file to prevent multiple instances of the same name from running
- Use --no-lock option to disable this behavior
- Relax upper version bound for lens
- Update Stackage LTS to 11.16
- Relax upper version bound for aeson
- Relax upper version bound for network and fix a warning
- Add support for HTTPS (#18)
- Do not append new line to the output when the command was successful
- Add --redirect option (#12)
- Relax upper version bound for temporary
- Tighten upper version bound for unix
- Relax upper version bounds for base and aeson
- Relax upper version bounds for http-types, lens and time
- Relax upper version bound for http-types
- Relax upper version bound for unix-compat
- Relax upper version bound for http-types
- Include command output in response even on timeout/failure (#14)
- Add user field to result JSON (#7)
- Handle missing executable properly (#10)
- Relax upper version bound for base
- Kill child process(es) when timeout occurs
- Relax upper version bound for optparse-applicative
- Binary releases
- Add --version option
- Fix a bug that ignores --handle option by accident
- Small documentation fixes
- Enable AppVeyor builds
- Initial release