1.3.4
BC Break:
- Changed the return value for
getValue
on a select without any options to an empty string rather thannull
to respect the common contract between Mink drivers
Bug fixes:
- Changed phpdoc types from
Boolean
toboolean
to be compatible with psalm type checking - Improved compatibility with the HTML5 parsing of the symfony/dom-crawler component in 4.4+
- Removed usages of APIs deprecated in symfony/dom-crawler 4.4
- Send the configured headers when submitting forms
Testsuite:
- Removed HHVM from CI as they dropped support for PHP compatibility
- Added CI on PHP 7.2, 7.3 and 7.4