We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dd966 commit c57b109Copy full SHA for c57b109
TODO.md
@@ -1,18 +1,20 @@
1
# TODO
2
3
-* [ ] Base engine
+* [x] Base engine
4
* [x] Parser
5
* [x] Renderer
6
* [x] Data binding
7
-* [ ] Functions
8
-* [ ] Data context
+* [ ] Functions (add more...)
+* [x] Base Data context
9
+* [ ] Extended Data context (auto call getters)
10
* [x] Query resolver
11
* [x] DataTable
12
* [x] SelectItemsList (KeyValuePair[])
13
* [x] Conditions (if/elseif/else)
-* [x] Loops (foreach)
14
+* [x] Loops (foreach, for)
15
* [x] Iterate the tokenizer until we don't find a token
16
* [x] Eval context
-* [ ] Component declaration
17
+* [x] Component declaration
18
* [x] Fragment include
-* [x] Fragment extend
19
+* [x] Fragment extend
20
+* [x] Abstract templates
0 commit comments