- Lots of bug fixes and minor tweaks
- Improved documentation and examples
- PHP8 support
- Migration to gh-actions
- Introdution of the
Generator
class to provide a single OO entrypoint into running swagger-php
see: https://zircote.github.io/swagger-php/Generator-migration.html
This release marks a few things replaced by the Generator
as deprecated
:
- The constsants
OpenApi\\UNDEFINED
,OpenApi\\Annotations\\UNDEFINED
andOpenApi\\Processors\\UNDEFINED
- The
OpenApi\\scan()
function Analyser::$whitelist
Analyser::$defaultImports
- The
OpenApi\\Logger
class