Skip to content

Commit 2819485

Browse files
committed
[Task] fix mistake in todo.md example & remove unused html file
1 parent 7ee16d8 commit 2819485

File tree

2 files changed

+1
-140
lines changed

2 files changed

+1
-140
lines changed

‎style/example.html‎

Lines changed: 0 additions & 139 deletions
This file was deleted.

‎todo.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Wispy Template
1313
- [X] **:** [FEATURE] Condition evaluation (e.g., `{{ if .Title }}` or `{{ if .Title > 10 }}`)
1414
- - new function `ResolveCondition`
15-
- [X] **:** [FEATURE] Condition evaluation (e.g., `{{ each .item in ["key", "value"] }}` or `{{ each .item in .Items }}`)
15+
- [X] **:** [FEATURE] Condition evaluation (e.g., `{{ each item in ["key", "value"] }}` or `{{ each item in .Items }}`)
1616
- [X] **:** [BUG/FIX] Variable which are int's, bools, or floats not being resolved as strings when templating
1717
- - new function `stringify`
1818
- [X] **:** [BUG/FIX] Items not being properly assigned to `ctx.Props` and then fail to resolve

0 commit comments

Comments
 (0)