Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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