- Ryan Ahearn updated for 4.1.0 and improved Tempfile usage.
- Anh Tran added the use of Open3.popen3 to support error raising for Mjml::Parse#run method.
- Max Mulatz, 🧟 squisher. Fixed a zombie process from the version checker (also cutest pull-request 🏆).
- Option to raise render errors added to the config by Anh Tran.
- Updated for MJML v4.0.0 thanks to JP Boily.
- Checks if Yarn is installed for webpacker users.
- Only raise error when really using mjml if binary is not found.
- Using IO.popen from tylerhunt's branch to check if the MJML binary is installed.
- Updated to support HAML and other template languages.
- Updated to work with MJML v2.x
- Performing executable checks and version checks at initialize time.
- Removing require: 'mjml' from the Gemfile install line.
- Updated to MJML v2.1.4
- Supports new tags in MJML v2.1.1
- Version number now matches MJML.io version
- First release.
- Supports MJML 1.x
- Allows use of ERb in templates
- Allows use of partials in templates