Skip to content

Releases: ajgarlag/AjglBreakpointTwigExtension

Symfony 6 and PHP 8.2 support

06 Dec 11:20
Compare
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
Compare
Choose a tag to compare

This version finally supports Twig 3 and Symfony 5

Fix population of $arguments

10 Apr 11:45
Compare
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
Compare
Choose a tag to compare

Use namespace twig classes

Symfony 4 support

10 Dec 08:25
Compare
Choose a tag to compare

Symfony 4 is officially supported

Twig 2 support

20 Nov 13:05
360ec63
Compare
Choose a tag to compare

The extension is now compatible with Twig 2.x

Easily inspect the function context

31 Mar 18:18
Compare
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
Compare
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
Compare
Choose a tag to compare

This first release introduces the breakpoint twig function