Skip to content

Releases: sourcegraph/go-diff

v0.6.0: removing protobuf files

04 Sep 19:49
96789e3

Choose a tag to compare

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

27 May 11:52
f935979

Choose a tag to compare

v0.5.3

Add basic support for binary diffs (#46)

v0.5.2

12 May 14:53
8c3ae63

Choose a tag to compare

Add support for special characters in file names (#45)

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

10 Oct 11:31
c613306

Choose a tag to compare

add go.mod files, set GO111MODULE=on in Travis build