Releases: phikiphp/phiki
Releases · phikiphp/phiki
v1.1.6
What's Changed
- Always force capture index into a string by @ryangjchandler in #73
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Fix duplicated content in C++ grammar by @ryangjchandler in #60
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Simplify subpattern tokenisation in capture groups by @ryangjchandler in #50
- Don't tokenize empty/whitespace-only capture groups by @ryangjchandler in #51
Full Changelog: v1.1.3...v1.1.4
v1.1.3
- Resolved an issue with injections being applied incorrectly & recursively.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- Update sources by @ryangjchandler in #43
- Introduce a new binary for generating highlighted markup in terminal by @ryangjchandler in #44
- Make grammars more compatible with PCRE by @ryangjchandler in #45
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Assume
txt
if grammar detection fails by @nicoverbruggen in #42
New Contributors
- @nicoverbruggen made their first contribution in #42
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- Add better line number generation with unselectable gutter.
- Add support for automatic language detection.
v0.3.2
- Fix HTML generator assuming all tokens will have default theme applied.