Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

73 lines (56 loc) · 2.76 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.

5.3.0 - 2023-11-15

Added

  • Add support for @cucumber/cucumber version ^9.0.0 and ^10.0.0.

5.2.0 - 2022-10-10

Added

  • Add support for ES Modules in the System Under Test #121

Fixed

5.1.0 - 2021-11-12

Added

  • Added World generic type to Action and PromiseAction

5.0.0 - 2021-07-02

Changed

  • Rename the Interaction type to Action.
  • Explain that tasks can be decomposed into multiple interactions, and that they are both of type Action.

4.0.0 - 2021-07-30

Changed

  • Renamed the library back to @cucumber/screenplay #39

3.1.0 - 2021-07-07

Added

  • Expose eventually function

3.0.0 - 2021-07-07

Changed

  • Renamed the library to @cucumber/playwright #29

2.0.0 - 2021-07-06

Added

  • Added automatic loading of interactions if the interactions world parameter is defined
  • Added PromiseInteraction type

Fixed

Removed

  • Removed the use of environment variables in the example project
  • Removed InteractionLoader and makeInteractionLoader from the public API

1.0.0 - 2021-07-02

Changed

  • First stable release

0.0.1 - 2021-05-17

Added

  • First release