Releases: xvrh/puppeteer-dart
Releases · xvrh/puppeteer-dart
v3.7.0
- Update to Chrome 121.0.6167.184
- Requires Dart 3.3.0
v3.6.0
- Update to Chrome 119.0.6045.105
- Fix new lints from package:lints v3.0.0
v3.5.0
- Update to Chrome 118.0.5993.70
v3.4.1
- Update to Chrome 117.0.5938.92
v3.3.0
- Update to Chrome 116
- Require Dart 3.1.0
v3.1.1
- Update to Chrome 114.0.5735.133
- Widen constraint on dependency package:http
v3.1.0
- Update to Chrome 114
- Fix a bug on Windows when a relative directory was passed to userDataDir
v3.0.0
- Download "Chrome for Testing" instead of Chromium.
- Update to Chrome 113
- Cache the browser binaries by default in .local-chrome instead of .local-chromium
- Replace int revision parameter with String version in downloadChrome
- Require minimum Dart 3.0.0 version.