Skip to content

Releases: cucumber/godog

maintenance release

15 Mar 08:11
a69e4c6
Compare
Choose a tag to compare
  1. adds table output to cucumber json report
  2. fixes the build with module when there is no godog import in any source file

maintenance release

12 Mar 07:22
ee4ee47
Compare
Choose a tag to compare

fixes windows feature scenario line delimiter parsing

adds go.mod for future module support

12 Feb 13:38
d1db163
Compare
Choose a tag to compare
v0.7.10

fixes the module name

patches for go module support and XTest go feature

03 Jan 07:51
75562b1
Compare
Choose a tag to compare
Merge pull request #148 from DJanoskova/master

Replaced loco.png with better quality image and added a vector logo

maintenance release

27 Oct 16:12
d9b8b88
Compare
Choose a tag to compare

minor patches

support for go 1.11 modules

28 Sep 20:11
5c35207
Compare
Choose a tag to compare
v0.7.7

support for tags in outline examples, closes #133

support for go1.10 compiler and linker changes

08 Mar 18:51
0371765
Compare
Choose a tag to compare
v0.7.6

adapts vendoring support for go1.10, should close #118

maintenance release

04 Mar 08:11
0997cc8
Compare
Choose a tag to compare
  • support added for go1.10 compiler and linker changes

maintenance release

31 Aug 13:25
4dc98b0
Compare
Choose a tag to compare

see CHANGELOG.md

closed:

scenario outline support for step argument

02 Jul 16:33
70f7775
Compare
Choose a tag to compare
  • Example table cells were not replaced in step argument like table body or content string. See #92
  • Also scenario outline was not pretty printed well with default format.