All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.4.3 - 2024-09-30
- Avoid extending a deprecated class
0.4.2 - 2024-01-22
- Add support for Symfony 7
- Add support for Twig 4
0.4.1 - 2024-01-20
- Support PHP 8.3
0.4.0 - 2022-12-06
- Add support for PHP 8.2
- Add support for Symfony 6
- Mark all classes as
final
- Add return type hints
- Print an empty string with twig
breakpoint
function - Delegate Xdebug detection to
composer/xdebug-handler
when available
- Drop support for PHP<7.4
- Drop support for Symfony<4.4
- Drop support for Twig<2.15.3
- Add support for Symfony 5
- Add support for Twig 3.x
0.3.4 - 2019-04-10
- Population of
$arguments
variable
0.3.3 - 2019-03-18
- Population of
$arguments
variable - Usage of deprecated classes
0.3.2 - 2018-12-10
- Add support for Symfony 4
0.3.1 - 2017-11-20
- Require PHP 5.6
- Update requirements to allow twig 2.x
0.3.0 - 2016-03-31
- Add
$environment
and$context
variables - Allow to inspect function arguments
0.2.0 - 2016-03-10
- Add Symfony Bundle
- Add
breakpoint
function