Skip to content

Releases: AymDev/CommonMarkBundle

2.1.0 - Symfony 6 support

04 Dec 18:28
Compare
Choose a tag to compare

Also adds multiple tools in CI: PHP CodeSniffer, PHPStan, ...
See the changelog.

CommonMarkBundle v2 !

14 Nov 17:05
Compare
Choose a tag to compare

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

08 Nov 10:56
Compare
Choose a tag to compare

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

08 Nov 10:52
Compare
Choose a tag to compare

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

08 Nov 10:48
Compare
Choose a tag to compare

A new empty converter type has been added to allow usage of converters without the core extension.

1.1.1 - Configuration fix

08 Nov 10:44
Compare
Choose a tag to compare

Bundle configuration fix for the options key.
See the changelog.

1.1.0 - Twig filter

08 Nov 10:42
Compare
Choose a tag to compare

A commonmark Twig filter has been added.

1.0.0 - First release !

08 Nov 10:39
Compare
Choose a tag to compare

See the README.md for full documentation.