Skip to content

Release 4.0.0

Choose a tag to compare

@github-actions github-actions released this 17 May 18:24
· 545 commits to main since this release

πŸ’₯ Breaking Change

  • deprecate Node.js v14 and require v16.13 as minimum version
  • removed version export (please raise an issue if you care about this feature)
  • removed path export (use new download export to get the path to Geckodriver)
  • removed stop export (use p.kill() instead)
  • arguments for export start method changed from string[] to typed object

πŸš€ New Feature

  • auto-detect latest Geckodriver version

πŸ’… Polish

  • improve and update documentation

🏠 Internal

  • switch to TypeScript
  • switch to ESM with CJS export
  • update Node.js versions for development to v20

πŸ“ Documentation

  • set up tests and CI pipelines
  • set up continues deployment workflows aligned with other WebdriverIO projects