There was an error while loading. Please reload this page.
1 parent 7ee16d8 commit 2819485Copy full SHA for 2819485
style/example.html
todo.md
@@ -12,7 +12,7 @@
12
## Wispy Template
13
- [X] **:** [FEATURE] Condition evaluation (e.g., `{{ if .Title }}` or `{{ if .Title > 10 }}`)
14
- - new function `ResolveCondition`
15
-- [X] **:** [FEATURE] Condition evaluation (e.g., `{{ each .item in ["key", "value"] }}` or `{{ each .item in .Items }}`)
+- [X] **:** [FEATURE] Condition evaluation (e.g., `{{ each item in ["key", "value"] }}` or `{{ each item in .Items }}`)
16
- [X] **:** [BUG/FIX] Variable which are int's, bools, or floats not being resolved as strings when templating
17
- - new function `stringify`
18
- [X] **:** [BUG/FIX] Items not being properly assigned to `ctx.Props` and then fail to resolve
0 commit comments