Skip to content

Releases: Codeception/lib-innerbrowser

4.0.5

13 Sep 05:15
66b66d6
Compare
Choose a tag to compare
  • Fix name of unsetHttpHeader method #71

4.0.4

13 Sep 05:14
66f06c9
Compare
Choose a tag to compare
  • Declare nullable parameter types explicitly by @W0rma in #70
  • InnerBrowser.php: Deprecate deleteHeader in favor of unsetHeader by @ThomasLandauer in #69

4.0.3

02 Feb 20:37
d9fbf1c
Compare
Choose a tag to compare

4.0.2

01 Dec 11:28
9d94838
Compare
Choose a tag to compare

4.0.1

16 Nov 16:25
ee5d25e
Compare
Choose a tag to compare

4.0.0

03 Feb 19:33
Compare
Choose a tag to compare
  • Support for PHPUnit 10

3.1.3

03 Oct 15:36
10482f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...3.1.3

3.1.2

09 Apr 08:51
bc91300
Compare
Choose a tag to compare
  • Removed dontSeeCheckboxIsChecked parameter type declaration to permit arrays
  • Fixed formatting of Crawler and CrawlerNot constraint failure messages

3.1.1

11 Mar 10:36
Compare
Choose a tag to compare
  • Fix constraint names

3.1.0

11 Mar 10:18
e2fa224
Compare
Choose a tag to compare
  • Extracted constraints , exception and interfaces shared with module-webdriver to codeception/lib-web