Releases: Codeception/module-rest
Releases · Codeception/module-rest
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
.