Skip to content

5.5.0

Compare
Choose a tag to compare
@jaapio jaapio released this 04 Nov 21:30
· 12 commits to 5.x since this release
54e10d4

What's Changed

Improved method tag parameter rendering, by now the method tag parameters are correctly rendered when transforming a docblock back to string.

New supported tags:

  • @template
  • @template-covariant
  • @mixin
  • @implements & @template-implements
  • @extends & @template-extends

The template tags do not support all functionality needed to have full generic support as this requires some extra work. But for many situations this will already add value.

related pr's:

New Contributors

Full Changelog: 5.4.1...5.5.0