Major Version Change
Hey everyone,
This is a major version bump however depending on how you use the package you may not need to make any changes. We originally were not correctly mimicing the standard behaviour of mustache tags in that all results should be escaped unless you use {{{
a tripple mustache or {{&
.
If you know your content does not need to be escaped, or you'd prefer if it was, then carry on as normal.
If you'd rather it wasn't escaped then please update your templates to use {{{
mustache tags.
What's Changed
- Helper tag did not adhere to tag escaping rule by @Romanx and @vgrudenic in #33
Full Changelog: v1.1.3...v2.0.1