Skip to content

Melody 1.7.5

Latest
Compare
Choose a tag to compare
@twbartel twbartel released this 29 May 05:59
· 2 commits to master since this release

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