Releases: phpmetrics/PhpMetrics
Releases · phpmetrics/PhpMetrics
v.0.0.8
Changelog
This version fixes major bugs. Please update your composer.json
.
new features
- Bubbles chart can be generated as SVG
- Json report
Other
- phpmetrics ignores more directories by default : vendir, .git, .svn
- Preparing PHPCI integration
BC
Bugfix
- Major fixes #38 : PHP files are not found
- Fixes typos
Contributors
v.0.0.7
New features
new features
- condition of failure with Business rule engine
- global installation with Composer
- Using of configuration file with
--config=<file.yml>
Other
- link to PhpStom plugin
BC
- "php-metrics" becomes "phpmetrics". Be careful, you should update your
composer.json
Bugfix
- Fixes typos
Contributors
v.0.0.6
New features
new metrics
- Metrics are aggregated by package
- Instability
- Abstractness
- Card and Agresti System complexity
Other
- HTML report improved
- CSV report
- Violations report
- Better integration with Composer
- OOP Extractor improved
BC
Bugfix
- Fixes #23 - link to Jenkins tutorial broken
- Fixes conflict in autoloader namespace
- Fixes conflict in autoloader namespace
Contributors
v.0.0.5
New features
new metrics
- McCabe cyclomatic number
- Myer's interval
- LCOM (Lack of cohesion of methods)
- Length (LOC) is calculated without PHPloc
Other
- Adding a "limited RAM" mode
BC
--oop
is removed, and replaced by--without-oop
- OOP analyze is started by default
Bugfix
- fixes #7 (PHP < 5.3.9 incompatibility)
- fixes #8 (Missing Shebang in phar file)
- fixes #15 (Bug with anonymous functions)
Contributors
v.0.0.4
New features:
Metrics:
- Instability of code
- Coupling (number of dependencies)
- Number of classes
Reports:
- XML Report improved
BC
NA
Bugfix:
NA
Contributors
v.0.0.3
New features:
Metrics:
- Comment weight (MIcw) added
- Maintenability Index takes care of MIcw
- Intelligent content
Reports:
- Infos are consolidated by directory
- CLI report
- XML report
- Custom chart for HTML report
- Detailled report (for all files)
- HTML reports enhanced (colors...)
- reports are generated (and not returned by command)
BC
- removed
--format=html
(prefer--summary-html=...
and--details-html=...
)
Bugfix:
NA
Contributors
v.0.0.2
Version 0.0.1
Metrics:
- Halstead metrics
- Maintenability index
- LOC
- Cyclomatic complexity
Formaters:
- bubbles (json)
- cli