Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

v1.1.0

Latest
Compare
Choose a tag to compare
@ogizanagi ogizanagi released this 31 May 07:23

This new release contains adds proper support for using this bundle with Symfony 4 on CLI when an error occurs.


⚠️ Beware upgrading to this version may cause a BC break on edge-cases in case:

  • your application still uses symfony/console 3.3 or 3.4
  • you have a listener on console.exception performing some logic related to this bundle

In such case, the listener should be moved to console.error, following the upgrade path described on Symfony's side.


Changelog

[ec2f904] feature #87 [Symfony4] Replaced ConsoleExceptionEvent with ConsoleError (daum)