Skip to content

Loom 0.24.0

Choose a tag to compare

@cshaiku cshaiku released this 01 Sep 05:47
· 4 commits to main since this release

Loom 0.24.0 adds the next pre-1.0 foundation slice for the analyzer/generator/translator roadmap.

Highlights:

  • Implemented graph:components for source-tree component and dependency discovery across SwiftUI, WinUI XAML, and Qt inputs.
  • Added text, JSON, and DOT graph output.
  • Implemented project:build as an analysis-only manifest workflow that writes validation, source analysis, component graph, transfer, parity, and project summary artifacts.
  • Updated the sample workflow to produce component graph and project build outputs.
  • Updated README, roadmap, support docs, AI-agent docs, TODO, notes, and release checklist for v0.24.0.

Verification:

  • go test ./...
  • go vet ./...
  • go run ./cmd/loom verify --json
  • ./examples/sampleapp/analyze-sample-app.sh --overwrite

Remaining v1.0 blockers are the generator commands: generate:xaml, generate:swiftui, and generate:contracts, plus generated-fragment/contract integration into project:build.