This repository was archived by the owner on Feb 3, 2026. It is now read-only.
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