Skip to content

Latest commit

 

History

History
132 lines (70 loc) · 7.46 KB

CHANGELOG.md

File metadata and controls

132 lines (70 loc) · 7.46 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.1 (2022-07-06)

Bug Fixes

  • close browser after run and throw errors (#211) (95a1575)

0.5.0 (2022-06-22)

Features

  • run all recording files in directory with cli (#184) (5261098)

Bug Fixes

  • make cjs the main package entrypoint (#203) (4d10066)

0.4.0 (2022-06-20)

Features

0.3.1 (2022-06-13)

Bug Fixes

0.3.0 (2022-06-09)

⚠ BREAKING CHANGES

  • add abort function to Runner and remove stepIdx from run (#175)

Features

0.2.0 (2022-06-01)

⚠ BREAKING CHANGES

  • flow parameter is now optional in before/after/step hooks.

Features

Bug Fixes

0.1.3 (2022-05-18)

Features

0.1.2 (2022-04-28)

Features

  • improved pointer events (e76d828)
  • use Puppeteer's select to change select elements (#72) (0b4e052)

0.1.1 (2022-03-24)

Features

  • implement a CLI to run multiple JSON files (#66) (eedd349)

0.1.0 (2022-03-23)

Bug Fixes

  • expose Key to make sure it's included in types (#64) (4693f7d), closes #63

0.0.5 (2022-03-17)

Bug Fixes

  • waiting for events should start right before the main step action (#57) (9f33e61)

0.0.4 (2022-03-10)

Features

  • PuppeteerRunnerExtension: improve handling of SVG elements (#41) (d709140)

Bug Fixes

  • assert events for iframe navigations (#44) (7817792)

0.0.3 (2022-03-07)

Features

0.0.2 (2022-03-01)

Features

0.0.1 (2022-02-22)

Features

  • implement runner API with extension points (#4) (4bcb431)
  • implement stringify API with extension points (#3) (961e79f)
  • sync various improvements (#25) (3d68273)

Bug Fixes

  • dynamic puppeteer import and runner iteration over steps (#7) (103cf2d)
  • improve code in runner (#28) (da5521e)
  • minor typos (#21) (9b8cc01)
  • rename to PuppeteerRunnerOwningBrowserExtension (#10) (34579ab)