All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support to PHP 8
- Support to
jakub-onderka/php-console-highlighter:0.4
(#57)
- Method
shouldReport
to Exception Handler (#56)
- Ensure that
Highlighter::class
receives a string on thehighlight
method (3da3e13)
- Possibility of open file on the specified line (#45)
- Laravel adapter: Defer service provider (#46)
- Phpunit adapter: Support to PHPUnit 7
- Syntax Highlighting
- Phpunit adapter: Drops support to PHPUnit 6
- Phpunit adapter: Fixes usage with
laravel-ide-helper
- Phpunit adapter: Respects
--stop-on-failure
and--stop-on-error
options
- Phpunit adapter: Exception render place
- Laravel adapter: Removes unused code
- PHPUnit adapter: Don't render warnings
- Laravel adapter: Don't register Collision on testing env
- Laravel adapter: Defaults to renderForConsole when exception is an
Symfony\Component\Console\Exception\ExceptionInterface
- Laravel adapter: Ignores exception details when exception implements
Symfony\Component\Console\Exception\ExceptionInterface
- Adds support to
symfony/console
version 4.0 (#28)
- Adds support to
symfony/console
version 2.8 (#16)
- Adds
phpunit
adapter
- Adds first version