Skip to content

Releases: Tobion/OpenAPI-Symfony-Routing

v1.2.1

02 Sep 22:12
48a08be
Compare
Choose a tag to compare
  • Avoid deprecations from swagger-php 3.2
  • Fix default route name with swagger-php >=3.2.2 which hashes the operationId
  • Run tests against PHP 8.1

v1.2.0

14 Apr 22:50
fb790c9
Compare
Choose a tag to compare
  • Supports OpenAPI Specification version 3
  • Dependency on zircote/swagger-php raised from 2.x to 3.x
  • Route loading stays the same as before. You just need to update the annotations when migrating from OpenAPI v2 to v3.
  • Thank you @kswzr for the help.

v1.1.0

14 Apr 20:25
4e8e5c3
Compare
Choose a tag to compare

Added support for route priorities, see README.md#order-routes-with-priority

v1.0.0

31 May 15:15
Compare
Choose a tag to compare

First stable release. See README on how to use this.