Skip to content

Releases: VasekPurchart/Console-Errors-Bundle

3.0.2

17 May 14:59
3.0.2
6a63c39
Compare
Choose a tag to compare

Fixes

  • Fix error logging when there is no command (#16)

3.0.1

12 May 15:08
3.0.1
317f600
Compare
Choose a tag to compare

Fixes

  • Fix exceptions listener event name (#15)

Maintenance

  • Support for PHP 7.3 (#10)
  • Replace Travis CI with GitHub Actions (#12)
  • Update dev dependencies (#13)
  • Add support for PHP 7.4 (#14)

3.0

29 Nov 13:17
3.0
46d1fa9
Compare
Choose a tag to compare
3.0

Maintenance

BC breaks

Symfony renamed the Symfony\Component\Console\Event\ConsoleExceptionEvent to ConsoleErrorEvent. In order to avoid confusion all of the classes and configuration options named originally "errors" in this bundle were renamed to "exit codes". Most notably the configuration option - errors -> exit_codes.

2.0.1

25 May 18:44
Compare
Choose a tag to compare
  • Fix missing logger definition when only logging errors (#5)

1.0.1

25 May 18:43
Compare
Choose a tag to compare
  • Fix missing logger definition when only logging errors (#6)

2.0

10 May 14:41
Compare
Choose a tag to compare
2.0

BC breaks

Since scalar parameter typehints and return typehints were added, the interface of the affected classes/interfaces has changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.

1.0

14 Aug 12:21
Compare
Choose a tag to compare
1.0
  • configurable log level for both errors and exceptions

0.5.1

17 Jun 20:03
Compare
Choose a tag to compare
  • [#2] fix non-quoted parameter reference string in YAML (deprecated in Symfony 3.1)

0.5

19 Jan 22:42
Compare
Choose a tag to compare
0.5
  • support for Symfony 3

0.4

28 Dec 14:30
Compare
Choose a tag to compare
0.4