|
| 1 | +phpmetrics (2.4.0) unstable; urgency=low |
| 2 | + * HotFix #317: Bad assignement on item classmetrics. |
| 3 | + * Merge pull request #319 from phpmetrics/hotfix-classmetric |
| 4 | + * releasing v2.3.2 |
| 5 | + * Adds www. in URLs phpmetrics.org |
| 6 | + * Add package metrics |
| 7 | + * Add package violation and some charts |
| 8 | + * Ignore traits for now |
| 9 | + * Test package metrics |
| 10 | + * Add cli output |
| 11 | + * Use assertCount |
| 12 | + * Test against PHP 7.2 |
| 13 | + * Merge pull request #333 from carusogabriel/assert-count |
| 14 | + * Merge pull request #334 from carusogabriel/patch-1 |
| 15 | + * Handle traits like classes |
| 16 | + * Add Stable Abstractions Principle |
| 17 | + * Detect getters and setters with types |
| 18 | + * Improve composer package version comparison |
| 19 | + * Rename method - typo |
| 20 | + * Round percentiles on X-axis to prevent roundoff error |
| 21 | + * Add else and elseif statements to the cyclomatic complexity test |
| 22 | + * Fix bug that caused cyclomatic complexity to be underreported |
| 23 | + * Merge pull request #336 from UFOMelkor/hotfix/335-role-detection-with-php7 |
| 24 | + * Support nikic/php-parser:^4 |
| 25 | + * Switch node traverser depending on php version |
| 26 | + * Merge pull request #337 from juliendufresne/master |
| 27 | + * Merge pull request #283 from UFOMelkor/feature/package-metrics |
| 28 | + * Add changelog |
| 29 | + * Filter identifiers to simplify php-parser:^4 compatibility |
| 30 | + * Do not crash using php-parser:^4 |
| 31 | + * Add Support for Stmt\Expression |
| 32 | + * Merge pull request #339 from ssfinney/fixRoundingOnLocReport |
| 33 | + * Merge pull request #344 from fabianbadoi/fix-343 |
| 34 | + * Remove php 7 code |
| 35 | + * Change the calculation of cyclomatic complexity |
| 36 | + * Verify that traits are abstract |
| 37 | + * Force traits to be abstract |
| 38 | + * Merge pull request #354 from UFOMelkor/hotfix/351 |
| 39 | + * fix for repeating bloc-ids |
| 40 | + * Finalize cyclomatic complexity changes |
| 41 | + * Test against lowest and highest dependencies |
| 42 | + * Raise version of sebastian/comparator to at least 1.2.3 |
| 43 | + * Merge pull request #356 from dumith-eranga/fix/report-html-violation-bloc-toggle |
| 44 | + * Fix phpdoc argument types not matching actual types |
| 45 | + * Fix issue where phpmetrics would not find any files |
| 46 | + * Add test for current path exclusion |
| 47 | + * Merge pull request #321 from ottaviano/fix-url-phpmetrics.org |
| 48 | + * Merge pull request #353 from UFOMelkor/metric/ccn |
| 49 | + * Merge pull request #347 from UFOMelkor/feature/345-php-parser-4 |
| 50 | + * Do not iterate over ->expr twice |
| 51 | + * Merge pull request #357 from UFOMelkor/hotfix/ccn |
| 52 | + * Adjust cc violation limits |
| 53 | + * Merge pull request #358 from UFOMelkor/feature/cc-violation-adjustments |
| 54 | + |
| 55 | + -- Jean-François Lépine < [email protected]> Mon, 09 Jul 2018 14:22:08 +0200 |
| 56 | + |
1 | 57 | phpmetrics (2.3.0) unstable; urgency=low |
2 | 58 | * Fix missing escapeshellarg on git command arguments to avoid security and access troubles. |
3 | 59 | * Fix #317: Only consolidate class metrics that groups Classes and Traits to calculate sums and averages. |
@@ -382,3 +438,5 @@ phpmetrics (1.8.2) unstable; urgency=low |
382 | 438 |
|
383 | 439 |
|
384 | 440 |
|
| 441 | + |
| 442 | + |
0 commit comments