Releases: nijens/openapi-bundle
Releases · nijens/openapi-bundle
0.3.0
Added
- Capability to override exception responses. (#13) Contributed by @davidcochrum
- Support for loading OpenAPI specifications in YAML format. (#14) Contributed by @davidcochrum
RouteLoader
resource change detection for development environments. (#15)
0.2.0
Added
- A controller to catch all requests to paths with unavailable routes to both be able to improve error messages and triggering the Symfony's security access control on all API paths.
- An exception subscriber to transform exception to readable JSON responses. With implementation to display additional information for the
BadJsonRequestHttpException
andInvalidRequestHttpException
.
Changed
- Improved differentiation between types of errors within the
JsonRequestBodyValidationSubscriber
.
0.1.0
Initial release with route loading and JSON response body validation.