Releases: mnapoli/FrontYAML
Releases · mnapoli/FrontYAML
2.0.3
What's Changed
- Slight wording change in the README by @settermjd in #28
- Allowing Symfony 7.x by @vworldat in #29
New Contributors
- @settermjd made their first contribution in #28
- @vworldat made their first contribution in #29
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
2.0.0
1.8.0
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
Added an adapter to use the League CommonMark package.
To use it, require league/commonmark
and then create the FrontYAML parser using the bridge:
use \Mni\FrontYAML\Bridge\CommonMark\CommonMarkParser;
$parser = new Mni\FrontYAML\Parser(null, new CommonMarkParser());