|
| 1 | +phpmetrics (2.5.0) unstable; urgency=low |
| 2 | + * Documented how to release (#392) |
| 3 | + * Added editor config file (#393) |
| 4 | + * Updated changelog (#394) |
| 5 | + * improve docblocks |
| 6 | + * Added more codesniffer rules |
| 7 | + * Merge pull request #396 from phpmetrics/add-more-phpcs-rules |
| 8 | + * Merge pull request #395 from phpmetrics/docblock-improvements |
| 9 | + * Way to download report |
| 10 | + * Merge pull request #399 from phpmetrics/download_chart |
| 11 | + * Exclude doc and artifacts from phar |
| 12 | + * Explicitly define the class \Hal\Component\Ast\NodeTraverser to make PhpMetrics work using composer --classmap-authoritative. (#402) |
| 13 | + * Merge pull request #400 from phpmetrics/exclude-phar-files |
| 14 | + * Resolve PHP7 getters / setters (#405) |
| 15 | + * Ensure the packagist license is an array so they can be displayed. (#404) |
| 16 | + * Fix warning "Division by zero" when no package is defined. (#401) |
| 17 | + * move templates out of src |
| 18 | + * Remove folders from phpcs |
| 19 | + * Merge pull request #406 from phpmetrics/move-templates-out |
| 20 | + * Provide new issue template format. |
| 21 | + * Added Slack link (#411) |
| 22 | + * Provide configuration option "--maintainability-index-without-comments". |
| 23 | + * Remove command line and always provide metrics MI without comments additionnaly from MI. Add a carousel in the main HTML report page to display both graph at the same time. |
| 24 | + * Move new files for carousel inside new template folder after rebasing from master. |
| 25 | + * Fix bug with dots in the carousel + add titles on dots for accessibility. |
| 26 | + * add metrics description file |
| 27 | + * Merge pull request #408 from phpmetrics/new-issue-tpl |
| 28 | + * Merge pull request #412 from repzy/metrics-file |
| 29 | + * Merge pull request #407 from phpmetrics/issue-325-provide-miwoc |
| 30 | + * fix releasing script |
| 31 | + * releasing v2.6.0 |
| 32 | + * Force GPG key for relasing |
| 33 | + * Improved page rank report, and UI #416 |
| 34 | + * Merge pull request #420 from phpmetrics/416_improved_pagerank |
| 35 | + * hot fixing phar |
| 36 | + * Merge pull request #422 from phpmetrics/hf_phar |
| 37 | + * Remove not useful constant |
| 38 | + * Merge pull request #423 from phpmetrics/improved_code |
| 39 | + |
| 40 | + -- Jean-François Lépine < [email protected]> Thu, 02 Apr 2020 21:54:40 +0200 |
| 41 | + |
1 | 42 | phpmetrics (2.4.1) unstable; urgency=low |
2 | 43 | * Test on PHP 7.3 |
3 | 44 | * Don't leave notice when array is small |
@@ -736,3 +777,5 @@ phpmetrics (1.8.2) unstable; urgency=low |
736 | 777 |
|
737 | 778 |
|
738 | 779 |
|
| 780 | + |
| 781 | + |
0 commit comments