Skip to content

Releases: EdgedesignCZ/phpqa

v1.16.0

25 Oct 13:43

Choose a tag to compare

  • Optional tools
    • #97 sensiolabs/security-checker (stable)
  • #95 Download assets if --report=offline

--report=offline preview

v1.15.0

30 Sep 10:05

Choose a tag to compare

  • Optional tools
    • #94 vimeo/psalm - dynamic configuration
  • #92 Improved reports (summary, page load)
  • Upgrade QA tools (phpcs)
  • Internal changes
    • #93 Refactoring tools (tool per class, experimental configuration in .phpqa.yml)
    • #94 Fix composer.lock, enable phpstan/psalm in travis

v1.14.0

24 Sep 08:13

Choose a tag to compare

  • Optional tools
    • #80 vimeo/psalm (stable)
  • #88 Allow using custom binary (e.g. phpunit.binary)
    • show skipped tools in summary
    • refactoring printing versions in phpqa tools
    • phpunit.config BC - phpunit.config is relative to .phpqa.yml, previously it was relative to cwd
  • #91 Docker support (zdenekdrahos/phpqa)

v1.13.0

05 Aug 07:12

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

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

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

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

Choose a tag to compare

v1.9.1

08 Jan 09:24

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

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