Releases: phpDocumentor/ReflectionDocBlock
Releases · phpDocumentor/ReflectionDocBlock
v3.3.0
v4.1.1
V3.2.3
v4.1.0
4.0 Hotfix release
Added
- Nothing
Deprecated
- Nothing
Fixed
- Notice when parsing annotation without description #111
Removed
- Nothing
Security
- Nothing
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
- Nothing
Fixed
- Nothing
Removed
- Drop php 5 support
- Drop hhvm support
Security
- Nothing
BC Hotfix release
3.2.0
Bugfix release
Merge pull request #79 from Ener-Getick/patch-1 Fix an unexpected behaviour with @deprecated tags
PHP 7.1 Support
Merge pull request #75 from hboomsma/feature/php71_compat Feature/php71 compat