Skip to content

Releases: ianbruene/go-difflib

Updates on testing

Choose a tag to compare

@ianbruene ianbruene released this 30 Jun 21:07
0565525

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.

Choose a tag to compare

@ianbruene ianbruene released this 17 May 00:29

UnifiedDiff and ContextDiff are now aliases for LineDiffParams.

Junk functions are available for LineDiffParams.

Basic performance changes

Choose a tag to compare

@ianbruene ianbruene released this 28 Oct 19:52

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

Choose a tag to compare

@ianbruene ianbruene released this 09 Jun 21:26
936e03f
Merge pull request #3 from ianbruene/differ

Fixed missing Differ init in README.

New owner and features

Choose a tag to compare

@ianbruene ianbruene released this 09 Jun 21:16
ba0ce24

Ownership of project transferred to Ian Bruene.

Port of Differ class added.