Releases: sunrise-php/http-router-openapi
Releases · sunrise-php/http-router-openapi
v1.4.1
- Support the
Schema.patternProperties
property.
v1.4.0
OpenApi::toJson(int $options)
was added;
- Added full support for route properties.
v1.3.0
- Option to not include undescribed operations:
$openapi->includeUndescribedOperations(false)
v1.2.0
- Extended support for the
additionalProperties
JSON schema property
v1.1.1
- Body validation AS IS
- (dev) Pin dependency
justinrainbow/json-schema
to 5.2.9
v1.1.0
- JSON Schema Builder;
- new middleware for validation a request body by a JSON schema;
- exceptions improved;
- update dependency
phpunit/phpunit
to v7.5.20
;
v1.0.2
- annotations namespace was moved to a constant;
v1.0.1
- Update dependency phpunit/phpunit to v7.5.18