Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

59 lines (45 loc) · 2.05 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.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