Skip to content

Latest commit

 

History

History
108 lines (60 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

108 lines (60 loc) · 3.52 KB

CHANGELOG

1.4.1 (2018-01-01)

Bugfix

  • fix: fix: correctly show the skipped features on the report home page Big thanks to kevinkuszyk

1.4.0 (2017-12-15)

Features

  • feature: Ability to define custom metadata Big thanks to LennDG

1.3.0 (2017-11-19)

Features

  • feature: add the possibility to add a custom datablock to the features overview

1.2.0 (2017-11-13)

Features

  • feature: add app as a metadata and update the docs

1.1.0 (2017-09-22)

Features

  • feature: add option to disable the log when a report has been generated
  • feature: defaulted the dropdown to 50 and updated the options to [50, 100, 150, "All"]
  • feature: added created by to templates

1.0.1 (2017-09-12)

Bug Fixes

1.0.0 (2017-09-08)

Features

  • feature: added support for CucumberJS 3, the only thing that has changes for reporting is that the embedding.mime_type has been changed to embedding.media.type.
  • feature: metadata is now also an option, see the readme

0.2.1 (2017-07-26)

Bug Fixes

  • fix: Styling for showing scenario title on smaller window size (< 1200 px)

0.2.0 (2017-07-18)

Features

  • feature: parse json to show info when embedding.mime_type is text and can be parsed as a JSON

Bug Fixes

  • fix: remove the embedding image to limit the output size
  • fix: making the + Show Error, + Show Info and Screenshot- link more unique

0.1.3 (2017-06-23)

Bug Fixes

  • fix: fix templates to work with node 4.4.5 by removing blockbindings

0.1.2 (2017-05-26)

Bug Fixes

  • fix: sanitize feature.id that is used for urls in the features overview

0.1.1 (2017-05-24)

Bug Fixes

  • fix: embedding.mime_type 'text/plain' can have encoded and plain text. Fixed this with a base64 check and added tests

0.1.0 (2017-05-21)

Features

  • initial: initial version of Multiple Cucumer HTML Reporter