Skip to content

Releases: sourcegraph/go-diff

v0.8.0

Choose a tag to compare

@keegancsmith keegancsmith released this 24 Apr 08:08
654d317

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.6.0: removing protobuf files

Choose a tag to compare

@keegancsmith keegancsmith released this 04 Sep 19:49
96789e3

This release bumps the minor version since we have removed the protobuf generated structs, and have instead replaced them with plain go structs. We bumped minor versions since this removed all the protobuf related methods on the generated structs, as well as moving to *time.Time instead of pbtypes.Timestamp.

New since v0.5.3:

  • remove protobuf types (#51)
  • Detect file header, when parsing Hunk (#53)
  • diff: support renamed, updated binary file (#38)
  • Add handling added/deleted files in diff (#50)

Basic binary file diff support

Choose a tag to compare

@eseliger eseliger released this 27 May 11:52
f935979
v0.5.3

Add basic support for binary diffs (#46)

v0.5.2

Choose a tag to compare

@eseliger eseliger released this 12 May 14:53
8c3ae63
Add support for special characters in file names (#45)

v0.5.0: Merge pull request #22 from dmitris/gomod

Choose a tag to compare

@keegancsmith keegancsmith released this 10 Oct 11:31
c613306
add go.mod files, set GO111MODULE=on in Travis build