v0.11.0
What's Changed
Refactoring
- Use in-place mutation to reduce array copies in
OpenApiSchemaConverter(#33) - Replace JSON encode/decode roundtrip with direct array-to-object conversion (#34)
- Add
clearCache/evicttoOpenApiSpecLoaderand free cache after coverage (#35) - Cache
PathMatcher, opisValidator, andErrorFormatterinstances inOpenApiResponseValidator(#36) - Replace magic sentinel
-1withnullforcachedMaxErrors
Full Changelog: v0.10.0...v0.11.0