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