Skip to content

Releases: guard/guard-compat

v1.2.1

14 Jan 16:28
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • prevent guard-minitest from attemping to use Guard::Notifier::Notify when testing other guard plugins

v1.2.0

21 Dec 11:57
@e2 e2
Compare
Choose a tag to compare

Improvements

Allow plugins to use Guard::UI even when used without Guard

(Intended for guard-jasmine in Cli mode).

v1.1.0

11 Dec 05:56
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • fix incorrectly delegated UI calls

Improvements

  • add test helper for testing templates
  • add watched_directories method (needed for guard-bundler)

v1.0.1

09 Dec 05:22
@e2 e2
Compare
Choose a tag to compare

Bugfix

  • add the uniq() on match_files() to avoid possible regressions

Improvments

  • workaround to prevent Ruby warnings in tests

v0.2.0

06 Dec 16:29
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • allow Plugin to be created without arguments (making them options) - to both match Guard::Plugin and simplify Plugin tests

v0.1.1

06 Dec 15:20
@e2 e2
Compare
Choose a tag to compare

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

06 Dec 14:12
@e2 e2
Compare
Choose a tag to compare

Improvement

  • plugins can now be required in Bundler without causing problems