Update dependency guard to '~> 2.19', '>= 2.19.1' #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~> 2.4'
->'~> 2.19', '>= 2.19.1'
Release Notes
guard/guard (guard)
v2.19.1
Compare Source
🏠 Housekeeping
v2.19.0
Compare Source
What's Changed
Full Changelog: guard/guard@v2.18.1...v2.19.0
v2.18.1
Compare Source
v2.18.0
Compare Source
v2.17.0
Compare Source
✨ New Features
v2.16.2
Compare Source
🐛 Bug Fixes
v2.16.1
Compare Source
🐛 Bug Fixes
🏠 Housekeeping
v2.16.0
Compare Source
New feature
guardfile.rb
.v2.15.1
Compare Source
Bugfixes
#stop
even if an exception is raised.Tests & CI
simplecov
filter for the/spec
folder.Pathname
instead ofIO.read
in spec.codeclimate-test-reporter
from Gemfile.Other
v2.15.0
Compare Source
New feature
#==
method forGuard::Watcher
.Bugfixes
0.12.0
deprecation warnings.Improvements
Dir.exists?
withDir.exist?
.Tests & CI
v2.14.2
Compare Source
Bugfix
logger
options from theGuardfile
from being correctly setImprovements
master
branch status">= 1.0.12", "< 2.0"
CONTRIBUTING.md
v2.14.1
Compare Source
Bugfixes
guard -c
nows clears window buffer on OSXImprovements
codeclimate-test-reporter
bin as a separate CI stepv2.14.0
Compare Source
Bugfixes
Improvements
/(?<name>.*).rb/
(so you can usem[:name]
instead ofm[1]
)v2.13.0
Compare Source
Bugfixes
NOTE: please report issues if you're experiencing problems after theses changes
v2.12.9
Compare Source
Bugfixes
v2.12.8
Compare Source
Bugtfixes
Improvements
v2.12.7
Compare Source
Changes
v2.12.6
Compare Source
Bugfixes
Improvements
v2.12.5
Compare Source
Improvements
v2.12.4
Compare Source
Bugfixes
v2.12.3
Compare Source
Bugfixes
v2.12.2
Compare Source
Bugfixes
v2.12.1
Compare Source
Bugfix
v2.12.0
Compare Source
Bugfixes
Improvements
v2.11.1
Compare Source
Bugfixes
v2.11.0
Compare Source
Bugfixes
clearing :on
should work againstart
Guard commandMaintenance
notiffany
gemshellany
gemv2.10.5
Compare Source
Bugfixes
:group
,:plugin
) works againImprovements
v2.10.4
Compare Source
Bugfixes
v2.10.3
Compare Source
Bugfixes
Important changes
directories
option, lots of unexpected side effects causing obscure bugs (see issue for easy workaround or file a feature request if you absolutely need this feature again)Related issue: https://github.com/guard/guard/issues/696
v2.10.2
Compare Source
Bugfixes
guard init
can workv2.10.1
Compare Source
Bugfix
ignore
DSL keyword handling (regression since 2.9.2)v2.10.0
Compare Source
Bugfixes
Guard.options[:clear] = true
workingImprovements
clearing
DSL keyword, which works exactly like the-c
option (and replaces the ugly hack previously mentioned in the README)directories
method in README (+mention important workarounds)v2.9.2
Compare Source
Bugfixes
v2.9.1
Compare Source
Bugfixes
v2.9.0
Compare Source
Improvements
directories
DSL option allows configuring which directories should be watched by Listen (the catch is: Guard has to be restarted if this is changed - reloading currently won't work)Known issues
v2.8.2
Compare Source
Bugfixes
-#664 - properly call stop() when Guard exits normally
v2.8.1
Compare Source
Bugfixes
Improvements
Development
Some examples to play around with in your
~/.guard.rb
file:v2.8.0
Compare Source
Important notes
This is just a release to deprecate the extremely problematic
::Guard::Guard
class, which was deprecated over a year ago (Guard 2.0).Suggested usage in bundler:
(Since there are no plans to maintain 2.7).
Compatibility
The deprecated file will be removed in 2.8.1 (or later)!
This does not break semver, because the deprecation was introduced in 1.x:
= 1.8.1
-> deprecated for the first time= 2.0.0
-> deprecations hidden by default (without --show-deprecations)= 2.7.3
-> last version without deprecation= 2.8.0
-> deprecation (this version)>= 2.8.1
-> (upcoming) will break apps relying on deprecated classes/methods2.9.x
-> (upcoming) - will be compatible with 2.x, but will have features from 3.x3.x
-> (upcoming) - incompatible with 2.xSo, if you can't upgrade yet (even though it should be trivial), you can use:
Upgrade details
Upgrading to Guard 2.0
v2.7.3
Compare Source
Important notes
This version (v2.7.3) is the last one planned before a major deprecation in 2.8.0.
Since Guard 2.7.x will likely no longer be maintained.
So, you are encouraged to switch to 2.8 as soon as it's available:
Bugfixes
Development
v2.7.2
Compare Source
Bugfixes
v2.7.1
Compare Source
Bugfixes:
guard list
from requiring an existing GuardfileImprovements:
Development:
Development (cucumber acceptance tests):
Development (travis/rubocop):
v2.7.0
Compare Source
Important notes
-w
option now correctly allows monitoring only chosendirectories - great for large projects (previous behavior is consider a bug)
so if by any chance you experience lockups or errors, be sure to report them
never meant as a public API - if you have plugins or projects relying on such
interfaces or behavior which changed (or might), feel free to create issues
and PRs
please submit feature requests, since work may begin soon
Bug fixes
New features
:first_match
option to stop after the first watcher that returns a valid result.Improvements
.travis.yml
testing against last stable Ruby version (2.1.2).v2.6.1
Compare Source
Bug fixes
v2.6.0
Compare Source
@docwhat is in the place!
Bug fixes
#turn_on
and#turn_off
for tmux notifier.Improvements
v2.5.1
Compare Source
Bug fix
v2.5.0
Compare Source
New feature
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.