Skip to content

Releases: php-type-language/phpdoc

1.0.0-beta9

15 Apr 02:17
Compare
Choose a tag to compare
  • Add InvalidTagInterface for all invalid tags.
  • Replace psalm to phpstan

Full Changelog: 1.0.0-beta8...1.0.0-beta9

1.0.0-beta8

07 Apr 16:38
Compare
Choose a tag to compare
  • Remove json serialization support and simplify code.

Note: Use external serializers instead.

Full Changelog: 1.0.0-beta7...1.0.0-beta8

1.0.0-beta7

06 Apr 11:01
Compare
Choose a tag to compare
  • The structure of description objects has been completely reorganized and simplified.
  • Improved some unit tests.
  • Add json serialization support.

Full Changelog: 1.0.0-beta6...1.0.0-beta7

1.0.0-beta6

1.0.0-beta5

03 Apr 00:52
Compare
Choose a tag to compare
  • Add content lexer for external tags
  • Remove TypedTag class
  • Fix curly braces for inline tags

Full Changelog: 1.0.0-beta4...1.0.0-beta5

1.0.0-beta4

02 Apr 23:04
Compare
Choose a tag to compare
  • Improve PrefixedTagFactory constructor signature.
  • Move tag factories to Tag\Factory\* namespace.
  • Add more common tag interfaces.
  • Add TagInterface for all tag objects.
  • Add DescriptionInterface for all description objects.

Full Changelog: 1.0.0-beta3...1.0.0-beta4

1.0.0-beta3

02 Apr 20:39
Compare
Choose a tag to compare
  • Move tag factories to Tag namespace.
  • Add support of TypedTags.
  • Add PrefixedTagFactory for vendor prefixes support (like psalm-, phpstan-, phan-, etc)

Full Changelog: 1.0.0-beta2...1.0.0-beta3

1.0.0-beta2

02 Apr 18:04
Compare
Choose a tag to compare
  • Added support for custom tag objects

Full Changelog: 1.0.0-beta1...1.0.0-beta2

1.0.0-beta1

30 Mar 12:14
Compare
Choose a tag to compare
  • Initial release