Java Diff Utils v4.10 Release Notes

  • 🔄 Changed

    • 🛠 bugfixing on new UnifiedDiff reader / writer for multifile usage
    • 🛠 bugfix for wrong DiffRow type while transforming from a patch that removed a line in one changeset
    • introduced change position into UnifiedDiff reader
    • 🔀 introduced first version of conflict output possibility (like GIT merge conflict)
      • moved verification to AbstractDelta
      • introduced ConflictOutput to Patch to add optional behaviour to patch conflicts