Releases: phpmetrics/PhpMetrics
Releases · phpmetrics/PhpMetrics
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)
Behind the scene
A big thanks to the contributors !!!
v1.1.0
Changelog
New features
- Added Colorblind mode
- Added Quality factors
- Added Radar chart of quality factors
- Added new tab in HTML report with various global metrics
Other
- Slims phar : replacing Bootstrap and jQuery by native code
- Improve performances
- Improves support of Windows (#43, #44, #58)
- Added
--report-cli
parameter - Added zoom function in HTML report
- Stabilizes dependencies
BC
- Table of all metrics is disable by default in CLI report. You should enable it with
--report-cli
.
Bugfix
Contributors
# Future
I would like develop those features in the future:
- improvement of score calculation
- translation of how are calculated boundaries? in english
- LCOM without getters and setters (
LCOMngs
?) - documentation, documentation and documentation :)
v.1.0.0
Changelog
This version fixes major bugs and is stable. Please update your composer.json
.
This is the first stable release. From now, we'll try to respect Semantic Versioning 2.0.0.
New features
- Added Chart of relations
Other
- Improve support of Windows (#39, #41)
- Introducing Name resolver
- Added favicon
BC
NA
Bugfix
- Fixes bug with regex of PHP extensions
- Fixes spelling error
- Fixes bug with name of dependencies
- Fixes bug with Argument's extractor