Skip to content

Releases: phpstan/phpdoc-parser

0.4.5

03 May 16:58
Compare
Choose a tag to compare

0.4.4

16 Apr 16:47
Compare
Choose a tag to compare

Array shapes - support single-quoted and double-quoted strings (97a0114), #39, #40

0.4.3

25 Jan 21:37
Compare
Choose a tag to compare

Allow [] after generic type or array shape (#37), #36, thank you @iluuu1994!

0.4.2

13 Dec 12:31
Compare
Choose a tag to compare

Fix handling @var Foo $this (a6d1352)

0.4.1

05 Dec 20:47
Compare
Choose a tag to compare

Reserve @use for generic traits instead of @uses (which already has meaning in PHP projects) (0331e88)

0.4.0

26 Nov 22:17
Compare
Choose a tag to compare

0.3.5

07 Jun 22:03
Compare
Choose a tag to compare

Array shapes support (#30), thank you @arnaud-lb!

0.3.4

28 May 11:53
Compare
Choose a tag to compare

Enhance support for multiple line descriptions (#26), thanks @mglaman!

0.3.3

23 Apr 20:27
Compare
Choose a tag to compare

Added missing getDeprecatedTagValues() method.

0.3.2

23 Apr 20:09
Compare
Choose a tag to compare

Support for reading @deprecated messages (#23), thanks @mglaman!