All Versions
10
Latest Version
Avg Release Cycle
190 days
Latest Release
1640 days ago
Changelog History
Changelog History
-
v2.16.2 Changes
March 25, 2020 -
v2.16.0 Changes
October 31, 2019๐ New feature
- ๐ #938 Add support for
guardfile.rb
.
- ๐ #938 Add support for
-
v2.15.1 Changes
September 02, 2019๐ Bugfixes
- ๐ป #930 Ensure Guard calls
#stop
even if an exception is raised.
โ Tests & CI
- #914 Add a
simplecov
filter for the/spec
folder. - โ #926 Test against Ruby 2.4.6, 2.5.5, 2.6.2, jruby-9.1.17.0, jruby-9.2.6.0, rbx-3.107.
- ๐ #928 Fix Ruby 2.6 compatibility by stubbing
Pathname
instead ofIO.read
in spec. - ๐ #933 Remove
codeclimate-test-reporter
from Gemfile.
Other
- ๐ป #930 Ensure Guard calls
-
v2.15.0 Changes
November 14, 2018 -
v2.14.2 Changes
January 03, 2018๐ Bugfix
- #892 Fix a bug that was preventing
logger
options from theGuardfile
from being correctly set
๐ Improvements
- #871 Add aliasing section inside tired-of-typing bundle exec
- ๐ #879 Run core with same Ruby version as it was started with
- ๐ #880 Build badge now shows
master
branch status - ๐ #881 Update CI matrix to include latest release of JRuby
- #882 Fix lumberjack version runtime dependency to
">= 1.0.12", "< 2.0"
- ๐ท #883 Run CI against Ruby 2.2.8, 2.3.5, and 2.4.2
- #886 Improve headings in the README
- #890 Add links to the wiki in
CONTRIBUTING.md
- #892 Fix a bug that was preventing
-
v2.14.1 Changes
January 28, 2017 -
v2.14.0 Changes
May 19, 2016๐ 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 usem[:name]
instead ofm[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
-
v2.13.0 Changes
July 27, 2015 -
v2.12.9 Changes
July 22, 2015๐ Bugfixes
- ๐ #778 - properly detect used plugins when name is a symbol