Releases: webdriverio-community/node-geckodriver
Releases · webdriverio-community/node-geckodriver
Release 4.0.2
- Bump http-proxy-agent from 6.1.0 to 7.0.0 (#126) (b857475)
- Bump @typescript-eslint/parser from 5.59.6 to 5.59.7 (#130) (78ffc90)
- Bump webdriverio from 8.10.4 to 8.10.5 (#131) (425d80b)
- Bump octokit from 2.0.16 to 2.0.19 (#128) (6994029)
- Bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 (#129) (8e48611)
- Bump https-proxy-agent from 6.2.0 to 7.0.0 (#127) (afbc8c1)
- Bump @types/node from 20.2.3 to 20.2.5 (#125) (a2488a7)
v4.0.1
Changelog:
- Add relative path to
types.ts
import (#122) (c54728e) - Bump http-proxy-agent from 6.0.1 to 6.1.0 (#119) (91609aa)
- Bump octokit from 2.0.14 to 2.0.16 (#121) (1698373)
- Bump eslint from 8.40.0 to 8.41.0 (#120) (45f8a66)
- Bump webdriverio from 8.10.2 to 8.10.4 (#118) (a07f9e6)
- Bump @types/node from 20.1.7 to 20.2.3 (#117) (262589f)
- Bump https-proxy-agent from 6.1.0 to 6.2.0 (#116) (3885dd6)
- minor docs update (8dcdab3)
Release 4.0.0
💥 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 newdownload
export to get the path to Geckodriver) - removed
stop
export (usep.kill()
instead) - arguments for export
start
method changed fromstring[]
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