|
| 1 | +phpmetrics (2.2.0) unstable; urgency=low |
| 2 | + * fix: disabled deb artifact |
| 3 | + * fix: disabled deb artifact in travis |
| 4 | + * Fix twitter link |
| 5 | + * Adjust PHPDoc types |
| 6 | + * Fix name resolving of anonymous classes |
| 7 | + * Allow // in text without counting it as comment |
| 8 | + * Fixed typo in description |
| 9 | + * Update style.css |
| 10 | + * updated pmd priority levels |
| 11 | + * Added changelog |
| 12 | + * typo fix |
| 13 | + * added links to changelog |
| 14 | + * changed markdown to match keep-a-changelog |
| 15 | + * added links to footer |
| 16 | + * Change heading for LOC graph. |
| 17 | + * add preg_quote around dir |
| 18 | + * Merge pull request #278 from UFOMelkor/typo/twitter-link |
| 19 | + * Merge pull request #281 from UFOMelkor/hotfix/280 |
| 20 | + * Merge pull request #282 from UFOMelkor/hotfix/273 |
| 21 | + * Merge pull request #285 from j92/fix_typo |
| 22 | + * Merge pull request #287 from rafaelign/master |
| 23 | + * Merge pull request #290 from bangpound/patch-1 |
| 24 | + * Merge pull request #293 from paolomainardi/feature/fix-preg-quoting |
| 25 | + * Fix for #280 (anonymous classes support for PHP 7.1) |
| 26 | + * Added a newline to the end of a test file |
| 27 | + * Merge pull request #299 from FractalizeR-Forks/fix-anonymous-classes-in-php-7.1 |
| 28 | + * fix: disabled deb artifact |
| 29 | + * fix: disabled deb artifact in travis |
| 30 | + * way to know parents |
| 31 | + * way to get information about depth and childs of node in a tree |
| 32 | + * way to get average height of branches in graph |
| 33 | + * way to know the Depth of inheritance tree |
| 34 | + * way to get the list of metrics |
| 35 | + * added CSV report |
| 36 | + * added json report |
| 37 | + * fixed style |
| 38 | + * added the key --report-json to validator |
| 39 | + * Merge pull request #301 from phpmetrics/feature/reports |
| 40 | + * Adding support for configuration files to read settings from |
| 41 | + * Add installed package column when composer.lock file is found. |
| 42 | + * Preventing duplicate edges from appearing in a graph using Deduplicated graph class. Fixes #291. |
| 43 | + * Add export-ignore option to reduce the archive size of composer downloading. |
| 44 | + * Add dockerfile in project to use the latest phar. |
| 45 | + * Merge pull request #303 from FractalizeR-Forks/configuration-file-support |
| 46 | + * Merge pull request #305 from phpmetrics/fix-284 |
| 47 | + * Merge pull request #306 from phpmetrics/ignore-export-composer-installation |
| 48 | + * Merge pull request #304 from FractalizeR-Forks/avoid_duplicate_edges_in_graph |
| 49 | + * Add Traits in parsing through all visitors. |
| 50 | + * Fix #286: Missing files in the phar build due to bad regexp filter. |
| 51 | + * Fix bad preg_quote usage that fails the regexp and so, fails the Finder. |
| 52 | + * Merge pull request #310 from phpmetrics/fix-286 |
| 53 | + * Add unit tests to check the bugfix about finder. |
| 54 | + * Merge pull request #311 from phpmetrics/fix-bad-regexp-finder |
| 55 | + * Merge pull request #307 from phpmetrics/fix-244 |
| 56 | + * Merge pull request #279 from UFOMelkor/docs/phpdoc |
| 57 | + * Embed dependent files so generated reports can be used offline |
| 58 | + * Fix bad output in the junit report. |
| 59 | + * Dropped the changelog |
| 60 | + * Merge pull request #312 from phpmetrics/fix-263 |
| 61 | + * Merge pull request #309 from phpmetrics/fix-308 |
| 62 | + * Merge pull request #302 from dennisdegreef/localFilesOnly |
| 63 | + * Merge pull request #288 from krukru/pmd-priority-rewrite |
| 64 | + * Fix makefiles about releasing a new version. |
| 65 | + * Fix bad carridge return when displaying the version. |
| 66 | + * Merge pull request #313 from phpmetrics/fix-release |
| 67 | + * releasing v2.3.0 |
| 68 | + * Fix missing escapeshellarg on git command arguments to avoid security and access troubles. |
| 69 | + * Fix #317: Only consolidate class metrics that groups Classes and Traits to calculate sums and averages. |
| 70 | + * Merge pull request #316 from phpmetrics/fix-315 |
| 71 | + * Merge pull request #318 from phpmetrics/fix-317 |
| 72 | + |
| 73 | + -- Jean-François Lépine < [email protected]> Fri, 13 Oct 2017 18:01:53 +0200 |
| 74 | + |
1 | 75 | phpmetrics (2.1.0) unstable; urgency=low |
2 | 76 | * added calculation for max cyclomatic complexity for method in class |
3 | 77 | * fixed typos (whitespaces) in readme |
@@ -293,3 +367,5 @@ phpmetrics (1.8.2) unstable; urgency=low |
293 | 367 |
|
294 | 368 |
|
295 | 369 |
|
| 370 | + |
| 371 | + |
0 commit comments