Full Changelog: https://github.com/mnapoli/FrontYAML/compare/2.0.5...2.0.6
Full Changelog: https://github.com/mnapoli/FrontYAML/compare/2.0.4...2.0.5
Full Changelog: https://github.com/mnapoli/FrontYAML/compare/2.0.3...2.0.4
Full Changelog: https://github.com/mnapoli/FrontYAML/compare/2.0.2...2.0.3
Authorize symfony/yaml v6 by @Jibbarth in https://github.com/mnapoli/FrontYAML/pull/27
Obligatory 2.0.1 bugfix release: widens PHP types.
#26 Switches to CommonMark, which is a much better Markdown parser. Parsedown is no longer installed.
Version 2 also requires PHP 7.4.
Nothing else has changed.
#23 Support PHP 8, dropped support for PHP 7.2
#21 Added support for Symfony 5 by @tomcoonen.
The required PHP version is now 7.2 or greater.
Support for PHP 5.3 and HHVM was dropped. Since Composer is the only way supported to install this package users should not have a BC break.
#13 Fix regex escaping
Compatibility with Symfony 3 and 2
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());
Parsedown instance into the ParsedownParser bridge. This allows to use ParsedownExtra.Now requires Parsedown >= 1.0.
Fixed bugs with single line Markdown
PHP 5.3 compatibility
First version.
How can I help you explore Laravel packages today?