1.5.8 - Template command improvements and more
Template push improvements
The templates push
command now only pushes local templates to Postmark if they were modified or newly added. Prior to v1.5.8
, all local templates were pushed regardless of whether they were modified or not. This made it tough to see what templates actually changed in the review output.
If you prefer to force push all templates, regardless of their state, include the --all
argument. The review output will also tell you whether a template was unmodified, modified, or added.
Template preview subject line rendering
The subject line in the template preview tool now renders your mustachio syntax with the values in your test template model. Subject lines that previously looked like this:
Now look like this:
The template preview tool will also show validation errors if there was an issue compiling the subject line:
Template preview external links
The preview tool now opens all external links in your templates in a new window. This prevents buggy behavior whenever selecting a link.
Security fixes
A few automated security vulnerability fixes were included with this release.