Releases: phpstan/phpdoc-parser
Releases · phpstan/phpdoc-parser
0.5.2
22 Mar 17:34
Compare
Sorry, something went wrong.
No results found
86b0a00
- Fix PhpDocNode end newline print
2269e47
- Catch parse exception when consuming TOKEN_CLOSE_PHPDOC
0.5.1
19 Mar 10:58
Compare
Sorry, something went wrong.
No results found
cf4fc7d
- Fixed "Undefined array key -1"
0.4.14
19 Mar 10:56
Compare
Sorry, something went wrong.
No results found
cf4fc7d
- Fixed "Undefined array key -1"
0.5.0
18 Mar 22:24
Compare
Sorry, something went wrong.
No results found
37a74df
- Open 0.5-dev
cfe3c78
- Allow nodes to have custom attributes
0.4.13
18 Mar 21:11
Compare
Sorry, something went wrong.
No results found
b451b2f
- Preserve whitespace formatting of text nodes
b4d876f
- Modernize CS build
4136e00
- EditorConfig
0.4.12
28 Feb 14:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.4.8
10 Jun 05:06
Compare
Sorry, something went wrong.
No results found
Fixed parsing description started with HTML tag - it's no longer mistaken as generics (#47 ), #41 , thanks @kukulich !