Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

89 lines (67 loc) · 2.58 KB

Changelog

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.

[3.1.0] - 2020-10-29

Added

  • Support to PHP 8

[3.0.0] - 2019-03-07

Added

  • Support to Lumen (#55)
  • Support to PHPUnit 8 (#60)

[2.1.1] - 2018-11-21

Added

  • Support to jakub-onderka/php-console-highlighter:0.4 (#57)

[2.1.0] - 2018-10-03

Added

  • Method shouldReport to Exception Handler (#56)

[2.0.3] - 2018-06-17

Fixes

  • Ensure that Highlighter::class receives a string on the highlight method (3da3e13)

[2.0.2] - 2018-03-21

Added

  • Possibility of open file on the specified line (#45)

[2.0.1] - 2018-03-20

Added

  • Laravel adapter: Defer service provider (#46)

[2.0.0] - 2018-02-18

Added

  • Phpunit adapter: Support to PHPUnit 7
  • Syntax Highlighting

Removed

  • Phpunit adapter: Drops support to PHPUnit 6

[1.1.22] - 2018-02-07

Fixed

  • Phpunit adapter: Fixes usage with laravel-ide-helper

[1.1.20] - 2018-01-18

Fixed

  • Phpunit adapter: Respects --stop-on-failure and --stop-on-error options

Changed

  • Phpunit adapter: Exception render place

[1.1.19] - 2018-01-10

Removed

  • Laravel adapter: Removes unused code

[1.1.18] - 2017-12-22

Changed

  • PHPUnit adapter: Don't render warnings

[1.1.17] - 2017-12-19

Changed

  • Laravel adapter: Don't register Collision on testing env

[1.1.16] - 2017-12-17

Changed

  • Laravel adapter: Defaults to renderForConsole when exception is an Symfony\Component\Console\Exception\ExceptionInterface

[1.1.15] - 2017-12-17

Changed

  • Laravel adapter: Ignores exception details when exception implements Symfony\Component\Console\Exception\ExceptionInterface

[1.1.12] - 2017-12-11

Added

  • Adds support to symfony/console version 4.0 (#28)

[1.1.5] - 2017-10-17

Added

  • Adds support to symfony/console version 2.8 (#16)

[1.1.0] - 2017-10-10

Added

  • Adds phpunit adapter

[1.0.0] - 2017-10-08

Added

  • Adds first version