Releases: Codeception/module-rest
Releases · Codeception/module-rest
3.4.1
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
- @s1lver made their first contribution in #111
- @francislavoie made their first contribution in #105
Full Changelog: 3.4.0...3.4.1
3.4.0
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
- @erickskrauch made their first contribution in #97
- @W0rma made their first contribution in #99
Full Changelog: 3.3.2...3.4.0
2.0.3
- Support softcreatr/jsonpath ^0.8
3.3.2
- Reverted method signature changes accidentally released in 3.3.1
3.3.1
- Support codeception/lib-innerbrowser v4
3.3.0
3.2.0
2.0.2
- Don't pass NULL to isBinaryData in
_failed
.
3.1.0
- 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
- Don't pass NULL to isBinaryData in
_failed
.