Skip to content

v2.2.0 — Modular Framework Alignment

Latest

Choose a tag to compare

@caiolandgraf caiolandgraf released this 11 Jun 00:01
· 5 commits to main since this release
8fcd8c8

Summary

Grove v2.2.0 aligns the CLI and documentation with go-project-base v2.0.0 modular MSC architecture.

Changed

  • grove setup now scaffolds from go-project-base v2.0.0
  • All generators scaffold domain modules under internal/modules/<domain>/
  • make:resource registers modules in internal/modules/register.go
  • make:middleware scaffolds into internal/app/middleware/
  • make:relations defaults to scanning internal/modules/
  • Documentation updated for modular layout, Atlas program mode, and observability stack

Install

go install github.com/caiolandgraf/grove@v2.2.0