Skip to content

Releases: webuni/front-matter

2.0.0

22 Feb 07:43
Compare
Choose a tag to compare
  • Enable Symfony 7
  • Remove support for CommonMark 1
  • Integrate exists method into FrontMatterInterface
  • Add factory method FrontMatterChain::create

1.5.0

22 Feb 07:43
Compare
Choose a tag to compare
  • Remove indentation from front matter
  • Add front matter chain
  • Add support for Pug comment as front matter
  • Change line number preservation in Twig templates compatible with other template engines
  • Remove support for PHP 7.2 and 7.3

1.4.0

30 Sep 21:43
Compare
Choose a tag to compare
  • Enable CommonMark 2
  • Enable Symfony 6
  • Improve YamlProcessor with yaml configuration

1.3.0

30 Sep 21:42
Compare
Choose a tag to compare
  • Add {% line %} tag to preserve line numbers in Twig templates
  • Inject front matter data to Twig templates as template variables
  • Add support for Twig comment as front matter

1.2.0

04 Nov 21:07
Compare
Choose a tag to compare
  • Add CommonMark extension
  • Add FrontMatterExistsInterface (@localheinz)
  • Add fluent interface for Document
  • Minimal PHP 7.2
  • Minimal Twig 3
  • Enable PHP 8
  • Enable Symfony 5