Skip to content

Releases: phpDocumentor/Reflection

4.0.0-alpha1

15 Jun 21:14
b7584ea

Choose a tag to compare

4.0.0-alpha1 Pre-release
Pre-release
  • bump to PHP 7.1 minimum
  • add strict typing

Hotfix release

21 May 08:47

Choose a tag to compare

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

16 May 20:35

Choose a tag to compare

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

24 Oct 07:12

Choose a tag to compare

extracted file interaction to adapter appraoch