Releases: webuni/front-matter
Releases · webuni/front-matter
2.0.0
- Enable Symfony 7
- Remove support for CommonMark 1
- Integrate
exists
method into FrontMatterInterface
- Add factory method
FrontMatterChain::create
1.5.0
- 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
- Enable CommonMark 2
- Enable Symfony 6
- Improve YamlProcessor with yaml configuration
1.3.0
- 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
- Add CommonMark extension
- Add FrontMatterExistsInterface (@localheinz)
- Add fluent interface for Document
- Minimal PHP 7.2
- Minimal Twig 3
- Enable PHP 8
- Enable Symfony 5