Versions in this module Expand all Collapse all v0 v0.3.1 Jul 7, 2026 v0.3.0 Jul 7, 2026 Changes in this version + func RiskHeaderLine(level, summary string, heuristic bool) string + func TemplateFuncs() template.FuncMap v0.2.1 Jul 7, 2026 Changes in this version + func RenderWithTemplate(w io.Writer, art Artifact, format Format, outputTemplateFile string) error v0.2.0 Jul 7, 2026 Changes in this version type Artifact + RiskHeuristic bool v0.1.0 Jul 6, 2026 Changes in this version + const ChangelogSchemaVersion + const DigestSchemaVersion + const SchemaVersion + func Render(w io.Writer, art Artifact, format Format) error + func RenderChangelog(w io.Writer, art ChangelogArtifact, format Format) error + func RenderDigest(w io.Writer, art DigestArtifact, format Format) error + type Artifact struct + Commits []Commit + GeneratedAt time.Time + Model string + Offline bool + Provider string + Range string + ReviewMarkdown string + RiskLevel string + RiskSummary string + Stats Stats + type ChangelogArtifact struct + Breaking []ChangelogEntry + Categories map[string][]ChangelogEntry + GeneratedAt time.Time + MissingRequiredCategories []string + Range string + func NewChangelogArtifact(generatedAt time.Time, revRange string, cl gitlog.Changelog, ...) ChangelogArtifact + type ChangelogEntry struct + Breaking bool + Hash string + Subject string + type Commit struct + Author string + Date time.Time + Hash string + Subject string + type DigestArtifact struct + Days int + GeneratedAt time.Time + Repos []RepoDigest + Since time.Time + Until time.Time + type DigestAuthorStat struct + Author string + Commits int + LinesAdded int + LinesRemoved int + type DigestFileStat struct + Commits int + Path string + type DigestTopicStat struct + Commits int + Topic string + type Format string + const FormatJSON + const FormatMarkdown + const FormatText + type RepoDigest struct + ByAuthor []DigestAuthorStat + ByTopic []DigestTopicStat + Commits int + Err string + FilesChanged int + LinesAdded int + LinesRemoved int + Ok bool + Path string + TopFiles []DigestFileStat + type Stats struct + Commits int + FilesChanged int + LinesAdded int + LinesRemoved int