Skip to content

Releases: phpstan/phpdoc-parser

1.12.0

20 Oct 07:54
Compare
Choose a tag to compare
  • 5f13698 - Allow unparenthesized conditional type in conditional else branch
  • 4461548 - Unescape constant strings
  • a6c17e2 - Send lib update to 1.8.x
  • cc94367 - Fix Send PR workflow

1.11.0

14 Oct 13:35
Compare
Choose a tag to compare
  • 7d1e812 - Add tests for template bound + default
  • ecb475b - Implement template default syntax
  • 19d4770 - Send pull request workflow

1.10.0

12 Oct 19:21
87fa2d5
Compare
Choose a tag to compare
  • 87fa2d5 - Implement @param-out tag

1.9.0

06 Oct 11:34
5f7eb97
Compare
Choose a tag to compare

1.8.0

04 Sep 19:00
Compare
Choose a tag to compare
  • 8dd908d - Add test with parenthesis
  • f069ed8 - Allow backslash in PHPDoc tag

1.7.0

09 Aug 12:24
367a8d9
Compare
Choose a tag to compare
  • 367a8d9 - Open 1.7.x
  • 8e90757 - Update backward-compatibility.yml
  • 06f491a - Update build.yml
  • af74624 - Support properties/methods in assert annotations
  • 7daca1d - Update backward-compatibility.yml
  • 025ab58 - Fix backward-compatibility github action
  • c857e8a - Update build.yml
  • dd322ae - Create tag workflow

1.6.4

26 Jun 13:09
1.6.4
Compare
Choose a tag to compare
  • 135607f - Support @template-contravariant tags
  • 25ddf93 - Simplify parsing of type alias import

1.6.3

14 Jun 11:40
1.6.3
Compare
Choose a tag to compare

1.6.2

10 Jun 09:30
1.6.2
Compare
Choose a tag to compare
  • 76150ae - Optimize generated regex

1.6.1

10 Jun 08:13
1.6.1
Compare
Choose a tag to compare
  • 5aaeb83 - Optimize Lexer::tokenize()
  • 07c49b0 - Regression test
  • 4c25f7f - Install phpstan/phpstan-phpunit