Skip to content

Releases: phpfui/InstaDoc

PHP 8.4 Support

23 Oct 19:28

Choose a tag to compare

V1.3.8 PHP 8.4 Support

Better enum support

29 Apr 22:55

Choose a tag to compare

  • Enums now show the value if a backed enum
  • Fixed spacing problem before 'readonly'

Valid HTML in PHP code blocks

19 Feb 15:29

Choose a tag to compare

Produce valid HTML from MD files for some PHP code blocks with < characters

Upgrade to league/commonmark MarkDown parser

21 Jan 19:51

Choose a tag to compare

Old MarkDown parser, cebe/markdown, is no longer supported

PHP 8.3

23 Nov 14:45

Choose a tag to compare

V1.3.4 PHP 8.3

Better Accordion management for docs

12 May 16:31

Choose a tag to compare

Accordions for markdown files now allow multiple open sections as the same time

Display Native PHP Types

25 Mar 17:46

Choose a tag to compare

  • Native PHP types are now displayed instead of phpDocumentor\Reflection\Type's
  • Better display of union types as properties

Display default values for properties

22 Mar 23:35

Choose a tag to compare

V1.3.1 Show defaults for properties

PHP 8.2 Support

05 Feb 21:02

Choose a tag to compare

  • 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

23 Nov 16:16

Choose a tag to compare

  • 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