Releases: sunrise-php/http-router-openapi
Releases · sunrise-php/http-router-openapi
v2.2.0
01 Nov 08:33
Compare
Sorry, something went wrong.
No results found
New annotations to shorten the code (see #48 ).
v2.1.0
12 Oct 19:57
Compare
Sorry, something went wrong.
No results found
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
07 Oct 07:01
Compare
Sorry, something went wrong.
No results found
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.10.0
24 Sep 02:51
Compare
Sorry, something went wrong.
No results found
v1.9.0
06 Feb 05:47
Compare
Sorry, something went wrong.
No results found
Convert OAS nullable property to JS type property;
OA Assert Kit for tests.
v1.8.0
01 Feb 07:04
Compare
Sorry, something went wrong.
No results found
v1.7.0
06 Oct 10:25
Compare
Sorry, something went wrong.
No results found
New RequestHeaderValidationMiddleware was added;
Update dependency justinrainbow/json-schema to v5.2.10.
v1.6.0
27 Jul 03:07
Compare
Sorry, something went wrong.
No results found
Support for the APCu cache for the JSON schema builder.
v1.5.1
09 Jun 14:34
Compare
Sorry, something went wrong.
No results found
Validation logic was improved.
v1.5.0
08 Jun 17:26
Compare
Sorry, something went wrong.
No results found
JsonSchemaBuilder::forRequestQueryParams();
RequestQueryValidationMiddleware.