Skip to content

Releases: aymanbagabas/go-udiff

v0.2.0

13 Dec 18:35
4ad777e
Compare
Choose a tag to compare

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

20 Jun 17:23
54452e1
Compare
Choose a tag to compare

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

15 May 15:28
abdfc87
Compare
Choose a tag to compare

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

29 Apr 00:08
9b12743
Compare
Choose a tag to compare

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

16 Apr 10:29
bfe5879
Compare
Choose a tag to compare