This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
Releases: minkphp/MinkGoutteDriver
Releases · minkphp/MinkGoutteDriver
2.0.0
This is the last release of GoutteDriver. As of Goutte 4, Goutte is just reusing the HttpBrowser of symfony/browser-kit
without any customization. This means that the HttpBrowser can be used directly with behat/mink-browserkit-driver
instead of using this driver. This 2.0 release is meant as an upgrade path.
Removed:
- Removed support for PHP 7.1 and older
- Removed support for Goutte 2 and 3
New features:
- Add support for Goutte 4
- Migrated to BrowserKitDriver 2
1.3.0
1.2.1
1.2.0
1.1.0
The driver now relies on BrowserKitDriver 1.2.x, so all changes of this driver are relevant: https://github.com/Behat/MinkBrowserKitDriver/releases/tag/v1.2.0
The changes below only describe the changes related to GoutteDriver specifically.
New features:
- Added the possibility to use a normal Goutte client instead of requiring to use an extended one
- Added the support of Goutte 2.0 as well
Bug fixes:
- Fixed the support of disabling basic auth
- Fixed the resetting of the driver to reset the basic auth
Testing:
- Updated the testsuite to use the new Mink 1.6 driver testsuite
- Added testing on HHVM