We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50be14d commit d1dd771Copy full SHA for d1dd771
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
All notable changes to Tokenizer are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5
+## [2.0.0] - 2025-12-06
6
+
7
+This release bumps the minimum version required to PHP 8.1.
8
9
+### Added
10
11
+- New API `XMLSerializer::appendToWriter` to allow easier integration and better performance when writing fragments (Thanks @staabm)
12
13
+### Changed
14
15
+- Internal change: Now uses `PHPToken::tokenize` in favor of `token_get_all` (requires PHP 8+) (Thanks @staabm)
16
17
## [1.3.1] - 2025-111-17
18
19
### Fixed
0 commit comments