Skip to content

Releases: phpfui/InstaDoc

Remove p tags from descriptions

08 Nov 16:25
Compare
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
Compare
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
Compare
Choose a tag to compare
V1.2.0

Remove PHP 7.4 from workflow

Adding PHPStan

15 Aug 16:02
Compare
Choose a tag to compare

Fixes related to PHPStan scan

Better PHP 8.1 support

05 May 01:27
Compare
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
Compare
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
Compare
Choose a tag to compare

Better Git support

13 Jan 19:46
Compare
Choose a tag to compare
V1.0.3

More unit testing