Releases: webdriverio-community/node-geckodriver
Releases · webdriverio-community/node-geckodriver
Release 4.1.0
- allow to set custom cacheDir (296f4d4)
- Bump @types/node from 20.4.2 to 20.4.4 (#180) (a9eeaf1)
- Bump @typescript-eslint/parser from 6.0.0 to 6.1.0 (#179) (a73f68c)
- Bump webdriverio from 8.13.1 to 8.13.4 (#181) (5589e16)
- Bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.1.0 (#178) (4d3619b)
- Bump release-it from 16.1.2 to 16.1.3 (#177) (8f950b4)
- Bump word-wrap from 1.2.3 to 1.2.4 (#176) (8d6d169)
- Bump eslint-plugin-unicorn from 47.0.0 to 48.0.0 (#174) (033c05f)
- Bump release-it from 16.1.0 to 16.1.2 (#175) (6a1c5f7)
Release 4.0.5
- omit dev deps in audit (8a1c63b)
- Bump eslint from 8.42.0 to 8.43.0 (#154) (d2abc17)
- Bump octokit from 2.0.19 to 2.0.22 (#151) (3003eac)
- Bump @typescript-eslint/parser from 5.59.9 to 5.59.11 (#157) (6da5f59)
- Bump @types/node from 20.3.0 to 20.3.1 (#149) (4f388a7)
- Bump tar-fs from 2.1.1 to 3.0.2 (#155) (1e2226b)
- Bump webdriverio from 8.11.1 to 8.11.2 (#153) (932e10a)
- Bump vitest from 0.32.0 to 0.32.2 (#152) (430632f)
- Bump @vitest/coverage-c8 from 0.32.0 to 0.32.2 (#150) (814c71f)
- Bump vitest from 0.31.4 to 0.32.0 (#146) (6544b84)
- Bump @typescript-eslint/parser from 5.59.8 to 5.59.9 (#147) (33874cb)
- Bump webdriverio from 8.10.7 to 8.11.1 (#144) (df94ac3)
- Bump @vitest/coverage-c8 from 0.31.4 to 0.32.0 (#148) (2ee55f3)
- Bump release-it from 15.10.5 to 15.11.0 (#142) (08f32ce)
- Bump @types/node from 20.2.5 to 20.3.0 (#145) (4ce2cd4)
- Bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 (#143) (b977525)
- Bump @wdio/logger from 8.10.6 to 8.11.0 (#141) (1eeca9c)
Release 4.0.4
Release 4.0.3
- Bump typescript from 5.0.4 to 5.1.3 (#135) (d96c5a7)
- Bump @vitest/coverage-c8 from 0.31.1 to 0.31.4 (#140) (e0cbcd6)
- Bump vitest from 0.31.1 to 0.31.4 (#138) (5551266)
- Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 (#137) (56d5168)
- Bump webdriverio from 8.10.5 to 8.10.7 (#133) (fae4f10)
- Bump @typescript-eslint/parser from 5.59.7 to 5.59.8 (#136) (db9f086)
- Bump release-it from 15.10.3 to 15.10.5 (#134) (002f497)
- Bump eslint from 8.41.0 to 8.42.0 (#132) (88cd697)
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