What's Changed
- PHP 8.1+, Laravel 10+ by @hotmeteor in #164
- Laravel 11 support by @bastien-phi in #166
- Use pint for code style by @bastien-phi in #161
- Fix PHPUnit deprecations by @bastien-phi in #168
- Better exception handling by @bastien-phi in #169
- Support substituted backed enum in path by @bastien-phi in #171
- Fix filterProperties when data does not contain properties by @bastien-phi in #172
- Add support for streamed response by @bastien-phi in #174
- Add support for dictionaries by @bastien-phi in #173
- Fix nullable and readonly/writeonly parsing by @bastien-phi in #175
- Cleanup codebase by @bastien-phi in #177
- Expected empty response body by @bastien-phi in #179
- Expects true fails if the throwable is null by @bastien-phi in #180
- Give Http Code assertion more priority in response assertion by @bastien-phi in #181
- Fix request validation for request only having uploaded file by @bastien-phi in #182
- Refactor codebase, increase PHPStan level to 6 by @bastien-phi in #184
- Query param can be an array by @bastien-phi in #185
- Remove binding between path parameter in openapi and Laravel route declaration by @bastien-phi in #186
- Improve validation and casting of request parameters by @bastien-phi in #188
- Support charset and placeholder media types by @bastien-phi in #189
Full Changelog: v1.11.0...v2.0