|
| 1 | +phpmetrics (2.4.0) unstable; urgency=low |
| 2 | + * Fix template type |
| 3 | + * Verify errors in php<7 |
| 4 | + * Use class_alias to load php5 or php7 code |
| 5 | + * Merge pull request #361 from UFOMelkor/hotfix/360-php56 |
| 6 | + * Retain the old ccn and add wmc as new metric |
| 7 | + * Merge pull request #362 from UFOMelkor/hotfix/remain-ccn |
| 8 | + * releasing v2.4.1 |
| 9 | + * Test on PHP 7.3 |
| 10 | + * Don't leave notice when array is small |
| 11 | + * Add final to class metric |
| 12 | + * Update ClassEnumVisitor.php |
| 13 | + * Merge pull request #371 from lencse/php73 |
| 14 | + * Fix issue#380. Typo in Blob report |
| 15 | + * Merge pull request #385 from phpmetrics/issue#380 |
| 16 | + * Added sort package config to composer |
| 17 | + * Merge pull request #388 from phpmetrics/sort-packages |
| 18 | + * Include codesniffer. Remove alias function and short array syntax (#387) |
| 19 | + * Remove superfluous docblocks that are adding no value (#390) |
| 20 | + * Skip `self` and `parent` from external dependencies (#1) (#370) |
| 21 | + * Trying to fix deprecation of PSR-0 (issue#382) (#384) |
| 22 | + * file_exists > is_file (#366) |
| 23 | + * Apply PSR-2 codestyle (#389) |
| 24 | + * Update phpunit to use highest version possible (#391) |
| 25 | + * Merge pull request #375 from gmponos/patch-1 |
| 26 | + * Merge pull request #372 from lencse/loc-report |
| 27 | + * Test against PHP 7.4 (#383) |
| 28 | + * releasing |
| 29 | + * releasing v2.4.1 |
| 30 | + * Update contributing.md |
| 31 | + * update readme file |
| 32 | + * Merge branch 'master' of github.com:phpmetrics/PhpMetrics |
| 33 | + |
| 34 | + -- Jean-François Lépine < [email protected]> Thu, 12 Dec 2019 09:01:35 +0100 |
| 35 | + |
1 | 36 | phpmetrics (2.0.0-rc) unstable; urgency=low
|
2 | 37 | * way to get infos about unexpected bugs
|
3 | 38 | * Don't trigger the issuer on suppressed errors
|
@@ -638,3 +673,5 @@ phpmetrics (1.8.2) unstable; urgency=low
|
638 | 673 |
|
639 | 674 |
|
640 | 675 |
|
| 676 | + |
| 677 | + |
0 commit comments