Skip to content

Tags: znkr/diff

Tags

v1.0.0-beta.4

Toggle v1.0.0-beta.4's commit message
textdiff: implement support for colored output

Coloring is only possible for unified diffs

v1.0.0-beta.3

Toggle v1.0.0-beta.3's commit message
plots: exclude from module

The plots directory contains files that relatively large but unnecessary.
Excluding them reduces the size of the module a little.

v1.0.0-beta.2

Toggle v1.0.0-beta.2's commit message
textdiff/testdata: exclude from module

Excluding the testdata from the module reduces the size of the module
significantly (the testdata directory is 36 MiB in size).

v1.0.0-beta.1

Toggle v1.0.0-beta.1's commit message
diff, textdiff: add position information to Edits

Also rename fields in textdiff to use LineNo instead of Pos to disambiguate the
meaning.