Skip to content

Releases: phpstan/phpdoc-parser

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

1.6.0

09 Jun 11:21
1.6.0
Compare
Choose a tag to compare
  • 3cb62d1 - Make requiring whitespace before description optional
  • 1e355a3 - Support all atomic types as nullable types
  • 7c621a2 - Fix parsing phpdoc with no trailing whitespace
  • 9d45205 - Allow omitting @param type
  • d579798 - Require whitespace before description with limited start tokens
  • b75949e - Update dependency slevomat/coding-standard to v7.2.1
  • 5968e5f - Fix typo in doc/grammars
  • 5e424af - Update dependency slevomat/coding-standard to v7.2.0

1.5.1

05 May 11:34
1.5.1
981cc36
Compare
Choose a tag to compare
  • 981cc36 - Fix workflows
  • 28cb38b - Implement offset access type syntax

1.5.0

04 May 07:48
1.5.0
Compare
Choose a tag to compare
  • 6cafed9 - Add negated assertions
  • 47051f5 - Parse assert-if-true and assert-if-false as well
  • 0af5cba - Also expose the tags
  • 8f703ba - Add assert syntax