Please post a comment at the corresponding release if you find a bug!
- None!
(which means I should improve my tests, I guess)
Fixed bugs
- Expressions containing delimiters in strings parse incorrectly. E.g.
{$var . "}"}will break. For now, a workaround is wrapping the string in parentheses, e.g.{$var . ("}")}. Fixed in 0.2.1