Guard v2.15.0 Release Notes

Release Date: 2018-11-14 // over 5 years ago
  • ๐Ÿ†• New feature

    • #889 Add #== method for Guard::Watcher.

    ๐Ÿ›  Bugfixes

    • โš  #893 Fix rspec warning message.
    • โœ… #894 Fix rspec random test failure.
    • ๐Ÿ—„ #916 Fix Pry 0.12.0 deprecation warnings.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”Œ #872 Improve Plugin type checking.
    • ๐Ÿ—„ #904 Replace deprecated Dir.exists? with Dir.exist?.

    โœ… Tests & CI

    • โœ… #899 Test against latest rubies.
    • #900 Force rubocop to match HoundCI's rubocop version.
    • ๐Ÿ’… #911 Apply style guide to the specs.