Releases: DerManoMann/openapi-router
Releases · DerManoMann/openapi-router
3.2.0
Main Changes
- Add Laravel 12 and 13
- Bump PHP requirements to 8.2
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #49
- Mark
swagger-php:5.3.0as conflict by @DerManoMann in #50 - Add Laravel 12 and PHP 8.5 to workflow matrix by @DerManoMann in #48
- Add weekly schedule of
buildworkflow by @DerManoMann in #51 - Rector CS changes by @DerManoMann in #52
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #53
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #54
- Add swagger-php:^6.0 to composer.json dependencies by @DerManoMann in #56
- Bump ramsey/composer-install from 1 to 4 by @dependabot[bot] in #57
- Add Laravel 13 by @DerManoMann in #58
New Contributors
- @dependabot[bot] made their first contribution in #49
Full Changelog: 3.1.0...3.2.0
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
Traceannotation. - 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