- Enable Symfony 7
- Remove support for CommonMark 1
- Integrate
exists
method intoFrontMatterInterface
- Add factory method
FrontMatterChain::create
- 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
- Enable CommonMark 2
- Enable Symfony 6
- Improve YamlProcessor with yaml configuration
- 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
- Add CommonMark extension
- Add FrontMatterExistsInterface
- Add fluent interface for Document
- Minimal PHP 7.2
- Minimal Twig 3
- Enable PHP 8
- Enable Symfony 5
- Update dependencies
- Enable Symfony 4
- Fix Twig loader
- Add predefined formats (https://gohugo.io/content/front-matter/)
- Add support for NEON
- Add support for Toml
- Enable Symfony 3.0
- Add support for Json
- Add support for Yaml
- Initial implementation