Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 03:44
· 133 commits to main since this release
2ab65c8

Changelog

  • 27d1e01 Merge pull request #1 from SalvucciFacundo/feat/templ-htmx-frontend-1
  • f84dd7e Merge pull request #10 from SalvucciFacundo/feat/mcp-tools-serve-setup
  • d08ef96 Merge pull request #11 from SalvucciFacundo/feat/quality-infra
  • b199793 Merge pull request #12 from SalvucciFacundo/docs/commands-mcp-tools
  • ecd4505 Merge pull request #13 from SalvucciFacundo/docs/readme-architecture
  • 2ab65c8 Merge pull request #14 from SalvucciFacundo/fix/goreleaser-main
  • 622eed4 Merge pull request #5 from SalvucciFacundo/feat/templ-htmx-frontend-2
  • 7043d4b Merge pull request #6 from SalvucciFacundo/feat/templ-htmx-frontend-3
  • a2d3159 Merge pull request #7 from SalvucciFacundo/feat/templ-htmx-frontend-4
  • e3c6bf9 Merge pull request #8 from SalvucciFacundo/feat/templ-htmx-frontend
  • ee0d65f Merge pull request #9 from SalvucciFacundo/feat/generate-templ-views
  • ac2b05a ci: add format, vet, test, and lint quality gates
  • 4e06adb ci: use golangci-lint-action v6 for v1.64.8 and scope gofmt to Go files
  • 89b9d31 docs(sdd): archive generate-templ-views change and sync cli spec
  • b796ca5 docs(sdd): archive quality-infra change and sync cli spec
  • 31689c3 docs(sdd): archive templ-htmx-frontend change artifacts and sync cli spec
  • 6ee6fe4 feat(cli): add UseTemplHTMX wizard flag with config and go.mod wiring
  • 7274e22 feat(cli): add version subcommand with GoReleaser ldflags injection
  • aaf3beb feat(cli): print templ generate hint after web-enabled new
  • 936a8e6 feat(cli): wire use_templ_htmx gate and success hint into generate
  • eab9588 feat(mcp): add serve_project and setup_environment tools
  • 29d5d51 feat(mcp): expose page and component types in generate_component
  • a64a39a feat(mcp): expose useTemplHTMX in new_project tool
  • 84344a9 feat(scaffold): add templ page and component generation templates
  • 0e9e461 feat(scaffold): add templ+htmx web templates, binary asset, and web-aware main
  • efd0f45 feat(scaffold): generate templ page and component files with guards
  • c5b5778 fix(quality): resolve gofmt and errcheck findings for CI gate
  • ce0f148 fix(scaffold): drop empty internal/adapters and domain imports from hexagonal main
  • a2bc77b fix: generate ports interface in hexagonal CRUD scaffolding
  • de6a239 fix: point goreleaser main to the root package so version.go is included
  • 08139c7 refactor: translate user-facing messages and comments to English
  • b52878d test(scaffold): cover web build and counter handler functional behavior
  • 1ccbb92 test(scaffold): cover web file generation, main path/content, and asset integrity