Releases: DerManoMann/openapi-router
Releases · DerManoMann/openapi-router
3.1.0
What's Changed
- Add rector and apply by @DerManoMann in #46
- Bump composer deps (tooling, swagger-php v5) by @DerManoMann in #47
Full Changelog: 3.0.1...3.1.0
3.0.1
3.0.0
What's Changed
- [v3] Bump PHP to 8.1, refresh deps and use openapi-extras instead of custom attributes by @DerManoMann in #43
Full Changelog: 2.0.0...3.0.0
2.0.0
What's Changed
- Switch to a single build workflow by @DerManoMann in #21
- PHP 81 attribute support by @DerManoMann in #22
- Bump swagger-php deps to 4.2.3 by @DerManoMann in #24
Full Changelog: 1.3.0...2.0.0
1.3.0: Drop Silex and Slim3 support (#20)
Drop Silex and Slim3 support in anticipation of adding PHP 8.1 to the build matrix.
1.2.0: Properly merge router and adapter options (#19)
Properly merge router and adapter options (#19)
Also change the adapter options prefix to OPTION_
to bring it in line with the router.
1.1.1
Register new Trace
operation
1.1.0: Fix PathItem handling for swagger-php 3.0.4 (#7)
- Fix PathItem handling for swagger-php 3.0.4
- Add missing
Trace
annotation. - Make php-cs-fixer external dependency
- Bump PHP requirements to 7.2
Initial release
Laravel/Lumen regex support (#4) * Adds new adapter option to turn off adding regex for integers by default * Also fixes non-static controller syntax for Lumen (class@method instead of class::method) * Reorganization of framework unit tests using a shared set of controller classes