Updated TODO.
This commit is contained in:
parent
e6e482fa62
commit
3af495d458
13
TODO.md
13
TODO.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user