Skip to content

Releases: VasekPurchart/Tracy-Blue-Screen-Bundle

4.0

26 Nov 08:16
4.0
65be056
Compare
Choose a tag to compare

Maintenance

  • Replace Travis CI with GitHub Actions (#19)
  • Update dev dependencies (#20)
  • Add support for PHP 7.4 (#21)
  • Update GitHub Actions (#24, #39, #45)
  • Composer Require Checker (#25)
  • Use caret operator where possible (#26)
  • Refactor tests (#30 thanks to @petrduda)
  • DI and config refactoring (#42)
  • Use ErrorRenderer to be compatible with new Twig-less error rendering (#43)
  • Support for Symfony 5 (#44)

BC breaks

The controller Tracy BlueScreen is no longer based on a event listener, but instead relies on new ErrorRenderer interface from symfony/error-handler. It should work the same, but the internals have been completely changed (for details see #43) so:

  • configuration option controller.listener_priority has been removed
  • there are different classes handling this
  • different DI service names, if you override these for custom configuration.

3.0.1

29 Dec 14:52
3.0.1
5154300
Compare
Choose a tag to compare

Fixes

  • Fix autoloading of exceptions (#16)

Maintenance

3.0

21 Jun 13:35
3.0
3945f9c
Compare
Choose a tag to compare
3.0

Maintenance

BC breaks

Scalar parameter typehints and return typehints were added, so 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.

ConsoleBlueScreenExceptionListener was renamed to ConsoleBlueScreenErrorListener and all other names like service/parameter names were renamed accordingly to reflect the different event.

2.0

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

Maintenance

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.1

21 Nov 09:13
Compare
Choose a tag to compare
  • fix non-quoted service string in YAML (deprecated) - compatibility with Symfony 2.8

1.0

05 Aug 18:16
Compare
Choose a tag to compare
1.0
  • configurable additional collapse paths for default BlueScreen

0.6

16 Jul 20:02
Compare
Choose a tag to compare
0.6
  • support for Symfony 3

0.5

28 Dec 14:25
Compare
Choose a tag to compare
0.5

0.4.1

28 Dec 14:16
Compare
Choose a tag to compare
  • fix non-quoted service string in YAML (deprecated) - compatibility with Symfony 2.8

0.4

28 Dec 14:16
Compare
Choose a tag to compare
0.4
  • support for PHP 7