- Improve documentation about existing plugins.
- Change specs to a new multi-pattern system.
- Update development dependencies.
- Upgrade Codecov uploader for tests coverage.
- Enable RSpec
--only-fail
feature. - Resolve new RuboCop offenses.
- Improve Cirrus CI config.
- Add plugin system.
Take out CLI
and spinner.
Add more plugins like
matrix
andaccess
. - Remove
:every
option: do it yourself viachanges.first
, if you want. - Drop Ruby 2.4 and 2.5 support.
- Support Ruby 3.0 and 3.1.
- Switch from
bacon
test framework to RSpec. Speed up and improve tests, fix many phantom fails. - Update development dependencies.
- Add
rubocop-rspec
andrubocop-performance
. - Resolve new offenses from RuboCop and its plugins.
- Switch from Travis CI to Cirrus CI.
- Add JRuby, Windows and TruffleRuby to CI.
- Add
bundle-audit
CI task.
- Fix
--restart
option.
- Replace
Trollop
withOptimist
.
- Add
--every
option. - Many refactorings.
- Tests improvements.
- Add
--daemon
option. - Fix issues with the
--restart
option.
- Exclude files.
- More environment variables.
- Options in Ruby API.
- Start, stop and finalize API.
- Kill and restart long running command with
--restart
option.