Skip to content

Releases: dandavison/delta

0.0.9

06 Sep 14:38
Compare
Choose a tag to compare
Bump version

Multiple edit detection

08 Aug 17:34
Compare
Choose a tag to compare

This release switches to a more sophisticated algorithm for inferring the edits responsible for transforming the old block of lines into their new version. Multiple deletion and insertion events will now be highlighted within a single pair of lines; previously the algorithm attempted to identify a single contiguous stretch of deleted/inserted characters.

0.0.7

29 Jul 02:32
Compare
Choose a tag to compare
Bump version

0.0.6

24 Jul 16:13
Compare
Choose a tag to compare

Automatically deployed release

0.0.5

22 Jul 14:19
Compare
Choose a tag to compare
Update Windows build

0.0.4

20 Jul 22:31
Compare
Choose a tag to compare
Use grapheme units for all visible character calculations

0.0.3

18 Jul 04:35
Compare
Choose a tag to compare
Bump version, update README and description

0.0.2

16 Jul 17:21
Compare
Choose a tag to compare
Bump version

0.0.1

16 Jul 16:21
Compare
Choose a tag to compare
Fix string pair edits algorithm