Releases: guard/guard-compat
Releases · guard/guard-compat
v1.2.1
Bugfixes
- prevent guard-minitest from attemping to use Guard::Notifier::Notify when testing other guard plugins
v1.2.0
Improvements
Allow plugins to use Guard::UI even when used without Guard
(Intended for guard-jasmine in Cli mode).
v1.1.0
Bugfixes
- fix incorrectly delegated UI calls
Improvements
- add test helper for testing templates
- add
watched_directories
method (needed for guard-bundler)
v1.0.1
Bugfix
- add the uniq() on match_files() to avoid possible regressions
Improvments
- workaround to prevent Ruby warnings in tests
v0.2.0
Bugfixes
- allow Plugin to be created without arguments (making them options) - to both match Guard::Plugin and simplify Plugin tests
v0.1.1
Bugfixes
- fix const_defined? usage to work with Ruby 1.9.3
- allow Guard::Notifier to be included and used as an exception (for guard-minitest to work)
v0.1.0
Improvement
- plugins can now be required in Bundler without causing problems