Skip to content

Releases: justinsisley/mjml-utils

v2.2.1

23 Nov 21:29
Compare
Choose a tag to compare
  • Only attempt to build a given filePath if it's actually a file (ignore directories)

v2.2.0

17 Oct 20:52
Compare
Choose a tag to compare
  • The watch task now only attempts to compile files with the .mjml extension
  • The watch and build tasks will no longer crash when they encounter a template that they cannot build. This is particularly useful when using partial templates, which will not compile on their own, but can be included within another template by using the <mj-include> directive.
  • Updated dependencies: inquirer, mjml, nodemailer, yargs