Skip to content

Releases: ianbruene/go-difflib

Updates on testing

30 Jun 21:07
0565525
Compare
Choose a tag to compare

This release contains updates to the testing system, bringing the code in line with present day Go as of release time.

Unification of code. Expansion of Junk feature.

17 May 00:29
Compare
Choose a tag to compare

UnifiedDiff and ContextDiff are now aliases for LineDiffParams.

Junk functions are available for LineDiffParams.

Basic performance changes

28 Oct 19:52
Compare
Choose a tag to compare

Some methods tweaked to allocate fewer strings.

The StructuredDump method has been added. StructuredDump behaves like Dump, except that it returns a DiffLine structure instead of a string.

README update

09 Jun 21:26
936e03f
Compare
Choose a tag to compare
Merge pull request #3 from ianbruene/differ

Fixed missing Differ init in README.

New owner and features

09 Jun 21:16
ba0ce24
Compare
Choose a tag to compare

Ownership of project transferred to Ian Bruene.

Port of Differ class added.