Skip to content

Releases: sunrise-php/http-router-openapi

v2.2.0

01 Nov 08:33
73e08ff
Compare
Choose a tag to compare
  • New annotations to shorten the code (see #48).

v2.1.0

12 Oct 19:57
bb63358
Compare
Choose a tag to compare
  • 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
5761522
Compare
Choose a tag to compare
  • 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
6b9158c
Compare
Choose a tag to compare
  • Simplified referencing.

v1.9.0

06 Feb 05:47
b4d0244
Compare
Choose a tag to compare
  • Convert OAS nullable property to JS type property;
  • OA Assert Kit for tests.

v1.8.0

01 Feb 07:04
ce2b085
Compare
Choose a tag to compare
  • PHP8 support.

v1.7.0

06 Oct 10:25
918f66d
Compare
Choose a tag to compare
  • New RequestHeaderValidationMiddleware was added;
  • Update dependency justinrainbow/json-schema to v5.2.10.

v1.6.0

27 Jul 03:07
cb64b9d
Compare
Choose a tag to compare
  • Support for the APCu cache for the JSON schema builder.

v1.5.1

09 Jun 14:34
ed81e40
Compare
Choose a tag to compare
  • Validation logic was improved.

v1.5.0

08 Jun 17:26
998ac32
Compare
Choose a tag to compare
  • JsonSchemaBuilder::forRequestQueryParams();
  • RequestQueryValidationMiddleware.