Releases: php-type-language/phpdoc
Releases · php-type-language/phpdoc
1.0.1
- Upgrade phpstan from 1.x to 2.x
- Other minor fixes
Full Changelog: 1.0.0...1.0.1
1.0.0
Release! 🚀
1.0.0-beta9
- Add
InvalidTagInterface
for all invalid tags. - Replace psalm to phpstan
Full Changelog: 1.0.0-beta8...1.0.0-beta9
1.0.0-beta8
- 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
- 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
- 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
- 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
- Move tag factories to
Tag
namespace. - Add support of
TypedTag
s. - 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
- Added support for custom tag objects
Full Changelog: 1.0.0-beta1...1.0.0-beta2