Releases: phpstan/phpdoc-parser
Releases · phpstan/phpdoc-parser
2.3.0
30 Aug 15:51
Compare
Sorry, something went wrong.
No results found
2.2.0
13 Jul 07:04
Compare
Sorry, something went wrong.
No results found
b9e61a6 - Add support for @psalm-inheritors
and @phpstan-sealed
tag
233238c - Open 2.2.x
9475dab - Prepare 2.2.x
0a8e718 - Update metcalfc/changelog-generator action to v4.6.2
3779903 - Update metcalfc/changelog-generator action to v4.5.0
2.1.0
19 Feb 13:46
Compare
Sorry, something went wrong.
No results found
9b30d6f - TypeParser - support comments at EOL with //
12c4e9f - Merge remote-tracking branch 'origin/2.0.x' into 2.1.x
dc7c469 - PrinterTest - nowdoc helper for nicer formatting
19d74a8 - Open 2.1.x
2.0.2
17 Feb 20:26
Compare
Sorry, something went wrong.
No results found
51087f8 - Allow multiple new lines in union and intersection definition
5404716 - Prepare 2.1.x
19ecfcb - Send PR to 2.1.x
2.0.1
13 Feb 12:26
Compare
Sorry, something went wrong.
No results found
72e51f7 - TypeParser: Allow multiple newlines and also allow multiline union and intersection types for array shapes
81de606 - Update LICENSE
7adaab7 - Test inline @link
04c8de0 - Slevomat CS merged PR about 2.0
2.0.0
07 Nov 09:59
Compare
Sorry, something went wrong.
No results found
phpstan/phpdoc-parser 2.0 is here! 🎉
This release brings API cleanup and enables new features for everyone that were previously hidden behind opt-in feature toggles, like:
Parsing Doctrine annotations
Type aliases with invalid types being preserved
Text between tags always belongs to description
...and more...
See the UPGRADING guide for details.
phpstan/phpdoc-parser 2.0 will also be included in PHPStan 2.0 that's going to be released on Monday November 11th 2024.
1.33.0
13 Oct 11:28
Compare
Sorry, something went wrong.
No results found
82a311f - Support for non-empty-array
and non-empty-list
array shape kind
1.32.0
26 Sep 07:24
Compare
Sorry, something went wrong.
No results found
6ca22b1 - Support for @pure-unless-callable-is-impure
1.31.0
22 Sep 11:33
Compare
Sorry, something went wrong.
No results found
249f15f - PhpDocParser: support template type lower bounds
a5e938b - Test for special multiline PHPDoc
5d48fa4 - Do not deploy API reference on 1.23.x anymore
1c7fcc4 - Add test cases for quote aware array/object keys
7e92a25 - Fix link
1.30.1
07 Sep 20:18
Compare
Sorry, something went wrong.
No results found
51b95ec - Deploy API Reference into a subdirectory with the current branch name
0e689c5 - Fix bug of repeating last line in AST for textBetweenTagsBelongsToDescription=true
9d053a8 - Test newer PHP versions
0454892 - Pin build-cs