Releases: phpfui/InstaDoc
Releases · phpfui/InstaDoc
Update dependancies
PHP 8.5 Support
- Removed PHP 8.5 deprecation
PHP 8.4 Support
V1.3.8 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