groowt/TODO.md
2024-06-12 09:20:46 +02:00

807 B

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
    • all util:
      • di
      • extensible
      • fp

0.1.2

  • di bug: @Singleton toSelf() causes stack overflow

0.1.1

  • Switch and Case components
  • Fix bug with multiline nested component attributes.
  • Each with Map
  • Each with children in addition to render
  • WhenNotEmpty with Map

0.1.0

  • 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.