From 18a86cb7ab118132407d197e6c26d709850cc848 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:36:10 +0200 Subject: [PATCH] Updated TODO. --- TODO.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 5065098..a2fe202 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,6 @@ # TODO +## 0.2.0 - [ ] Separate out the following into separate, non-Groowt projects with their own repositories and the com.jessebrault namespace: - antlr gradle plugin @@ -7,8 +8,16 @@ - di - extensible - fp + +## 0.1.2 - [ ] di bug: @Singleton toSelf() causes stack overflow -- [ ] figure out how to make the GroovyClassLoader consistent between the groovy compiler configuration and the wvc + +## 0.1.1 +- [ ] `Switch` and `Case` components +- [ ] Fix bug with multiline nested component attributes. + +## 0.1.0 +- [x] figure out how to make the GroovyClassLoader consistent between the groovy compiler configuration and the wvc compiler configuration. -- [ ] figure out better closure transpilation for wvc. -- [ ] in di, figure out how to not error if there are no injected args and @Inject is not present. +- [x] figure out better closure transpilation for wvc. +- [x] in di, figure out how to not error if there are no injected args and @Inject is not present.