Releases: phpDocumentor/ReflectionDocBlock
Releases · phpDocumentor/ReflectionDocBlock
v3.3.2
Added
Deprecated
Fixed
- #127 restore php 5.6 support
Removed
Security
v3.3.0
Added
Deprecated
Fixed
- Switched to stable release of reflection-common library
Removed
Security
v4.1.1
Added
Deprecated
Fixed
- Namespace error in ExampleFinder
- Example tag is not returning its name
- Bug with @var tag in docblock #117 thanks to @Warxcell
Removed
Security
V3.2.3
Added
Deprecated
Fixed
- Namespace error in ExampleFinder
- Example tag is not returning its name
- Bug with @var tag in docblock #117 thanks to @Warxcell
Removed
Security
v4.1.0
Added
- Improved example tag handling
Deprecated
Fixed
- Error when fetching the content of an example tag without description
Removed
Security
4.0 Hotfix release
Added
Deprecated
Fixed
- Notice when parsing annotation without description #111
Removed
Security
v4.0.0
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
Fixed
Removed
- Drop php 5 support
- Drop hhvm support
Security
BC Hotfix release
Added
Deprecated
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
3.2.0
Added
- Custom tag formatter support #96
- Upgraded type-resolver to support more php 7.1 features.
Deprecated
Fixed
- Allow omitting method return type in method tag #103
- Mixed return types in method tag #103
- Improved author tag support #97
Removed
Security
Bugfix release
Merge pull request #79 from Ener-Getick/patch-1
Fix an unexpected behaviour with @deprecated tags