Releases: phpDocumentor/Reflection
Releases · phpDocumentor/Reflection
4.0.0-alpha3
- Added argument type resolving
- Updated to php-parser v4
4.0.0-alpha2
bump reflection dependencies to newest alphas
4.0.0-alpha1
- bump to PHP 7.1 minimum
- add strict typing
Hotfix release
With the upgrade to php-parser 1 we missed a class rename which prevented the correct handling of use statements. This release fixes that issue.
Thanks to @alexjay for reporting and solving this issue.
Release 3.0.0
This release was created to support php-7 syntax in phpdocumentor2.
No new functionality was added. Only the php-parser dependency was upgraded to support php-7 syntax.
Note:
Since we where already working on v2 of the reflection component we had to release v3 to follow the Semantic versioning. V2 will never be a released version of this component.
2.0.0-alpha1: Merge pull request #80 from jaapio/feature/fileAdapter
extracted file interaction to adapter appraoch