Updated TODO.

This commit is contained in:
JesseBrault0709 2024-06-12 08:28:15 +02:00
parent 18a86cb7ab
commit 755cf0c36d

View File

@ -15,6 +15,9 @@
## 0.1.1 ## 0.1.1
- [ ] `Switch` and `Case` components - [ ] `Switch` and `Case` components
- [ ] Fix bug with multiline nested component attributes. - [ ] Fix bug with multiline nested component attributes.
- [ ] `Each` with `Map`
- [ ] `Each` with children in addition to `render`
- [ ] `WhenNotEmpty` with `Map`
## 0.1.0 ## 0.1.0
- [x] figure out how to make the GroovyClassLoader consistent between the groovy compiler configuration and the wvc - [x] figure out how to make the GroovyClassLoader consistent between the groovy compiler configuration and the wvc