From 3af495d45876f3e88bb5d7968a1dae2791eb5c2b Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:44:34 +0200 Subject: [PATCH] Updated TODO. --- TODO.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/TODO.md b/TODO.md index b8429fd..2466268 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,17 @@ # 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 + + + $key: $value} /> + +``` + ## 0.2.0 - [ ] Separate out the following into separate, non-Groowt projects with their own repositories and the com.jessebrault namespace: @@ -8,6 +20,7 @@ - di - extensible - fp +- [ ] Remove gradle plugins and whatnot until we actually build the whole framework ## 0.1.2 - [ ] di bug: @Singleton toSelf() causes stack overflow