Releases: NielsdeBlaauw/php-doc-check
Releases · NielsdeBlaauw/php-doc-check
v0.4.0
What's Changed
- Fixes #40, category is deprecated warning now added by @NielsdeBlaauw in #51
- Fixes #43, Adds check for deprecated @subpackage tag by @NielsdeBlaauw in #52
- Fixes #32, Adds function length metric by @NielsdeBlaauw in #53
- Fixes #31, Allows for checking multiple metrics at once by @NielsdeBlaauw in #54
- Update dependencies & ability to ignore anonymous functions by @nikserg in #58
- update dependencies for php 8.2 by @menno-ll in #59
New Contributors
Full Changelog: v0.2.2...v0.4.0
v0.3.0-rc1
What's Changed
- Fixes #40, category is deprecated warning now added by @NielsdeBlaauw in #51
- Fixes #43, Adds check for deprecated @subpackage tag by @NielsdeBlaauw in #52
- Fixes #32, Adds function length metric by @NielsdeBlaauw in #53
- Fixes #31, Allows for checking multiple metrics at once by @NielsdeBlaauw in #54
- Update dependencies & ability to ignore anonymous functions by @nikserg in #58
New Contributors
Full Changelog: v0.2.2...v0.3.0-rc1
v0.2.2
Fixes #39, better names in messages and output (#50) * Fixes #39, better names in messages and output * Uses correct name in json otput
v0.2.1
- Adds grouping
- Adds sorting
- Adds defaults to help text
v0.2.0
- Adds better CLI syntax.
- Adds cognitive complexity as the default metric.
v0.1.6
Improved build process and small improvements to code structure.
v0.1.5
Same as v0.1.4, but GPG signed phar
v0.1.4
- Adds PHAR to the release
v0.1.3
v0.1.2
- Allows correct autoloading when installed as a project dependency