Releases: phikiphp/phiki
Releases · phikiphp/phiki
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.
v0.2.9
- Fix certain themes failing to parse because of missing scope property.
v0.2.8
- Pass highlighted tokens to
TransformerInterface::tokens()
.
v0.2.7
- Add
data-line
to line spans to allow adding line numbers with CSS.
v0.2.6
- Add base theme styles to wrapper.