Skip to content

Releases: phpDocumentor/ReflectionDocBlock

5.0.0-alpha7

28 Dec 20:17
c5a3900

Choose a tag to compare

5.0.0-alpha7 Pre-release
Pre-release

This patch release fixes a BC break in the previous release of this series. Due to a change in the collection handling a different exception was thrown when a generic type hint was read. array<string, string> this library will not support the generics notation. We just made sure that we are behaving equally to what we did before.

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fixed invalid implementation on example tag #181, thanks to @mvriel
  • Fixed breaking change of different exception thrown with generics, #186
  • Travis build is back to green, thanks to @GrahamCampbell and @mvriel

Removed

  • Nothing

Security

  • Nothing

5.0.0-alpha6

20 Dec 13:44
c19ab7e

Choose a tag to compare

5.0.0-alpha6 Pre-release
Pre-release

Added

  • Nothing

Deprecated

  • Nothing

Fixed

Removed

  • Nothing

Security

  • Nothing

4.3.3

20 Dec 13:43
2ecaa9f

Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

Removed

  • Nothing

Security

  • Nothing

v4.3.2

12 Sep 14:39
b83ff7c

Choose a tag to compare

Added

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

5.0.0-alpha5: No longer bubble tag exceptions to the top

15 Jun 20:50
8fcadfe

Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Prevent invalid bodies for tags to break the whole parsing process. They are now silently ignored

Removed

  • Nothing

Security

  • Nothing

5.0.0-alpha4

30 Apr 18:03
4835166

Choose a tag to compare

5.0.0-alpha4 Pre-release
Pre-release

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Allow 0 for body of generic tag description #166, #167

Removed

  • Nothing

Security

  • Nothing

v4.3.1

30 Apr 17:52

Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Allow 0 for body of generic tag description #166, #167

Removed

  • Nothing

Security

  • Nothing

5.0.0-alpha3

20 Jun 14:43

Choose a tag to compare

5.0.0-alpha3 Pre-release
Pre-release

fix init issue with example tag

5.0.0-alpha2

14 Jun 12:48
ef73f5c

Choose a tag to compare

5.0.0-alpha2 Pre-release
Pre-release

bump type-resolver dependency to newest alpha

5.0.0-alpha1

31 Jan 20:25
6946f85

Choose a tag to compare

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