Version 1.0.6

March 17, 2021

Added

  • Added include method similar to Twig's include method so we can cache the MJML template once and then render the dynamic parts with Twig
  • Added support for <mj-include/> tags for the CLI option
  • Added mjmlCliIncludesPath config setting

Changed

  • Changed error handling to log more detailed error messages

Version 1.0.5

March 14, 2021

Added

  • Allow for optional CLI config settings (e.g. minify)

Version 1.0.4

April 1, 2020

Fixed

  • Always render template if in LivePreview mode (#11)

Version 1.0.3

March 24, 2020

Added

  • Added logging of CLI output when in devMode

Version 1.0.2

April 14, 2019

Fixed

  • Fixed a race condition where the wrong email contents sometimes was returned if two users triggered a render at the same time

Version 1.0.1

December 5, 2018

Fixed

  • Fixed bad references to mjmlCliPath

Version 1.0.0

December 5, 2018

Added

  • Initial release