Skip to content

Latest commit

 

History

History
109 lines (53 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

109 lines (53 loc) · 5.41 KB

2.3.1 (2023-04-19)

Bug Fixes

2.3.0 (2022-11-16)

Features

  • implement stringifyStep (5534eef)

2.2.0 (2022-08-22)

Features

  • hover: add support for hover (d6674b5)

2.1.0 (2022-08-17)

Features

  • add assertion for navigation event after click. update replay library. (c6b21b3)

2.0.0 (2022-07-18)

Features

  • Update the output path from .spec to .cy (04163b3)

BREAKING CHANGES

  • Update the output path from .spec to .cy for v10

1.4.0 (2022-05-13)

Features

  • dblclick: add support for dblclick. (2e14fa6)
  • rightclick: add support for click events with secondary button presses. (64b0a1d)

1.3.0 (2022-05-03)

Bug Fixes

Features

  • add supported keys for keyDown step. (cdea4c6)

1.2.0 (2022-04-29)

Features

  • add output path flag and input so users can specify output folder. (96512fa)

1.1.1 (2022-04-25)

Bug Fixes

  • filenames: ensure correct filename is exported regardless of nesting. add version tag to readme. (a5c8334)

1.1.0 (2022-04-12)

Features

  • replay: update puppeteer/replay library (47a2669)

1.0.1 (2022-03-25)

Bug Fixes

1.0.0 (2022-03-23)

Bug Fixes

  • update name in release workflow (aeeccff)
  • update releaserc (678f8e9)
  • update transforms function to correctly handle file inputs (58731e8)
  • update types in test (e70ad3a)

Features

  • add ability to write and print via cli. update stringify formatting. (a54ba4f)
  • add build-test workflow (7acc3e2)
  • add cli functionality. (b8004d4)
  • add cypress stringify extension. ad functions to parse files and correctly stringify to cypress (688ad06)
  • add recordings folder for output and demo purposes. (ddaedfd)
  • semantic-deploys: add semantic versioning and deploy-related functionality. (ef5c47a)
  • test: add mocha and unit test CypressStringifyExtension (25f807d)
  • test: add unit test for keyDown (308c40a)