Skip to content

Releases: guard/guard-cucumber

v3.0.0

07 Apr 07:13
03949aa
Compare
Choose a tag to compare

Changes

  • #38 Lock to Cucumber 3.x (if you're stuck with cucumber 2.x, ask for backports).

v2.1.2

28 Apr 02:03
@e2 e2
Compare
Choose a tag to compare

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

28 Apr 01:12
@e2 e2
Compare
Choose a tag to compare

Bug fixes

  • #34 - add missing "unrecognized" options (cmd and cmd_additional_args)

v2.1.0

28 Apr 01:07
@e2 e2
Compare
Choose a tag to compare

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

10 Nov 13:09
@e2 e2
Compare
Choose a tag to compare

Improvements

  • #30 - completely rework option handling for command line arguments (thanks to @hron)

v1.6.0

29 Mar 16:42
@e2 e2
Compare
Choose a tag to compare

Changes

  • lock to Cucumber 2.x (if you're stuck with cucumber 1.x, ask for backports)

v1.5.4

08 Mar 18:31
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #22 - fix crashing notifications when background steps fail

v1.5.3

17 Dec 14:05
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • fix crashes due to wrongly required files ("uninitialized constant" errors)

v1.5.2

14 Dec 22:21
@e2 e2
Compare
Choose a tag to compare

Maintenance release (updates in gem specification such home pages, removed junk files, etc.)

v1.5.1

03 Nov 19:33
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • none

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