Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Melody 1.7.5

Latest

Choose a tag to compare

@twbartel twbartel released this 29 May 05:59
· 3 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