Releases: guard/guard-cucumber
Releases · guard/guard-cucumber
v3.0.0
Changes
- #38 Lock to Cucumber 3.x (if you're stuck with cucumber 2.x, ask for backports).
v2.1.2
Bug fixes
- #35 get cmd_additional_args to match default declared in README.md
Improvements
- #35 add example options in Guardfile template for easier setup/editing
v2.1.1
Bug fixes
- #34 - add missing "unrecognized" options (
cmd
and cmd_additional_args
)
v2.1.0
Improvements
- #32 warn about unrecognized options
- #33 drop support for obsolete and unsupported Rubies (< 2.2.x)
Cleanup
- removed all traces of unused options (which didn't do anything anyway)
Development
- fixed RuboCop offenses
- update to RuboCop 0.39
- fixed bad Guardfile rule
v2.0.0
Improvements
- #30 - completely rework option handling for command line arguments (thanks to @hron)
v1.6.0
Changes
- lock to Cucumber 2.x (if you're stuck with cucumber 1.x, ask for backports)
v1.5.4
Bugfixes
- #22 - fix crashing notifications when background steps fail
v1.5.3
Bugfixes
- fix crashes due to wrongly required files ("uninitialized constant" errors)
v1.5.2
Maintenance release (updates in gem specification such home pages, removed junk files, etc.)
v1.5.1
Bugfixes
Changes
- removed
Guard::Guard
deprecation (now Guard >= 2.0.0 is required)
Improvements
- #10 support for cucumber 1.3.0 and higher
Development
- upgrade to rspec 3.1 and update config
- use rubocop