Releases: EdgedesignCZ/phpqa
Releases · EdgedesignCZ/phpqa
v1.13.0
- 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
- #69 Composer - fix version constrains (robo, twig), add php-cs-fixer to suggested tools
v1.12.0
- 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
- #54 Advanced phpcs configuration
- define custom reports in
phpcs.reports
- #53 - allow ignoring warnings in
phpcs.ignoreWarnings
v1.9.1
- Fix phpqa version (version constant not changed in
v1.9
)
- Internal changes
- Deploy changelog to github pages
- Update copyright
v1.9.0
- 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
- #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
- #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
- #33 Improved reports
- unified layout (bootstrap3) + phpqa version
- overview in phpcs, phpmd, phpcpd
- relative file paths
- interactive pdepend metrics