Releases: sunrise-php/http-router-openapi
Releases · sunrise-php/http-router-openapi
v2.2.0
- New annotations to shorten the code (see #48).
v2.1.0
- Changed YAML output encoding to UTF-8 #34;
- Fixed
Serialization of ReflectionClass is not allowed
#36;
- Bridge to Sunrise Router #37;
- Improved commands and middleware.
More details at #35.
v2.0.0
- CLI commands for generating OpenAPI document and JSON schemas;
- One middleware for validating requests;
- Test Kit for unit tests;
- Build and operations cache;
- Support for YAML format;
- Support for class methods operations;
- Improved code quality and performance.
v1.9.0
- Convert OAS
nullable
property to JS type
property;
- OA Assert Kit for tests.
v1.7.0
- New
RequestHeaderValidationMiddleware
was added;
- Update dependency justinrainbow/json-schema to v5.2.10.
v1.6.0
- Support for the APCu cache for the JSON schema builder.
v1.5.1
- Validation logic was improved.
v1.5.0
JsonSchemaBuilder::forRequestQueryParams()
;
RequestQueryValidationMiddleware
.