Skip to content

v0.4001.0

Compare
Choose a tag to compare
@canstand canstand released this 19 Dec 03:00
· 16 commits to main since this release
968ab19

What's Changed

  • chore: roll to Playwright v1.40.1 by @canstand in #394
    • SetInputFiles now supports both file paths and InputFile objects, files can be one of: string, []string, InputFile, []InputFile
  • refactor(transport): handle transport error, no more log.Fatal by @canstand in #395

BREAKING CHANGE

  • ErrPlaywright wraps all Playwright errors
  • ErrTimeout wraps all timeout errors and replaces TimeoutError

Full Changelog: v0.3900.1...v0.4000.0