Skip to content

3.0.0

Latest

Choose a tag to compare

@ramsey ramsey released this 08 Mar 23:41
3.0.0
15e14f7

Added

  • Introduced an Attributes class to act as a fully-typed data transfer object of {% codeblock %} attributes.

  • Introduced a Highlighter\HighlighterReference class as a fully-typed data transfer object to specify which highlighter to use when compiling the Twig templates.

Changed

  • PHP 8.2 is the new minimum version required.

  • Twig 3.11.2 is the new minimum version required.

  • All classes in this package are now final.

  • Types are now declared everywhere.

  • ramsey/pygments is no longer a required dependency; it is a suggested dependency.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.