Releases: stacktower-io/stacktower
stacktower v1.3.0
Stacktower 1.3.0
A tool for visualizing dependency graphs as elegant "stack tower" diagrams.
Installation
Download the appropriate binary for your platform below, or install via Go:
go install github.com/stacktower-io/stacktower@v1.3.0Changelog
Full Changelog: v1.2.0...v1.3.0
stacktower v1.2.0
Stacktower 1.2.0
A tool for visualizing dependency graphs as elegant "stack tower" diagrams.
Installation
Download the appropriate binary for your platform below, or install via Go:
go install github.com/matzehuels/stacktower@v1.2.0Changelog
Features
- 6d6a042: feat: security scanning, CI hardening, and production GitHub App (@matzehuels)
Full Changelog: v1.0.1...v1.2.0
stacktower v1.0.1
Stacktower 1.0.1
A tool for visualizing dependency graphs as elegant "stack tower" diagrams.
Installation
Download the appropriate binary for your platform below, or install via Go:
go install github.com/matzehuels/stacktower@v1.0.1Changelog
Bug Fixes
- 2ad1a90: fix: use stored GitHub session for metadata enrichment (@matzehuels)
Full Changelog: v1.0.0...v1.0.1
stacktower v1.0.0
Stacktower 1.0.0
A tool for visualizing dependency graphs as elegant "stack tower" diagrams.
Installation
Download the appropriate binary for your platform below, or install via Go:
go install github.com/matzehuels/stacktower@v1.0.0Changelog
Others
- 08ca2f2: refactor: restructure codebase with pipeline package and improved tooling (@matzehuels)
Full Changelog: v0.2.2...v1.0.0
stacktower v0.2.2
Stacktower 0.2.2
A tool for visualizing dependency graphs as elegant "stack tower" diagrams.
Installation
Download the appropriate binary for your platform below, or install via Go:
go install github.com/matzehuels/stacktower@v0.2.2Changelog
Full Changelog: v0.2.1...v0.2.2
stacktower v0.2.1
Stacktower 0.2.1
A tool for visualizing dependency graphs as elegant "stack tower" diagrams.
Installation
Download the appropriate binary for your platform below, or install via Go:
go install github.com/matzehuels/stacktower@v0.2.1Changelog
Others
- e1862b0: chorse: Fix formatting (@matzehuels)
- cdc3559: chorse: Improve quality of repo (@matzehuels)
Full Changelog: v0.2.0...v0.2.1
stacktower v0.2.0
Stacktower 0.2.0
A tool for visualizing dependency graphs as elegant "stack tower" diagrams.
Installation
Download the appropriate binary for your platform below, or install via Go:
go install github.com/matzehuels/stacktower@v0.2.0Changelog
Features
- 04217e2: feat(render): add JSON output format for tower layout (@matzehuels)
- 45b4b78: feat(render): add multi-format output and enhance JSON serialization (@matzehuels)
Others
- 5580558: doc: Update readme with disclaimer (@matzehuels)
- d658c8f: refactor(tower): reorganize package into feature, layout, and sink subpackages (@matzehuels)
Full Changelog: v0.1.1...v0.2.0