Skip to content

Releases: BambooHR/twigify

Auto-format

11 May 15:47
Compare
Choose a tag to compare

By default the engine now reformats the input to properly indent nested HTML and Twig. By default indents with tabs. Use -s [number] to indent with spaces some number of spaces per identation. For example, -s 4 indents 4 spaces instead of a single tab.

Use -j or --jinja to enable output targeting Jinja instead of targeting Twig.

Cross platform improvements

03 May 20:48
Compare
Choose a tag to compare
  • Use getenv('HOME') instead of $_ENV['HOME']
  • try/catch around plugin execution.

composer.json improvement

03 May 19:55
Compare
Choose a tag to compare
v1.0.2

composer.json: don’t be overly specific about the version of nikic/ph…

Add license and author info to composer.json

28 Apr 17:31
Compare
Choose a tag to compare
v1.0.1

Add license and author to composer.json.

Initial open source release

28 Apr 17:12
Compare
Choose a tag to compare
v1.0.0

Transferring from jongardiner/twigify to bamboohr/twigify.