Releases: thephpleague/openapi-psr7-validator
Releases · thephpleague/openapi-psr7-validator
0.22
What's Changed
- Update dependencies and fix BC accordingly by @KentarouTakeda in #216
- Updated dependencies: psr/http-message 2.x & league/uri 7.x by @deegital in #205
- Add support to psr/http-message 2.0 by @luiscunhaafricainternetgroup in #213
New Contributors
- @KentarouTakeda made their first contribution in #216
- @deegital made their first contribution in #205
- @luiscunhaafricainternetgroup made their first contribution in #213
Full Changelog: 0.21...0.22
0.21
0.20
What's Changed
- (#134) Add support for comma-separated list of encoding content types by @jimcottrell in #135
- Improverbosity by InvalidBody showing the root cause and the reason. by @DEVizzent in #184
- Handle path parameters for arrays correctly by @tjcambio in #191
- Fix string-to-boolean casting by @Yarre in #145
- Allow specifying encoding for optional parts of multipart data by @jimcottrell in #192
New Contributors
Full Changelog: 0.19...0.20
0.19
What's Changed
- Fix plugins install by @scaytrase in #186
- fix(floating-point): use bcmath extension instead of simple division by @Ni-vek in #171
- Prevent ErrorException when value is not iterable by @rogervila in #175
- Fix missing ExceptionInterface by @rogervila in #177
- Access operation security element directly, avoiding getSerializableData by @jimcottrell in #183
- PathFinder: Adding filtering of multiple dynamic routes by exact matching parts count by @martinjoiner in #188
New Contributors
- @Ni-vek made their first contribution in #171
- @rogervila made their first contribution in #175
- @jimcottrell made their first contribution in #183
- @martinjoiner made their first contribution in #188
Full Changelog: 0.18...0.19
0.18
0.17
- #155 Usage of implicit schema.nullable (@scaytrase @AlbinoDrought)
- #152 Upgrade phpstan to 1.0 (@canvural)
0.16.4
0.16.3
0.16.2
- #141 Fix castToSchemaType to be call when array don't need to be deserialized (@Identity-labs)
- #131 Prioritize full match paths in PathFinder (@scaytrase)