Skip to content

Releases: rmpestano/cukedoctor

v1.0.10

30 Jan 16:49
Compare
Choose a tag to compare

Release notes

Conditionally adding minmax macro based on the backend, see details here.

v1.0.9

29 Jan 19:26
Compare
Choose a tag to compare

Release notes

Fixes:

  • #97 Ability to disable all extensions at a time
  • #98 mimmax macro should not be written when the extension is disabled.

v1.0.8

29 Jan 11:06
Compare
Choose a tag to compare

Release notes

#96 - updates jruby and remove duplicate dependencies (e.g both jruby 1.7.x and 9.x were being include in classpath)

v1.0.7

06 Aug 15:38
Compare
Choose a tag to compare

Release Notes

See closed issues in 1.0.7 milestone.

v1.0.6

24 Oct 00:51
Compare
Choose a tag to compare

Fixes:

  • Source highlighter configuration #72
  • Hide step time #74
  • Hide scenario keyword configuration #75
  • Configuration mechanism for global setup #76
  • Search path configuration #77 (Thanks to @zkar)
  • Hide tags #79
  • Unify README #80

v.1.0.5

18 Sep 00:14
Compare
Choose a tag to compare

Fixes:

  • hide summary section option #70
  • hide features section option #71

v1.0.4

04 Sep 23:53
Compare
Choose a tag to compare

Fixes:

  • skip option in maven plugin #68
  • Avoid horizontal bar in summary section
  • Allow '#' in enriched steps

v1.0.3

30 Jul 13:59
Compare
Choose a tag to compare

Changlog

  • Unrecognized field "comments" (#67)
  • NullPointerException for scenarios that have no description (#66)

v.1.0.2

24 Apr 00:12
Compare
Choose a tag to compare

Changlog

  • Remove '+' from feature description line breaks (#61, also related to #65)
  • Remove feature sets in maven plugin (#62)
  • Feature order are lost in maven plugin (#63)
  • Support documentation versioning (#64)
  • Support asciidoctor hardbreaks (#65)

v.1.0.1

14 Apr 01:04
Compare
Choose a tag to compare

Changlog

  • Support for syntax highlight (#57)
  • Escape special chars in feature and scenario description (#58)
  • Allow includes in docstrings (#59)
  • Maven plugin - intro chapter search location attribute (#60)