From 027e4c7bbb80356fd155ba76b03eaf47cdd1e8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Mon, 14 Sep 2026 09:41:07 +0200 Subject: [PATCH] Prepare release 1.1.0 --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998f2f3..b67c8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # CHANGELOG -## [Unreleased] +## [1.1.0] - 2026-09-14 -- Rework documentation. -- Parse PHP source without requiring an opening tag while preserving exact - source text and token positions. +- Add `CodeParser` as a theme-independent API for semantic token streams. +- Parse PHP fragments with or without an opening tag while preserving exact source text and token + positions. ## [1.0.0] - 2026-08-09 - Initial release. +[1.1.0]: https://github.com/altophp/code-highlight/releases/tag/v1.1.0 [1.0.0]: https://github.com/altophp/code-highlight/releases/tag/v1.0.0