Skip to content

Releases: phpstan/phpdoc-parser

0.4.14

19 Mar 10:56
Compare
Choose a tag to compare
  • cf4fc7d - Fixed "Undefined array key -1"

0.5.0

18 Mar 22:24
Compare
Choose a tag to compare
  • 37a74df - Open 0.5-dev
  • cfe3c78 - Allow nodes to have custom attributes

0.4.13

18 Mar 21:11
Compare
Choose a tag to compare
  • b451b2f - Preserve whitespace formatting of text nodes
  • b4d876f - Modernize CS build
  • 4136e00 - EditorConfig

0.4.12

28 Feb 14:31
Compare
Choose a tag to compare
  • 2d862ef - type aliases: support @phpstan-type and @psalm-type tags
  • 2e17e4a - type aliases: support @phpstan-import-type and @psalm-import-type tags

0.4.11

19 Feb 11:58
2ce4c66
Compare
Choose a tag to compare
  • 27d8516 - Dependabot
  • 35c6094 - Update symfony/process requirement from ^4.0 to ^5.2
  • a2f1a1f - [cs] update coding standard to allow PHP 8 and Slevomat CS 6.4 (#58)
  • d2c01c1 - allow numbers in tags [closes #59]
  • 2ce4c66 - [TASK] Add testcase for docblock with number (#61)

0.4.10

12 Dec 15:46
Compare
Choose a tag to compare
  • 33d5f73 - Use the maintained version of php-parallel-lint
  • f95c617 - Use GitHub Actions instead of Travis CI
  • 5c1eb9a - Automatic release workflow

0.4.9

03 Aug 20:34
Compare
Choose a tag to compare

0.4.8

10 Jun 05:06
Compare
Choose a tag to compare

Fixed parsing description started with HTML tag - it's no longer mistaken as generics (#47), #41, thanks @kukulich!

0.4.7

06 May 06:53
Compare
Choose a tag to compare

Multiline generics support with trailing commas (#44), thanks @icanhazstring!

0.4.6

04 May 21:03
Compare
Choose a tag to compare

Fixed parsing constant fetch with wildcard in complex types (d840b69), #45