All Versions
18
Latest Version
Avg Release Cycle
83 days
Latest Release
1757 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.7.4
June 30, 2020 -
v2.7.3 Changes
June 27, 20200๏ธโฃ Include by default
composer.json
files located in the root dir -
v2.7.2
June 27, 2020 -
v2.7.1 Changes
June 27, 2020 -
v2.7.0 Changes
June 26, 2020- ๐ improved UI
- way to group analysis by layer
-
v2.6.2
April 02, 2020 -
v2.6.1 Changes
April 02, 2020- ๐ Fixes #426
-
v2.6.0 Changes
March 28, 2020๐ 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
-
v2.5.0 Changes
December 12, 2019๐ Changed
- โ Test the codebase against PHP 7.3 and 7.4
๐ Fixed
- Skip
self
andparent
from external dependencies of dependency graph (#370) thanks to (@lencse) - Don't leave notice when array is small in percentile function of loc report (#372) thanks to (@lencse)