Releases: orchestral/dusk-updater
Releases · orchestral/dusk-updater
v1.2.4
Changes
- Support
composer/semver
version 3.
v1.2.3
Changes
- Support for Chrome version detection on Arch Linux.
v1.2.2
Changes
- Use
PHP_OS_FAMILY
whenever possible to detect OS (available on PHP 7.2+).
v1.2.1
Changes
- Set minimum
symfony/process
to 4.2
.
- Only show
"ChromeDriver is outdated!"
alert when detect
command is executed without --auto-update
options.
v1.1.1
Changes
- Update regex pattern to match ChromeDriver source. (#4 by @stevethomas)
v1.1.0
Added
- Add
Orchestra\DuskUpdater\DetectCommand
to allows you to check whether installed ChromeDriver needs to be updated using ./vendor/bin/dusk-updater detect
.
v1.0.1
Added
- Added
symfony/polyfill-ctype
in case PHP environment doesn't include ctype_*
functions.
- Added tests.
Changes
- Split reusable code under
Orchestra\DuskUpdater\UpdateCommand
to Orchestra\DuskUpdater\Concerns\DetectsChromeVersion
trait.
- Throws
RuntimeException
if command trying to update none-existing ChromeDriver version.