All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0 - 2021-12-04
- support for Symfony v6
- PHP CodeSniffer, PHP Compatibility, PHPCPD, PHPStan & PHPStan strict rules to the CI
2.0.0 - 2021-11-14
- minimal league/commonmark supported version is v2.0
- minimal PHP supported version is 7.4
- converter service IDs as
aymdev_commonmark.converter.CONVERTER_NAME
1.3.1 - 2020-11-08
- definition deprecation for old service IDs has been corrected for Symfony < 5.1
1.3.0 - 2020-11-07
- converter names as services IDs
- converter service IDs as
aymdev_commonmark.converter.CONVERTER_NAME
- Replace Twig extension constructor arguments with a service locator to improve performances
1.2.0 - 2020-10-25
- New
emptyconverter type
1.1.1 - 2020-10-24
- the converter
optionsconfiguration key is not ignored anymore
1.1.0 - 2020-10-23
- Twig
commonmarkfilter
1.0.0 - 2020-10-16
- Bundle base