v1.16.0
New
- Pipe operator support for PHP 8.5+
- Support for
@methodphpdoc annotation, that allows documenting dynamic class methods - Support for
@deprecatedphpdoc annotation, that can be used to mark class properties or array keys as deprecated - Support for
@autodoc-ignorephpdoc annotation, that can be used to mark enum cases and array keys that should not be displayed in generated OpenApi documentation / TypeScript types
Improvements
- PHP enum cases are now displayed as a HTML table, when
generate_description_from_casesconfig option is enabled - Internal: PHPStan raised to level 10, fixed some bugs
Full Changelog: v1.15.5...v1.16.0