Skip to content

Releases: AymDev/CommonMarkBundle

2.1.0 - Symfony 6 support

Choose a tag to compare

@AymDev AymDev released this 04 Dec 18:28

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

CommonMarkBundle v2 !

Choose a tag to compare

@AymDev AymDev released this 14 Nov 17:05

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

Choose a tag to compare

@AymDev AymDev released this 08 Nov 10:56

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

Choose a tag to compare

@AymDev AymDev released this 08 Nov 10:52

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

Choose a tag to compare

@AymDev AymDev released this 08 Nov 10:48

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

1.1.1 - Configuration fix

Choose a tag to compare

@AymDev AymDev released this 08 Nov 10:44

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

1.1.0 - Twig filter

Choose a tag to compare

@AymDev AymDev released this 08 Nov 10:42

A commonmark Twig filter has been added.

1.0.0 - First release !

Choose a tag to compare

@AymDev AymDev released this 08 Nov 10:39

See the README.md for full documentation.