Skip to content

v2.14.0

Compare
Choose a tag to compare
@e2 e2 released this 19 May 23:10
· 154 commits to master since this release

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