Releases: StubbleOrg/Stubble.Helpers
Releases · StubbleOrg/Stubble.Helpers
v2.0.1 - Escape from The Tag
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
v1.1.3 - Always arguging our point
- This release fixes a bug with allowing multiple constant arguments #27
v1.0.25 - A helping hand 🙌
This is the first major release of the helpers project and it is now what we would consider to be ready for production.