Releases: phikiphp/phiki
Releases · phikiphp/phiki
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.
v0.3.1
- Fix not being able to pass array of themes to CommonMark extension.
v0.3.0
- Add support for highlighting with multiple themes (see README).
- Disable wrapping
<div>
element by default - add option to enabled (see CommonMark section in README). - Remove bad Transformer API.
- This was undocumented because I wasn't happy with the API and the way it was designed, so I've removed in this release and will reevaulate for a future release.
- Various tidies.