Skip to content

Releases: overtrue/phplint

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

9.4.2

11 Oct 07:45
Compare
Choose a tag to compare

9.4.2 - 2024-10-11

Fixed

  • #214 : junit invalid xml

Full Changelog: 9.4.1...9.4.2

9.5.2

08 Oct 04:24
Compare
Choose a tag to compare

9.5.2 - 2024-10-08

Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)

Full Changelog: 9.5.0...9.5.2

9.4.1

05 Jul 14:21
Compare
Choose a tag to compare

9.4.1 - 2024-07-05

Note

This bugfix version is only for the PHAR distribution.

Fixed

  • #210 : PHAR manifest is broken

Full Changelog: 9.4.0...9.4.1

9.4.0

05 Jul 09:03
Compare
Choose a tag to compare

9.4.0 - 2024-07-05

Added

  • #208 : Add support to more output formats
  • support to checkstyle format

Changed

  • support to sarif format is now optional. Requires to install extra package bartlett/sarif-php-converters.

Note

sarif format is a good example of how to use custom format not provided by current PHPLint distribution.
Read how to use it at https://github.com/llaville/sarif-php-converters/blob/1.0/docs/converter/phplint.md

Removed

  • legacy log-* and sarif-converter options
  • useless help column in configuration table when verbose mode is active

Fixed

  • shortcut of progress option is now detected on phplint binary launcher.

Full Changelog: 9.3.1...9.4.0

9.3.1

17 May 03:44
Compare
Choose a tag to compare

9.3.1 - 2024-05-17

Fixed

  • bootstrap option handling in wrong place

Full Changelog: 9.3.0...9.3.1