- Add "mjml_version" as an optional parameter in configuration #83
- Fix deprecations related to return types #80
- Allow Symfony 6 #79
- Allow PHP 8 #70
- A new option to set the path to the node binary is available #35
- Remove suggest of SwiftMailer
- Better examples in README #57
- Add PHP 7.4 in continuous integration #55
- Replace PHP-CS-Fixer with EasyCodingStandard #54
- Use SF Mailer syntax for examples in README #58
- The Swiftmailer integration is deprecated #69
- Add CONTRIBUTING #61
- Supports Symfony 5 #45 #46
- Fix issue with the last version of Twig #48
- Allow setting validation level in config when using the binary renderer #44
- Supports MJML 4.5 by using --version instead -V #42
- Better exceptions for failed commands in BinaryRenderer #37
- Fix deprecation for symfony/config 4.2+ #40
- Add Symfony ^3.4 support #31
- Use gitattributes to keep tests out of production #32
- Fix Twig deprecations #29
- Add RendererInterface to allow new implementation
- Check MJML version only one time in BinaryRenderer
- Fix typo with "mimify" -> "minify"
- Add option to SwiftMailer plugin to ignore spool transport
- Fix detection of MJML 4.1
- Add plugin to integrate MJML with SwiftMailer
- Fix validation level for MJML 4
- Throw exception when MJML binary is not found
- Examples are now valid with MJML 4
- Compatibility with Symfony 4
- Big cleanup
- First release