Versions in this module Expand all Collapse all v0 v0.4.0 May 12, 2026 Changes in this version + type Differ struct + func NewDiffer(old, new []string) *Differ + func NewDifferJson(old, new any) (*Differ, error) + func (d *Differ) Diff() (string, error) + func (d *Differ) SetConfig(dc *params.DiffConfig) *Differ v0.3.0 Sep 26, 2025