Skip to content

v1.11.3

Compare
Choose a tag to compare
@odino odino released this 22 Mar 20:05
· 161 commits to master since this release

This is a patch release that fixes a nasty scenario with string interpolation (#330). You can now interpolate variables both with $var and ${var} so that variables can be embedded within other strings "string${var}string" (#331).