Releases: AymDev/CommonMarkBundle
Releases · AymDev/CommonMarkBundle
2.1.0 - Symfony 6 support
CommonMarkBundle v2 !
This new version requires PHP 7.4+ and league/commonmark v2. See the changelog for additional details.
1.3.1 - Installation of v1.3 in Symfony <5.1 works again
Fixes the installation error in application with Symfony < 5.1 (error was about setting the deprecation of old service IDs).
See the changelog.
1.3.0 - New service IDs & performance improvements
Deprecated the previous service IDs in favor of the new ones consisting in the converter name only.
Also improves performance by using a service locator in the Twig extension.
1.2.0 - New converter type
A new empty
converter type has been added to allow usage of converters without the core extension.
1.1.1 - Configuration fix
Bundle configuration fix for the options
key.
See the changelog.
1.1.0 - Twig filter
A commonmark
Twig filter has been added.
1.0.0 - First release !
See the README.md for full documentation.