Skip to content

Releases: phikiphp/phiki

v0.2.3

13 Oct 23:49
Compare
Choose a tag to compare
  • Add a data-language attribute to generated <pre> tag.
  • Add a language-[name] class to generate <pre> tag.

v0.2.2

09 Oct 23:36
Compare
Choose a tag to compare
  • Wrap RegEx execution in try/catch for safety.

v0.2.1

09 Oct 23:23
Compare
Choose a tag to compare
  • Add various manual patches for complex patterns with non-PCRE compatible features.

v0.2.0

09 Oct 00:25
0361aa0
Compare
Choose a tag to compare
  • Refined API with support for extensions and Environment building.
  • Added support for transformers.

v0.1.3

08 Oct 16:12
Compare
Choose a tag to compare
  • Fix themes without editor.background and editor.foreground not working.
  • Add txt back in to the repository.

v0.1.2

08 Oct 16:06
Compare
Choose a tag to compare
  • Reset anchor positions between lines.

v0.1.1

07 Oct 21:34
Compare
Choose a tag to compare
  • Add a terminal output generator and codeToTerminal method.

v0.1.0

07 Oct 18:46
54706cb
Compare
Choose a tag to compare
  • Add new Grammar and Theme enums for retrieving default set of resources.

v0.0.10

07 Oct 12:47
63afe25
Compare
Choose a tag to compare
  • Pull in all themes and grammars supported by Shiki by default.

v0.0.9

06 Oct 23:59
c1fd410
Compare
Choose a tag to compare
  • Add very basic support for begin/while patterns.