Skip to content

Releases: phpDocumentor/Reflection

4.0.0-alpha6

31 Dec 12:20
b488642
Compare
Choose a tag to compare
4.0.0-alpha6 Pre-release
Pre-release

Removed:

  • addType from argument class, an argument can only have a single type. This way it is more aligned with the reflected code.

4.0.0-alpha5

12 Oct 19:54
Compare
Choose a tag to compare
4.0.0-alpha5 Pre-release
Pre-release

Fixes an performance issue when reflected code contains large methods.

4.0.0-alpha4

12 Oct 18:24
Compare
Choose a tag to compare
4.0.0-alpha4 Pre-release
Pre-release

Fixes an issue when file strategy returns a null value

4.0.0-alpha3

09 Aug 19:33
71572c7
Compare
Choose a tag to compare
4.0.0-alpha3 Pre-release
Pre-release
  • Added argument type resolving
  • Updated to php-parser v4

4.0.0-alpha2

19 Jun 17:32
Compare
Choose a tag to compare
4.0.0-alpha2 Pre-release
Pre-release

bump reflection dependencies to newest alphas

4.0.0-alpha1

15 Jun 21:14
b7584ea
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
extracted file interaction to adapter appraoch