Java Diff Utils v4.11 Release Notes
-
🔄 Changed
- 🛠 bugfixing new UnifiedDiff reader
- header for each file
- skip empty lines
- 0️⃣ introduction of Meyers Diff Algorithm with Linear Space improvment (until matured this will not be the default diff algorithm)
- 0️⃣ introduction of DiffAlgorithmFactory to set the default diff algorithm DiffUtils use (
DiffUtils.withDefaultDiffAlgorithmFactory(MeyersDiffWithLinearSpace.factory());
)
- 🛠 bugfixing new UnifiedDiff reader