Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: webuni/front-matter

2.1.0

08 Feb 08:22

Choose a tag to compare

What's Changed

  • Fixed PHP 8.4 deprecations by @joeworkman in #12
  • Drop PHP 7 support
  • Remove MtHAML filter
  • Add support for TOML v1.0.0

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

22 Feb 07:43

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

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

Choose a tag to compare

  • Enable CommonMark 2
  • Enable Symfony 6
  • Improve YamlProcessor with yaml configuration

1.3.0

30 Sep 21:42

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

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