File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to Tokenizer are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 1.3.1] - 2025-111-17
6+
7+ ### Fixed
8+
9+ * [ #37 ] ( https://github.com/theseer/tokenizer/issues/37 ) : v1.3.0 introduced a breaking change on the token collection (ArrayAccess interface removed)
10+
11+ ## [ 1.3.0] - 2025-11-13
12+
13+ ### Changed
14+
15+ * Require at least PHP 7.3 for building, code should still be PHP 7.2 compliant
16+ * Merge various performance improvements provided by @staabm
17+ * Merge some code cleanups provided by @staabm
18+
519## [ 1.2.3] - 2024-03-03
620
721### Changed
@@ -28,7 +42,7 @@ This release is now PHP 8.0 compliant.
2842
2943### Fixed
3044
31- * Whitespace handling in general (only noticable in the intermediate ` TokenCollection ` ) is now consitent
45+ * Whitespace handling in general (only noticeable in the intermediate ` TokenCollection ` ) is now consistent
3246
3347### Changed
3448
@@ -76,6 +90,8 @@ This release is now PHP 8.0 compliant.
7690
7791Initial Release
7892
93+ [ 1.3.1 ] : https://github.com/theseer/tokenizer/compare/1.3.0...1.3.1
94+ [ 1.3.0 ] : https://github.com/theseer/tokenizer/compare/1.2.3...1.3.0
7995[ 1.2.3 ] : https://github.com/theseer/tokenizer/compare/1.2.2...1.2.3
8096[ 1.2.2 ] : https://github.com/theseer/tokenizer/compare/1.2.1...1.2.2
8197[ 1.2.1 ] : https://github.com/theseer/tokenizer/compare/1.2.0...1.2.1
You can’t perform that action at this time.
0 commit comments