Skip to content

Releases: yamadashy/phpstan-friendly-formatter

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