Releases: phpfui/InstaDoc
Releases · phpfui/InstaDoc
PHP 8.4 Support
Better enum support
- Enums now show the value if a backed enum
- Fixed spacing problem before 'readonly'
Valid HTML in PHP code blocks
Produce valid HTML from MD files for some PHP code blocks with < characters
Upgrade to league/commonmark MarkDown parser
Old MarkDown parser, cebe/markdown, is no longer supported
PHP 8.3
Better Accordion management for docs
Accordions for markdown files now allow multiple open sections as the same time
Display Native PHP Types
- Native PHP types are now displayed instead of phpDocumentor\Reflection\Type's
- Better display of union types as properties
Display default values for properties
V1.3.1 Show defaults for properties
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