Guard v2.14.0 Release Notes

Release Date: 2016-05-19 // almost 8 years ago
  • ๐Ÿ›  Bugfixes

    • #817 Correct pause state message [fix #816]
    • ๐Ÿ”Œ #791 Guard now fails with the 1 exit code when plugin is not available

    ๐Ÿ‘Œ Improvements

    • #835 allow regexp group names like /(?<name>.*).rb/ (so you can use m[:name] instead of m[1])
    • ๐Ÿ‘€ #835 allows custom matcher objects in watches (so you can pass matchers instead of a regexp - see Matcher class)
    • ๐Ÿ‘ #835 better/smarter handling of Pathnames in watch/matches/rules
    • ๐Ÿ”Œ #798 (ignore_plugin_templates) dont reload when plugin templates change
    • #785 also trace spawn() calls when debugging