Releases: Codeception/lib-innerbrowser
Releases · Codeception/lib-innerbrowser
3.0.1
- Raised lowest supported version of symfony 4 components to avoid deprecation warnings on PHP 8.
3.0.0
- Compatibility with Codeception 5
2.0.2
What's Changed
- Prevent "Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, null given" by @Fahl-Design in #47
- Fix compatibility with symfony/dom-crawler < 5.3.0-BETA-1 by @nrocy in #50
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
What's Changed
- PHP 7.4 or higher is required.
- Updated code base to PHP 7.4 by @TavoNiievez in #45
- The changelog has been added to the Readme file, by @Arhell in #43
Full Changelog: 1.5.0...2.0.0
1.5.1
- Fix symfony/dom-crawler 5.3 deprecation (#41) by @simonhammes
- Require Codeception 4.x by @TavoNiievez
Hidden field, delete requests, code quality
Don't set request body for DELETE and OPTIONS requests
1.4.2 Merge pull request #34 from Codeception/dont-set-request-body-for-del…
Fix grabTextFrom TypeError
- Fix Type Error on PHP 8 when array is passed to grabTextFrom#30
1.4.0: Merge pull request #29 from TavoNiievez/master
- Added redirect methods #29