Releases: Codeception/lib-innerbrowser
Releases · Codeception/lib-innerbrowser
4.0.5
4.0.4
- Declare nullable parameter types explicitly by @W0rma in #70
- InnerBrowser.php: Deprecate
deleteHeader
in favor ofunsetHeader
by @ThomasLandauer in #69
4.0.3
- Support PHPUnit 11 by @Naktibalda in #67
4.0.2
- Support Symfony 7.x by @pfuhrmann in #66
4.0.1
- Use FQN for public methods by @erickskrauch in #63
- Fix numeric key in form by @janfejtek in #64
4.0.0
- Support for PHPUnit 10
3.1.3
3.1.2
- Removed dontSeeCheckboxIsChecked parameter type declaration to permit arrays
- Fixed formatting of Crawler and CrawlerNot constraint failure messages
3.1.1
- Fix constraint names
3.1.0
- Extracted constraints , exception and interfaces shared with module-webdriver to codeception/lib-web