Releases: aymanbagabas/go-udiff
Releases · aymanbagabas/go-udiff
v0.2.0
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
v0.1.3
Fix strange unified diff golang/go#60379
What's Changed
- Import upstream package [create-pull-request] by @github-actions in #7
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Import upstream package [create-pull-request] by @github-actions in #6
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- docs: fix variable name in readme example by @steverusso in #3
- Import upstream package [create-pull-request] by @github-actions in #4
New Contributors
- @steverusso made their first contribution in #3
- @github-actions made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
First release
Full Changelog: https://github.com/aymanbagabas/go-udiff/commits/v0.1.0