fix: template expression precedence

This commit is contained in:
Michael Hoffmann
2022-12-02 19:47:43 +01:00
parent 99298c8ace
commit 6b74f88b3d
7 changed files with 10824 additions and 9401 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 1.0.0 - 2022-12-02
breaking:
* remove `template_if_branch` and `template_else_branch`
fix:
* fix precedence in template expressions
## 0.7.0 - 2022-06-02
housekeeping: