Releases: phpfui/InstaDoc
Releases · phpfui/InstaDoc
PHP 8.2 Support
- Added PHP 8.2 support
- Better support for PHPStan style templates and HTML in parameter documentation
Please note: voku/simple_html_dom has depreciation notices in PHP 8.2. Unfortunately the maintainer does not seem very interested in a long standing PR to fix the issue.
Better @inheritdoc for class docblock
- The class docblock now supports @inheritdoc correctly
- Support for PHPStan templates in @param types
- Upgraded GitHub actions to V3 for Node16 (which is not used)
- Fixed constructor copy to clipboard
Remove p tags from descriptions
- P tags are not allowed in spans and don't allow consistent display of descriptions
- Migrate from \Html2Text\Html2Text to \Soundaspleep\Html2Text
Avoid error on misconfigured autoloading projects
Some projects have misconfigured autoloaders (like including test directories in production) resulting in an error. This corrects the problem when using the composer generated class list.
PHPStan Leve 6 and dropping PHP 7.4 support
V1.2.0 Remove PHP 7.4 from workflow
Adding PHPStan
Fixes related to PHPStan scan
Better PHP 8.1 support
- Upgrade scrivo/highlight.php to dev-master for PHP 8.1 support
- Run vnu.jar for more reliable unit testing
PHP 8.1 Support
enums not fully supported yet due to PHP 8.1 bug (reported)
Move to GitHub actions
V1.0.49
Better Git support
V1.0.3 More unit testing