Skip to content

Releases: phpfui/InstaDoc

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

Remove p tags from descriptions

08 Nov 16:25

Choose a tag to compare

  • 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

31 Oct 16:49

Choose a tag to compare

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

02 Oct 21:55

Choose a tag to compare

V1.2.0

Remove PHP 7.4 from workflow

Adding PHPStan

15 Aug 16:02

Choose a tag to compare

Fixes related to PHPStan scan

Better PHP 8.1 support

05 May 01:27

Choose a tag to compare

  • Upgrade scrivo/highlight.php to dev-master for PHP 8.1 support
  • Run vnu.jar for more reliable unit testing

PHP 8.1 Support

02 Dec 03:10

Choose a tag to compare

enums not fully supported yet due to PHP 8.1 bug (reported)

Move to GitHub actions

27 Oct 20:08

Choose a tag to compare

Better Git support

13 Jan 19:46

Choose a tag to compare

V1.0.3

More unit testing