Releases: phpmetrics/PhpMetrics
Releases · phpmetrics/PhpMetrics
v2.8.0
Major release with
New features
- allows to search patterns of code. Instead of providing our own rules, now we can add dynamic rules for violations.
- allows also to use yaml for configuration.
- adds a
--metrics
option - excludes getters and setters for ccn and lcom calculation
- adds a composer option
- adds a new
--report-summary-json
option
Fixes
- Issue with columns in HTML report
v2.7.3
v2.7.2
v2.7.1
v2.7.0
v2.6.2
v2.6.1
v2.6.0
New features
- Way to download report
- Way to download chart
- Resolve PHP7 getters / setters (#405)
- Add metrics description file
- Add a carousel in the main HTML report page to display both graph at the same time
Fixes
Explicitly define the class \Hal\Component\Ast\NodeTraverser to make PhpMetrics work using composer --classmap-authoritative. (#402)
Ensure the packagist license iœs an array so they can be displayed. (#404)
Fix warning "Division by zero" when no package is defined. (#401)
Misc
- move templates out of src
- Remove folders from phpcs