Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 13:14
· 60 commits to main since this release

Support arbitrary Gleam syntax in value, if-condition and for-loop source locations. This means that more work can be done by the compiled template file rather than having to preprocess data before rendering the template.

The template system does not parse the Gleam expressions and so will allow invalid Gleam syntax to be added which will cause an error with the Gleam compiler.

Thank you to @lpil for the suggestion.