Skip to content

Releases: EdgedesignCZ/phpqa

v1.26.2

20 Sep 15:35
Compare
Choose a tag to compare
  • tools - upgrade phpcs (support PHP 8.1 Enums) #251

v1.26.1

08 May 07:44
Compare
Choose a tag to compare
  • Docker - php 8.1, github container registry #249

v1.26.0

30 Apr 09:11
Compare
Choose a tag to compare
  • tools
    • upgrade pdepend, phpmd, phpcs #245
    • phpstan - use excludePaths instead of excludes_analyse #241
    • security-checker - enable overriding composer.lock location #248
  • internal
    • CI - add PHP 8.1 - #246

v1.25.0

25 May 08:14
Compare
Choose a tag to compare
  • tools
    • support Robo v3.X #226, #227
    • upgrade pdepend, phpmd (partial php7.4 and php8 syntax) #231
    • drop support for phpcs v2 (php8 syntax in phpcs 3.6) #232
    • refine handling phpmd parsing errors (visual warning in html, enable counting them for exit code) #230, #237
    • add deptrac #229, #235
  • custom binaries
    • refine loading versions from custom binaries #233
    • run custom binaries, refactoring #234
  • html reports
    • fix replacing text with multiple file paths, hotfix bootstrap menu with many tools #239
  • internal
    • CI - building docker images after release - #224
    • CI - fix phpstan/psalm config #236
    • Refine docs (github actions example, .phpqa.yml config) #238

v1.24.0

08 Feb 10:11
Compare
Choose a tag to compare
  • tools
    • upgrade pdepend, phpmd, psalm #218
    • refactoring testing different php versions and installing suggested tools #220
    • phpcpd - support extensions configuration #193, #192, enable v6 #206, #209
    • phpstan - fix supporting v0.12 #194, require neon dependency #196, #197
    • security-checker - replace the abandoned Sensiolabs security checker with the Enlightn security checker #216, #215, #214
    • parallel-lint - don't use abandoned parallel-lint packages #207
    • psalm/phpstan - memory-limit for psalm and phpstan #202
  • composer
    • fix loading versions installed by composer 2.0 #212, #213
    • allow to define vendor and vendor-bin with environment variables #198
    • enable symfony5 #205, twig3 #203, robo3 #208
  • internal
    • migrate from travis to github actions, add php 7.4/8.0 #195, #217, #219, #221
    • build default and updated docker image #222
    • update docs (docker helper, present copyright year) #199, #210, #223

v1.23.3

30 Nov 11:25
Compare
Choose a tag to compare
  • #191 upgrade phpmd, restrict min Robo version (#189, #190)

v1.23.2

02 Nov 12:39
Compare
Choose a tag to compare
  • #187 phpmetrics - fix analyzing multiple extensions in v1

v1.23.1

13 Sep 14:59
Compare
Choose a tag to compare
  • #184 Fix supporting php-cs-fixer.config path with spaces

v1.23.0

31 Aug 08:07
Compare
Choose a tag to compare
  • #180 php-cs-fixer.config BC - php-cs-fixer.config is relative to .phpqa.yml, previously it was relative to cwd
  • #182 Fix loading composer's versions if project has custom bin-dir
  • CI
    • #183 - Fix Windows build on Appveyor

v1.22.1

14 Jul 09:26
Compare
Choose a tag to compare
  • #178 Fix docker build, prevent docker errors on release