Updated TODO.

This commit is contained in:
JesseBrault0709 2024-06-12 09:44:34 +02:00
parent e6e482fa62
commit 3af495d458

13
TODO.md
View File

@ -1,5 +1,17 @@
# TODO # TODO
## 0.3.0
- [ ] Explore slightly different syntax for web view components to allow better InteliJ and Groovy integration.
For example:
```
@package mysite
@import mysite.Component
<html>
<Component componentAttrWithParams={ key, value -> <Echo>$key: $value</Echo>} />
</html>
```
## 0.2.0 ## 0.2.0
- [ ] Separate out the following into separate, non-Groowt projects with their own repositories and the com.jessebrault - [ ] Separate out the following into separate, non-Groowt projects with their own repositories and the com.jessebrault
namespace: namespace:
@ -8,6 +20,7 @@
- di - di
- extensible - extensible
- fp - fp
- [ ] Remove gradle plugins and whatnot until we actually build the whole framework
## 0.1.2 ## 0.1.2
- [ ] di bug: @Singleton toSelf() causes stack overflow - [ ] di bug: @Singleton toSelf() causes stack overflow