Skip to content

Releases: Codeception/module-rest

3.4.1

26 Mar 07:58
5db3a2e
Compare
Choose a tag to compare

What's Changed

  • Allow installation of justinrainbow/json-schema:6.0 by @W0rma in #108
  • Remove unnecessary files from Composer package by @s1lver in #111
  • Show property name on failing JSON schema assertions by @francislavoie in #105
  • Fix tests for PHPUnit 12 by @W0rma in #113
  • PHP 8.4: Avoid usage of the deprecated E_STRICT constant by @W0rma in #109
  • Allow softcreatr/jsonpath v0.10 by @W0rma in #115

New Contributors

Full Changelog: 3.4.0...3.4.1

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.