Java Diff Utils v2.0 Release Notes

Release Date: 2017-08-14 // over 6 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