Skip to content

Releases: overtrue/phplint

9.6.2

10 Apr 13:16
Compare
Choose a tag to compare

9.6.2 - 2025-04-10

Added

  • lint command support now the new cache-dir option that replace the legacy cache option,
    marked as deprecated (and will be removed in next major version)

Changed

  • Remove support of a TTL = zero (store permanently) for the caching files syntax checking results

Full Changelog: 9.6.1...9.6.2

9.6.1

09 Apr 18:58
Compare
Choose a tag to compare

9.6.1 - 2025-04-09

Changed

  • default cache TTL value is now set to 1 hour (3600 seconds)

Fixed

  • ability to clear cache entries by invalidation with --cache-ttl option less than default TTL is in effect

Full Changelog: 9.6.0...9.6.1

9.6.0

09 Apr 07:07
Compare
Choose a tag to compare

9.6.0 - 2025-04-09

Added

Changed

  • drop support of PHPStan 1.x, raising min version to 2.0 now

Fixed

  • PHPUnit coverage code attributes usage

Full Changelog: 9.5.6...9.6.0

9.5.6

15 Jan 05:58
Compare
Choose a tag to compare

9.5.6 - 2025-01-15

Changed

  • Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices,
    when running with a PHP 8.4 runtime :
    requested by @gnutix

  • Upgrade Dockerfile to use PHP 8.4 runtime

Full Changelog: 9.5.5...9.5.6

9.5.5

08 Dec 05:51
Compare
Choose a tag to compare

9.5.5 - 2024-12-08

Changed

  • upgrade SARIF output to support PhpLintConverter of bartlett/sarif-php-converters package

Full Changelog: 9.5.4...9.5.5

9.5.4

01 Nov 04:43
Compare
Choose a tag to compare

9.5.4 - 2024-11-01

Warning

Only versions 9.5.x or greater are now actively supported.

Versions 9.1, 9.2, 9.3, and 9.4 won't receive any updates as they reach end-of-life.

Changed

Drop PHPUnit 10 support and upgrade to PHPUnit 11

  • #216 : PHPUnit 11 support

Fixed

  • #215 : PHP 8.4 runtime support

Full Changelog: 9.5.3...9.5.4

9.3.2

12 Oct 04:18
Compare
Choose a tag to compare

9.3.2 - 2024-10-12

Fixed

  • #214 : junit invalid xml

Full Changelog: 9.3.1...9.3.2

9.2.1

12 Oct 04:47
Compare
Choose a tag to compare

9.2.1 - 2024-10-12

Fixed

  • #214 : junit invalid xml

Full Changelog: 9.2.0...9.2.1

9.1.3

12 Oct 05:06
Compare
Choose a tag to compare

9.1.3 - 2024-10-12

Fixed

  • #214 : junit invalid xml

Full Changelog: 9.1.2...9.1.3

9.5.3

11 Oct 07:18
Compare
Choose a tag to compare

9.5.3 - 2024-10-11

Fixed

  • #214 : junit invalid xml

Full Changelog: 9.5.2...9.5.3