Skip to content

Releases: phpmetrics/PhpMetrics

v2.3.0

22 Sep 09:35
Compare
Choose a tag to compare
releasing v2.3.0

v2.2.0

13 Apr 05:20
Compare
Choose a tag to compare
  • New metric: ccnMethodMax (maximum cyclomatic complexity of methods for class)
  • New report: composer dependencies versions
  • New report: composer dependencies licenses
  • HTML report is now responsive
  • Simplified README
  • Bugfix #276

Due to bug with .deb artifact factory, this release has no debian package yet

v2.1.0

10 Apr 16:26
Compare
Choose a tag to compare
  • Improved Junit report
  • Improved UI
  • Removed support of PHP 5.4
  • Fixed majors bugs with code parsing
  • Improved CI
  • removed Symfony/Console

v2.0.0

01 Feb 13:22
Compare
Choose a tag to compare
php7 is now the main version for building artifacts

v2.0.0-rc

20 Aug 11:44
Compare
Choose a tag to compare
git add use --force to add .deb to release

untagged-4292660c70b29c4b16b3: Merge pull request #223 from bluemanos/master

17 Aug 06:02
Compare
Choose a tag to compare

untagged-0dea28e5feb970cdc3e0: Merge pull request #223 from bluemanos/master

17 Aug 06:12
Compare
Choose a tag to compare

v1.10.0

05 Apr 06:00
Compare
Choose a tag to compare

Features

Fixes

  • typos (#213)
  • avoid to run analyze when the --chart-bubbles option is used but Graphviz is not installed (#211)

Behind the scene

  • thanks to @pavarnos, PhpMetrics is now 20% faster (see #208)
  • improved build process (#206)

A big thanks to the contributors !!!

v1.1.0

16 Dec 18:02
Compare
Choose a tag to compare

Changelog

New features

Other

BC

  • Table of all metrics is disable by default in CLI report. You should enable it with --report-cli.

Bugfix

Contributors

# Future

I would like develop those features in the future:

  • improvement of score calculation
  • translation of how are calculated boundaries? in english
  • LCOM without getters and setters (LCOMngs ?)
  • documentation, documentation and documentation :)

v.1.0.0

01 Sep 14:42
Compare
Choose a tag to compare

Changelog

This version fixes major bugs and is stable. Please update your composer.json.

This is the first stable release. From now, we'll try to respect Semantic Versioning 2.0.0.

New features

Other

BC

NA

Bugfix

Contributors