Skip to content

Releases: ajgarlag/AjglBreakpointTwigExtension

0.4.4

20 Nov 11:07

Choose a tag to compare

Added

  • Add support for PHP 8.4, 8.5
  • Add support for Symfony 7.4 and 8.0

Changed

  • Migrate config format from XML to PHP

Removed

  • Drop support for PHP < 8.2
  • Drop support for Twig < 3.0
  • Drop support for Symfony 4.4, 6.3, 7.0, 7.1, and 7.2
  • Drop support for composer/xdebug-handler<3.0

Symfony 6 and PHP 8.2 support

06 Dec 11:20

Choose a tag to compare

Added

  • Add support for PHP 8.2
  • Add support for Symfony 6

Changed

  • 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

Removed

  • Drop support for PHP<7.4
  • Drop support for Symfony<4.4
  • Drop support for Twig<2.15.3

Support Twig 3 and Symfony 5

08 Feb 10:48

Choose a tag to compare

This version finally supports Twig 3 and Symfony 5

Fix population of $arguments

10 Apr 11:45

Choose a tag to compare

In #11 a bug related to the $arguments variable population was reported.

Thanks to @alanhatch his PR #12 which fixes the bug.

Fix deprecation warnings

18 Mar 11:05

Choose a tag to compare

Use namespace twig classes

Symfony 4 support

10 Dec 08:25

Choose a tag to compare

Symfony 4 is officially supported

Twig 2 support

20 Nov 13:05
360ec63

Choose a tag to compare

The extension is now compatible with Twig 2.x

Easily inspect the function context

31 Mar 18:18

Choose a tag to compare

Once the debugger to stop, there will be three variables defined to easily inspect the function context:

  • $environment: The Twig_Environment instance.
  • $context: The twig context with all defined variables.
  • $arguments: The arguments passed to the breakpoint twig function itself.

Symfony Bundle

10 Mar 07:31

Choose a tag to compare

This new release includes a Symfony Bundle, so it can be directly integrated into your Symfony app.

Initial release

09 Mar 17:32

Choose a tag to compare

This first release introduces the breakpoint twig function