Skip to content

Releases: DaveLiddament/php-language-extensions

0.9.0

20 Oct 12:12
337f3d4
Compare
Choose a tag to compare

Added support for PHP 8.4. Thanks @mkoprek

0.8.1

12 Aug 19:15
a360857
Compare
Choose a tag to compare

Fixes for examples for #[TestTag] on a class.

0.8.0

12 Aug 16:56
b64b35e
Compare
Choose a tag to compare

Allow #[TestTag] to be applied to a class. See #25

0.7.0

08 Aug 11:11
99e3149
Compare
Choose a tag to compare

Add support for 2 new attributes:

0.6.0

07 Dec 12:32
2b03c13
Compare
Choose a tag to compare

Add support for PHP 8.3.

Thanks @doppynl for this PR.

0.5.0

15 Sep 16:06
11042ad
Compare
Choose a tag to compare

Adds the #[Override] Attribute. See documentation.

0.4.0

05 Jan 22:01
850aecf
Compare
Choose a tag to compare

Adds the #[NamespaceVisibility] Attribute. See documentation.

0.3.0

23 Dec 11:48
e5f917b
Compare
Choose a tag to compare

Add support for PHP 8.2

0.2.1

31 May 09:25
aa2f632
Compare
Choose a tag to compare

Fix incorrect constructor for #[TestTag]

0.2.0

30 May 14:06
f553c28
Compare
Choose a tag to compare

Add the following Attributes:

  • #[TestTag]
  • #[InjectableVersion] and supporting attribute #[CheckInjectableVersion]