Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

61 lines (46 loc) · 2.87 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.7.1 - 2024-11-24

Fixed

  • Correct TypeScript output config (#56)

0.7.0 - 2024-11-24

Added

  • Add timestamp attribute ((#45)[#45])

0.6.0 - 2024-11-15

Added

  • JavaScript implementation (#42)
  • Update dependency io.cucumber:messages up to v26 (#38)

Fixed

  • Attempts that have been superseded by retries are now omitted from the report (#42)

0.5.0 - 2024-06-22

Added

  • Include pickle name if parameterized #34
  • Support configurable NamingStrategy.ExampleName (#32, M.P. Korstanje)

0.4.0 - 2024-04-05

Changed

0.3.0 - 2024-03-23

Added

  • Include value from Exception.stacktrace if available (#30, M.P. Korstanje)

Fixed

  • Do not overwrite results of retried tests (#29, M.P. Korstanje)

0.2.1 - 2024-02-15

Fixed

  • Missing execution steps statuses if same step is called multiple times in a test (#24 F. Ahadi)

0.2.0 - 2023-04-07

0.1.0 - 2022-12-27

Added

  • Java implementation (#3 M.P. Korstanje)