Skip to content

Releases: Codeception/module-rest

3.4.0

12 Jul 06:34
086762e
Compare
Choose a tag to compare

What's Changed

  • Use FQN for public methods by @erickskrauch in #97
  • Changing double quotes to single quotes in the docs by @ThomasLandauer in #102
  • Allow softcreatr/jsonpath v0.9 + justinrainbow/json-schema v5.3 by @W0rma in #99
  • Test against PHP 8.2 + 8.3 by @W0rma in #101
  • Relax parameter types to allow filters like "array:empty" in JsonType by @W0rma in #107
  • Add unsetHttpHeader() + deprecate deleteHeader() by @W0rma in #106

New Contributors

Full Changelog: 3.3.2...3.4.0

2.0.3

10 Mar 19:24
ee4ea06
Compare
Choose a tag to compare
  • Support softcreatr/jsonpath ^0.8

3.3.2

09 Feb 18:16
Compare
Choose a tag to compare
  • Reverted method signature changes accidentally released in 3.3.1

3.3.1

09 Feb 06:26
097e8d2
Compare
Choose a tag to compare
  • Support codeception/lib-innerbrowser v4

3.3.0

22 Aug 07:11
57b35f9
Compare
Choose a tag to compare
  • Improved handling of boolean and null values in xpath methods (#88) by @pamoller

3.2.0

13 Aug 12:18
2535889
Compare
Choose a tag to compare
  • Add (dont)seeResponseJsonXpathEvaluatesTo methods #85
  • Fixed return type of grabHttpHeader method #86

2.0.2

30 Mar 05:43
9cbba12
Compare
Choose a tag to compare
  • Don't pass NULL to isBinaryData in _failed.

3.1.0

11 Mar 11:00
c7f9210
Compare
Choose a tag to compare
  • Moved JSON constraints from codeception/codeception to module-rest
  • XML related code shared with SOAP module was moved to codeception/lib-xml

3.0.1

20 Feb 16:32
a67031a
Compare
Choose a tag to compare
  • Don't pass NULL to isBinaryData in _failed.

3.0.0

20 Feb 10:50
6575989
Compare
Choose a tag to compare
  • Codeception 5 support
  • Update to min php8 (#70) by @pbojan