Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.65 KB

File metadata and controls

40 lines (30 loc) · 1.65 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.

Fixed

  • Use RegExp.source to represent regular expression in messages (#12)

0.4.0 - 2025-08-26

Added

  • Add global hooks (#10)

0.3.0 - 2025-07-30

Added

  • Add sourceReference to test cases and test steps in plan (#5)

Changed

  • BREAKING CHANGE: Rename AssembledStep to AssembledTestStep (#5)

0.2.1 - 2025-07-24

Fixed

  • Make testRunStartedId optional (#4)

0.2.0 - 2025-07-24

Added

  • BREAKING CHANGE: Add testRunStartedId to TestPlanIngredients (#3)

0.1.0 - 2025-07-24

Added

  • Initial implementation (#1)