Added
-
Introduced an
Attributesclass to act as a fully-typed data transfer object of{% codeblock %}attributes. -
Introduced a
Highlighter\HighlighterReferenceclass 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.