Releases: phpDocumentor/ReflectionDocBlock
Releases · phpDocumentor/ReflectionDocBlock
6.0.0
What's Changed
Consult the docs for help with upgrading: https://docs.phpdoc.org/components/reflection-docblock/guides/upgrade-to-v6.html#upgrade-guide-to-v6
- Prepare 6.x build by @jaapio in #429
- Remove deprecated arguments by @jaapio in #430
- More phpstan checks for better code by @jaapio in #431
- Add docs by @jaapio in #432
- Bump
phpdocumentor/type-resolverfrom 2.x-dev to 2.0 by @mspirkov in #433
New Contributors
Full Changelog: 5.6.6...6.0.0
5.6.6
5.6.5
5.6.4
5.6.3
What's Changed
- Fix workflow badge, tweak stable and unstable badges by @DannyvdSluijs in #410
- Do not call Reflection*::setAccessible() in PHP >= 8.1 by @W0rma in #414
New Contributors
- @DannyvdSluijs made their first contribution in #410
- @W0rma made their first contribution in #414
Full Changelog: 5.6.2...5.6.3
5.6.2
What's Changed
- Bump doctrine/deprecations from 1.1.3 to 1.1.4 by @dependabot in #395
- Fix newline detection on descriptions by @jaapio in #409
Full Changelog: 5.6.1...5.6.2
5.6.1
5.6.0
5.5.1
5.5.0
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:
- Fix typos by @szepeviktor in #371
- Add new tags by @ahjdev in #373
- Build on php 8.4 by @jaapio in #375
- method parameter default value rendering by @GautierDele in #374
New Contributors
- @szepeviktor made their first contribution in #371
- @ahjdev made their first contribution in #373
- @GautierDele made their first contribution in #374
Full Changelog: 5.4.1...5.5.0