Releases: barryvdh/ReflectionDocBlock
Releases · barryvdh/ReflectionDocBlock
v2.3.1
What's Changed
- Fixed callable types parsing by @chack1172 in #26
- Fixed parsing of string literals and array shapes by @chack1172 in #27
Full Changelog: v2.3.0...v2.3.1
v2.3.0
v2.2.0
What's Changed
- chore: improve tests by @KentarouTakeda in #19
- Fix PHP 8.4 deprecations by @JeppeKnockaert in #20
- Parse template tag for generics by @chack1172 in #21
- Handle more PHPDoc type keyworks by @chack1172 in #23
- Added generics to Context by @chack1172 in #22
- style: fix typo in Description.php by @AamirSohailKmAs in #24
New Contributors
- @chack1172 made their first contribution in #21
- @AamirSohailKmAs made their first contribution in #24
Full Changelog: v2.1.3...v2.2.0
v2.1.3
What's Changed
- Fixed incorrect parsing of return types for generics and closures by @KentarouTakeda in #18
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Support nested generics and closures type hint by @KentarouTakeda in #17
New Contributors
- @KentarouTakeda made their first contribution in #17
Full Changelog: v2.1.1...v2.1.2
v2.1.1: Merge pull request #14 from JeRabix/master
add support parse generic type in docBlock
v2.1.0: Merge pull request #12 from barryvdh/fix-deprecated
Fix deprecated messages