This release fixes a small bug which removed the right whitespace trimming information (-}}
) when used with a ternary expression.
Example:
{{- ratingValue == 10 ? ratingValue : ratingValue -}}
^ this was dropped