Skip to content

Releases: phpDocumentor/ReflectionDocBlock

v3.3.0

11 Sep 18:17
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing

Fixed

  • Switched to stable release of reflection-common library

Removed

  • Nothing

Security

  • Nothing

v4.1.1

30 Aug 18:52
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Namespace error in ExampleFinder
  • Example tag is not returning its name
  • Bug with @var tag in docblock #117 thanks to @Warxcell

Removed

  • Nothing

Security

  • Nothing

V3.2.3

30 Aug 18:51
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Namespace error in ExampleFinder
  • Example tag is not returning its name
  • Bug with @var tag in docblock #117 thanks to @Warxcell

Removed

  • Nothing

Security

  • Nothing

v4.1.0

19 Aug 06:06
Compare
Choose a tag to compare

Added

  • Improved example tag handling

Deprecated

  • Nothing

Fixed

  • Error when fetching the content of an example tag without description

Removed

  • Nothing

Security

  • Nothing

4.0 Hotfix release

08 Aug 06:42
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Notice when parsing annotation without description #111

Removed

  • Nothing

Security

  • Nothing

v4.0.0

04 Aug 21:26
Compare
Choose a tag to compare

Please note that this version contains several BC breaks.
Type-resolver has some breaking changes when upgrading from 0.3 to 0.4. And the constructor of the @see tag was changed to support urls and fqsen. See #104 for more details.

Added

  • Upgraded type-resolver to 0.4.0 to support more php 7.1 features.
  • Allow see tag to url #104

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Drop php 5 support
  • Drop hhvm support

Security

  • Nothing

BC Hotfix release

04 Aug 21:04
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Release 3.2.0 fails when parsing annotations #108
  • 3.2.0 has breaking change #109

Removed

  • Removed support for type resolver 0.4.0 since it contains a BC break.

Security

  • Nothing

3.2.0

15 Jul 11:49
Compare
Choose a tag to compare

Added

  • Custom tag formatter support #96
  • Upgraded type-resolver to support more php 7.1 features.

Deprecated

  • Nothing

Fixed

  • Allow omitting method return type in method tag #103
  • Mixed return types in method tag #103
  • Improved author tag support #97

Removed

  • Nothing

Security

  • Nothing

Bugfix release

30 Sep 07:13
Compare
Choose a tag to compare
Merge pull request #79 from Ener-Getick/patch-1

Fix an unexpected behaviour with @deprecated tags

PHP 7.1 Support

10 Jun 09:49
Compare
Choose a tag to compare
Merge pull request #75 from hboomsma/feature/php71_compat

Feature/php71 compat