Context Lines, Breaking Change!
µDiff now supports specifying surrounding context lines of the generated diff. Both udiff.ToUnifiedDiff
and udiff.ToUnified
now take a new argument to specify the number of context lines. You can use udiff.DefaultContextLines
as a default value.
Full Changelog: v0.1.3...v0.2.0