Versions in this module Expand all Collapse all v0 v0.0.2 Jul 31, 2026 Changes in this version + type TextDifferService struct + func NewTextDifferService() *TextDifferService + func (t *TextDifferService) DiffContents(oldContent, newContent string) string + func (t *TextDifferService) UnifiedDiff(oldLabel, newLabel, oldContent, newContent string) string v0.0.1-beta May 20, 2026