All Versions
39
Latest Version
Avg Release Cycle
61 days
Latest Release
-

Changelog History
Page 2

  • v1.19.0 Changes

    June 14, 2018
    • HTML reports
      • #117 - fix phpmetrics menu
      • #133 - load correct initial page
    • .phpqa.yml
      • #128 - .phpqa.yml options - phpmetrics (git, junit, composer), pdepend (coverage report
      • #134 - keep tools order from --tools option
    • Other
      • #119 - fix ignoring PHPCS warnings in CLI mode
      • #131 - fix clone + composer installation
      • #132 - fix Travis build (hhvm, psalm)
      • #135 - update pdepend, suggested tools doc
  • v1.18.0 Changes

    February 09, 2018
    • phpstan
      • #108 - pretty html report, checkstyle output (BC, requires phpstan >= 0.8)
      • #110 - use entire phpstan config, not just parameters

    screenshot from 2018-02-08 19 41 21

  • v1.17.0 Changes

    February 04, 2018
    • ๐Ÿ”ง #98 - allow multiple configurations in --config
    • ๐Ÿ‘• #104 - add support for extensions in parallel-lint
    • Internal changes
      • #99, #101, #106 Travis build (fix composer/psalm errors, add PHP 7.2)
  • v1.16.0 Changes

    October 25, 2017
    • Optional tools
      • #97 sensiolabs/security-checker (stable)
    • ๐Ÿฑ #95 Download assets if --report=offline

    --report=offline preview

  • v1.15.0 Changes

    September 30, 2017
    • 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 Changes

    • 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 Changes

    • 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 Changes

    • #69 Composer - fix version constrains (robo, twig), add php-cs-fixer to suggested tools
  • v1.12.0 Changes

    • 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 Changes

    • ๐Ÿ”ง #54 Advanced phpcs configuration
      • define custom reports in phpcs.reports
      • #53 - allow ignoring warnings in phpcs.ignoreWarnings