Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (40 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

52 lines (40 loc) · 1.66 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.0.6 - 2021-10-12

Changed

  • Upgrade to @cucumber/cucumber-expressions 14.0.0

0.0.5 - 2021-10-12

Added

  • Release as ESM module

Changed

  • The StepDocument type now includes an expression: Expression field.

0.0.4 - 2021-09-15

Changed

  • Upgrade to @cucumber/cucumber-expressions 13.0.1

0.0.3 - 2021-09-01

Added

  • Build choices based on all values for a parameter type, across steps (#1671 aslakhellesoy)

0.0.2 - 2021-07-15

Added

Changed

  • The StepDocument type has changed to { suggestion: string, segments: StepSegments } (#1657 aslakhellesoy)

Added

  • First release!