Skip to content

Releases: sunrise-php/http-router-openapi

v1.4.1

02 Jun 14:27
e4b6dca
Compare
Choose a tag to compare
  • Support the Schema.patternProperties property.

v1.4.0

20 Apr 04:28
a1cb5a2
Compare
Choose a tag to compare
  • OpenApi::toJson(int $options) was added;
  • Added full support for route properties.

v1.3.0

08 Feb 09:46
4bf576e
Compare
Choose a tag to compare
  • Option to not include undescribed operations: $openapi->includeUndescribedOperations(false)

v1.2.0

07 Feb 20:00
1041422
Compare
Choose a tag to compare
  • Extended support for the additionalProperties JSON schema property

v1.1.1

15 Jan 10:10
ecbc6ea
Compare
Choose a tag to compare
  • Body validation AS IS
  • (dev) Pin dependency justinrainbow/json-schema to 5.2.9

v1.1.0

09 Jan 04:17
e42facc
Compare
Choose a tag to compare
  • 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

06 Jan 06:38
433eddb
Compare
Choose a tag to compare
  • annotations namespace was moved to a constant;

v1.0.1

05 Jan 05:49
83cbf55
Compare
Choose a tag to compare
  • Update dependency phpunit/phpunit to v7.5.18

v1.0.0

05 Jan 05:33
Compare
Choose a tag to compare
  • First stable release