Skip to content

Releases: EdgedesignCZ/phpqa

v1.13.0

05 Aug 07:12
Compare
Choose a tag to compare
  • Optional tools
    • #80 phpunit (experimental)
  • #72 Support phploc v4.X (drop --progress option)
  • #74 Support phpmetrics v1 configuration, evaluate exit code
  • #83 Make php extensions configurable in .phpqa.yml
  • Bugfixes
    • #75 Fix ignoring phpmd/pdepend directories on Windows
    • #76 Fix escaping binary path
    • #77 Don't use default 60s timeout is non-parallel execution
    • #79 Fix typo in docker example in Readme

v1.12.1

10 Jun 10:48
Compare
Choose a tag to compare
  • #69 Composer - fix version constrains (robo, twig), add php-cs-fixer to suggested tools

v1.12.0

10 Jun 07:09
Compare
Choose a tag to compare
  • Optional tools
    • #60 php-cs-fixer (stable)
  • #68 Support phpstan v0.7
  • #65 Support phpcs v3.X
  • #61 Support Robo v1.X
  • #58 Support Twig 2
  • Internal changes
    • #50, #62 Optimize speed on Travis (Precise + HHVM on Trusty)

v1.11.0

10 Apr 14:23
Compare
Choose a tag to compare
  • #54 Advanced phpcs configuration
    • define custom reports in phpcs.reports
    • #53 - allow ignoring warnings in phpcs.ignoreWarnings

v1.10.0

04 Mar 17:33
Compare
Choose a tag to compare

v1.9.1

08 Jan 09:24
Compare
Choose a tag to compare
  • Fix phpqa version (version constant not changed in v1.9)
  • Internal changes
    • Deploy changelog to github pages
    • Update copyright

v1.9.0

08 Jan 09:07
Compare
Choose a tag to compare
  • Optional tools
    • #41 parallel-lint (stable)
    • #43 phpstan v0.5 (experimental)
  • #40 Support exit code and summary in CLI mode

  • #42 Show parsing errors in phpmd report
  • #44 phpqa tools - load package information from composer
  • #47 Custom binary location (#46 Changing composer bin-dir breaks tools path)
  • #48 Refine documentation

v1.8.0

18 Dec 12:09
Compare
Choose a tag to compare
  • #37 Stop phpqa when .phpqa.yml or specified standard doesn't exist
  • #39 Analyze multiple directories + deprecate analyzing one directory
    • Before: phpqa --analyzedDir ./
    • After: phpqa --analyzedDirs ./
  • Drop outdated versioneye badge in favor of composer outdated --direct
  • Upgrade QA tools (phpcs, phpmd, pdepend)

v1.7.3

23 Nov 17:30
Compare
Choose a tag to compare
  • #35 Upgrade robo, pdepend, phpmd
    • don't use henrikbjorn/lurker: dev-master
    • fix PHP7’s null coalesce operator in phpmd and pdepend
  • #34 Explicit ext-xsl requirement

v1.7.2

22 Oct 07:27
Compare
Choose a tag to compare
  • #33 Improved reports
    • unified layout (bootstrap3) + phpqa version
      screenshot from 2016-10-22 09 00 15
    • overview in phpcs, phpmd, phpcpd
      screenshot from 2016-10-22 09 00 35
    • relative file paths
      screenshot from 2016-10-22 09 01 04
    • interactive pdepend metrics
      screenshot from 2016-10-22 09 01 37