Skip to content

Releases: yamadashy/phpstan-friendly-formatter

v1.2.0

13 Nov 14:51
3385bd3
Compare
Choose a tag to compare

This release adds support for PHPStan 2.0 and includes several improvements to our internal processes.

Breaking Changes

PHPStan 2.0 Compatibility (#15)

  • Added support for PHPStan 2.0
  • Maintained backward compatibility where possible

Updated PHP Version Requirements

  • Dropped support for PHP versions below 7.4, aligning with PHPStan's requirements

Internal Changes

Code Structure Improvements (#11)

  • Refactored FriendlyErrorFormatter for better maintainability
  • Improved error format parameter handling
  • Enhanced overall code organization

CI Improvements

  • Split CI workflow into separate jobs for better efficiency (#8)
  • Updated test matrix to include latest PHP versions (#7)
  • Enhanced dependency management (#12)

We value your feedback and contributions in making phpstan-friendly-formatter better! If you encounter any issues or have suggestions, please share them through our GitHub issues.

v1.1.2

22 Sep 06:34
da0cdb8
Compare
Choose a tag to compare

Improvements

  • Added FallbackHighlighter for improved reliability when PhpConsoleHighlighter is unavailable

Notes

  • While we still support PHP 7.2 in this release, we are considering increasing the minimum PHP version requirement in future releases.

v1.1.1

21 Sep 16:31
9b4e4e7
Compare
Choose a tag to compare

This release includes minor improvements to the formatting and readability of error outputs.

Improvements

  • Enhanced output formatting for error messages, improving overall readability

image

v1.1.0

21 Sep 16:14
1f0809b
Compare
Choose a tag to compare

This release introduces a new Error Identifier Summary feature and several improvements to the formatting and readability of error outputs.

What's New

Error Identifier Summary (#3)

  • Added a new method for summarizing error identifiers in the error reporting
  • Error messages now display identifiers, making it easier to categorize and understand issues

Improved Formatting

  • Enhanced output formatting for error messages, improving overall readability
  • Errors are now grouped by file, providing a clearer overview of issues in your codebase

image