Java Diff Utils v2.0 Release Notes
Release Date: 2017-08-14 // over 8 years ago-
โ Added
- ๐ support for inline merge
- โ integrated JGit (Eclipse Licensed) to provide HistogramDiff to gain speed for large datasets
๐ Changed
- ๐ switch to maven and removed other artifacts
- changed groupid to com.github.java-diff-utils due to different forks at github
- โก๏ธ updated maven plugins
- JDK 1.8 compatibility, sorry if you have to stick with older versions
- ๐ฆ restructured packages heavily
- ๐ changed API
- ๐ changed Algorithm to provide only cursor positions
โ Removed
- โ removed all kinds of helper classes in favour of new JDK 8 function classes like Predicate