|
| 1 | +phpmetrics (3.0.0rc7) unstable; urgency=low |
| 2 | + * Prepare v3. WIP. |
| 3 | + * Rebase on master (current 2.8.1) with adaptation for 3.x. Coverage got down. WIP. |
| 4 | + * Add some missing unit test. Coverage is still not back to previous state. WIP. |
| 5 | + * Continue to add up some coverage. WIP. |
| 6 | + * Set the coverage back to previous state. WIP: work on uncovered files. |
| 7 | + * Remove Git related metrics. |
| 8 | + * Remove PHPUnit metrics checks. Start but stop reviewing Html Reporter (too complex). File functions.php removed. |
| 9 | + * Fix some PHPStan issues. WIP. |
| 10 | + * Apply HTML error fixes from #477. |
| 11 | + * Update dependencies and fix unit tests. |
| 12 | + * Update QA and dev-dependencies. |
| 13 | + * Disable PHP Infection as some mutants are breaking analyse. |
| 14 | + * Add multiple locations for composer-autoloading. |
| 15 | + * Do not oblige usage of YAML extention as configuration can be set in another way. |
| 16 | + * Fix HTML rednering. |
| 17 | + * Fix HTML rednering. |
| 18 | + * Ignore PHP Attributes in detecting getter/setters. |
| 19 | + * Keep only composer installation to simplify tool usage. |
| 20 | + * Remove PageRank metric. |
| 21 | + * Get rid of more than 150 PHPStan errors. |
| 22 | + * Add cache and baselines on qa tools. |
| 23 | + * Dynamically manage version number via .semver file. Also minor fixes. |
| 24 | + * Rebase on master + update dependencies + improve QA. PHPUnit 10 is now used. |
| 25 | + * Use env variable to share volume to mount with DockerInDocker. |
| 26 | + * Adapt the releasing process with the current v3 + minor fixes. |
| 27 | + * Decouple file system operations to split responsibilities. |
| 28 | + * Complete the unit tests related to file system. |
| 29 | + * Kill some mutants. |
| 30 | + * Add a copy function to manage the copy of single files. |
| 31 | + * Fix tag management on release + recursive copy for HTML rendering. |
| 32 | + * Remove Clusterize as only used for removed Class Rank and remove useless logos. |
| 33 | + * Fix SVG icons on sidebar. |
| 34 | + * Fix resolving of FQCN when inferring externals. |
| 35 | + * Fix parsing issue on LComVisitor when code to parse contains variable property fetch. |
| 36 | + * Fix error when HTML report is not requested. |
| 37 | + * Add missing favicon + add report date in title. |
| 38 | + * Improve CSS + button to download the bubble graph. |
| 39 | + * Update minimum versions of dependencies for composer.json. |
| 40 | + * Fix unit tests for ExternalVisitor. |
| 41 | + * Remove example and management of plugins (JUnit). |
| 42 | + * Remove useless metric nbGetters/nbSetters. |
| 43 | + * Prepare changelog fro release 3.0.0-rc1. |
| 44 | + * releasing v3.0.0rc1 |
| 45 | + * Fix #491: add shell command in case PHP command does not work for some OS in documenation. |
| 46 | + * Fix Fatal error when analyzing snippets like `$a->$b()` or `$c()`. |
| 47 | + * Prepare release 3.0.0-rc2. |
| 48 | + * releasing v3.0.0rc2 |
| 49 | + * Fix special version label that were not taken into account on bintray. |
| 50 | + * releasing v3.0.0rc2 |
| 51 | + * Fix possible parsing error + upgrade to PHPUnit 10.1. |
| 52 | + * Fix violations reporter which was trying to rely on Violations directly, rather than ViolationsHandler |
| 53 | + * Merge pull request #495 from Tithugues/fix/report-violations |
| 54 | + * SystemComplexityVisitor fix for calling methods with the same name on different objects |
| 55 | + * releasing v3.0.0rc3 |
| 56 | + * Upgrade deps + add ccn value by method. Need to fnd how to display it on HTML reports now. |
| 57 | + * Merge pull request #497 from andrii-pukhalevych/patch1 |
| 58 | + * Add elegant way to display CCN values for methods. |
| 59 | + * QA review: fix PHPStan/Psalm/PHPUnit/Qodana errors. |
| 60 | + * Merge pull request #498 from phpmetrics/add-ccn-value-to-every-class-method |
| 61 | + * releasing v3.0.0rc4 |
| 62 | + * Fix URLs and search configuration usage. |
| 63 | + * Manage better description inference for stable dependencies principle. |
| 64 | + * Merge pull request #502 from phpmetrics/fix/501 |
| 65 | + * Fix some unit tests + releasing process. |
| 66 | + * releasing v3.0.0rc5 |
| 67 | + * Upgrade to PhpParser v5 + adapt code. Remove Qodana. Upgrade to PHPUnit 10.5 |
| 68 | + * Merge pull request #504 from phpmetrics/fix/php-parser-v5 |
| 69 | + * releasing v3.0.0rc6 |
| 70 | + * Fix numeric version array key in Composer\Packagist.php - if there is an integer string set as a key of associative array, it will automatically be converted to integer, which causes the call of `ltrim` to fail, because of `declare(strict_types=1)` configuration |
| 71 | + * Merge pull request #509 from Klemo1997/fix/packagist-array-key-type-error |
| 72 | + * fix typo |
| 73 | + * Merge pull request #513 from YAhiru/fix-typo |
| 74 | + * feat: add OpenMetrics report |
| 75 | + * Merge pull request #512 from alanpoulain/feat-openmetrics |
| 76 | + * test: add OpenMetrics SummaryWriter test |
| 77 | + * Merge pull request #514 from alanpoulain/test-openmetrics-summary-writer |
| 78 | + * Make sure OpenMetrics format is available and upgrade QA. |
| 79 | + * Merge pull request #515 from phpmetrics/update/3.x-qa |
| 80 | + * releasing v3.0.0rc7 |
| 81 | + * Updated tests in order to be executed in PHP 8.4, and supports Php 8.4 |
| 82 | + * fixed issue introduced by phpcs, and removed phpcs |
| 83 | + * added build script for standalone build |
| 84 | + * fixed CI |
| 85 | + * Merge pull request #524 from phpmetrics/php84-standalone |
| 86 | + * #518 test about deferencing new without parenthesis in PHP 8.4 |
| 87 | + * Merge pull request #525 from phpmetrics/php84-standalone |
| 88 | + * updated build |
| 89 | + * releasing |
| 90 | + |
| 91 | + -- Jean-François Lépine < [email protected]> Mon, 07 Jul 2025 14:08:33 +0200 |
| 92 | + |
1 | 93 | phpmetrics (3.0.0rc7) unstable; urgency=low
|
2 | 94 | * Prepare v3. WIP.
|
3 | 95 | * Rebase on master (current 2.8.1) with adaptation for 3.x. Coverage got down. WIP.
|
@@ -1242,6 +1334,8 @@ phpmetrics (1.8.2) unstable; urgency=low
|
1242 | 1334 |
|
1243 | 1335 |
|
1244 | 1336 |
|
| 1337 | + |
| 1338 | + |
1245 | 1339 |
|
1246 | 1340 |
|
1247 | 1341 |
|
0 commit comments