Releases: phpmetrics/PhpMetrics
Releases · phpmetrics/PhpMetrics
v2.3.2
v2.3.1
v2.3.0
v2.2.0
- New metric:
ccnMethodMax
(maximum cyclomatic complexity of methods for class) - New report: composer dependencies versions
- New report: composer dependencies licenses
- HTML report is now responsive
- Simplified README
- Bugfix #276
Due to bug with .deb artifact factory, this release has no debian package yet
v2.1.0
v2.0.0
v2.0.0-rc
untagged-4292660c70b29c4b16b3: Merge pull request #223 from bluemanos/master
changing http assets to protocol autodetecting
untagged-0dea28e5feb970cdc3e0: Merge pull request #223 from bluemanos/master
changing http assets to protocol autodetecting
v1.10.0
Features
- way to generate a default config file using
phpmetrics init
(#207) - introduced plugin engine (#202). Created ComposerExtension and SymfonyExtension repositories
- added compatibility with Symfony3 (#197)
Fixes
- typos (#213)
- avoid to run analyze when the
--chart-bubbles
option is used but Graphviz is not installed (#211)