Skip to content

Releases: Codeception/lib-innerbrowser

3.0.1

06 Mar 10:41
a216c76
Compare
Choose a tag to compare
  • Raised lowest supported version of symfony 4 components to avoid deprecation warnings on PHP 8.

3.0.0

19 Feb 18:36
Compare
Choose a tag to compare
  • Compatibility with Codeception 5

2.0.2

01 Feb 17:42
108679c
Compare
Choose a tag to compare

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

21 Dec 02:04
c7bf42d
Compare
Choose a tag to compare
  • Update dependencies (#48)

2.0.0

07 Dec 05:16
Compare
Choose a tag to compare

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

30 Aug 15:40
Compare
Choose a tag to compare

Hidden field, delete requests, code quality

23 Apr 07:01
4b0d89b
Compare
Choose a tag to compare
  • Submit value of hidden field if checkbox is unchecked and matching hidden field exists #36
  • Send request body in DELETE requests (partially reverts change made in 1.4.2) #38
  • Improved code quality #37

Don't set request body for DELETE and OPTIONS requests

06 Apr 05:29
4ffb91c
Compare
Choose a tag to compare
1.4.2

Merge pull request #34 from Codeception/dont-set-request-body-for-del…

Fix grabTextFrom TypeError

02 Mar 08:03
693e116
Compare
Choose a tag to compare
  • Fix Type Error on PHP 8 when array is passed to grabTextFrom#30

1.4.0: Merge pull request #29 from TavoNiievez/master

29 Jan 18:19
b7406c7
Compare
Choose a tag to compare