You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## 3.0.0 - 2025-03-08
9
+
10
+
### Added
11
+
12
+
- Introduced an `Attributes` class to act as a fully-typed data transfer object of `{% codeblock %}` attributes.
13
+
14
+
- Introduced a `Highlighter\HighlighterReference` class as a fully-typed data transfer object to specify which highlighter to use when compiling the Twig templates.
15
+
16
+
### Changed
17
+
18
+
- PHP 8.2 is the new minimum version required.
19
+
20
+
- Twig 3.11.2 is the new minimum version required.
21
+
22
+
- All classes in this package are now `final`.
23
+
24
+
- Types are now declared everywhere.
25
+
26
+
-[ramsey/pygments](https://github.com/ramsey/pygments) is no longer a required dependency; it is a suggested dependency.
27
+
28
+
### Deprecated
29
+
30
+
- Nothing.
31
+
32
+
### Removed
33
+
34
+
- Nothing.
35
+
36
+
### Fixed
37
+
38
+
- Nothing.
39
+
8
40
## 2.0.0 - 2017-04-18
9
41
10
42
* Upgrade dependencies to require PHP 5.6 as the minimum PHP version
0 commit comments