Skip to content

Releases: DaveLiddament/phpstan-php-language-extensions

0.9.1

17 Dec 11:13
01bd4c3
Compare
Choose a tag to compare

Fix support for PHPStan 2.0. Thanks @simPod for your help.

0.9.0

12 Nov 17:24
c472adc
Compare
Choose a tag to compare

Add support for PHPStan V2.

Thanks to @doppynl for this.

0.8.0

26 Oct 14:29
0a8459c
Compare
Choose a tag to compare

Add support for PHP 8.4

Thanks also to @simPod for work on fixing dependencies.

0.7.1

13 Aug 17:44
1aa26fa
Compare
Choose a tag to compare

Fix bug #26

0.7.0

12 Aug 19:12
083f566
Compare
Choose a tag to compare

Allow #[TestTag] to be applied to a class. See request: DaveLiddament/php-language-extensions#25

0.6.0

12 Aug 16:02
2d30213
Compare
Choose a tag to compare

Add rules to enforce the following attributes:

And a few internal tidy ups.

0.5.0

11 Dec 15:58
8c7e672
Compare
Choose a tag to compare

Add support for PHP 8.3 (Thanks @doppynl)

0.4.0

15 Sep 16:52
101e438
Compare
Choose a tag to compare

Add #[Override] processing rule

0.3.0

11 May 17:34
bbcbd78
Compare
Choose a tag to compare

Adds support for the #[NamespaceVisibility] attribute.

0.2.0

31 May 10:28
972c054
Compare
Choose a tag to compare

Add support for Attributes:

  • #[InjectableVersion]
  • #[TestTag]