Releases: PayU/openapi-validator-middleware
Releases · PayU/openapi-validator-middleware
v3.2.6
3.2.6 (2022-02-28)
Bug Fixes
- match route with empty path parameters for api with child resource (#178) (f3ae591)
v3.2.5
3.2.5 (2022-02-08)
Bug Fixes
- missing string type in InputValidationError constructor (#177) (afb861b)
- upgrade api-schema-builder from 2.0.10 to 2.0.11 (#176) (00ac220)
v3.2.4
3.2.4 (2021-11-16)
Bug Fixes
- support contentTypeValidation in Open API 3.0 (#175) (7069b69)
v3.2.3
3.2.3 (2021-08-25)
Bug Fixes
v0.10.0
Extract schema build to an external package - #54
Security fix - #60
OpenAPI 3.0 Support
Add support for OpenAPI 3.0 - Thanks @manorlh