All Versions
14
Latest Version
Avg Release Cycle
239 days
Latest Release
571 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.15 Changes
November 23, 2024What's Changed
๐ Changes and new Features
- โก๏ธ Update README.md by @mlesniak in #153
- โ Added ability to apply patch to existing list inplace by @andre161292 in #152
- โก๏ธ Optimize CI a bit by @Goooler in #155
- โก๏ธ Update JavaDoc for DiffUtils class by @mhamadli in #163
- โ Add generateOriginalAndDiff method and test class by @1506085843 in #164
- ๐ A problem was found and fixed about #164 by @1506085843 in #170
- Typo on diff author's name by @pierrebailletsonos in #176
- ๐ Fixes #182 by parsing diffs with 'Binary files' by @machadoit in #183
- ๐ Fix confusing javadoc documentation for reportLinesUnchanged by @anomal in #186
- โฌ๏ธ Bump org.eclipse.jgit:org.eclipse.jgit from 5.8.1.202007141445-r to 5.13.3.202401111512-r in /java-diff-utils-jgit by @dependabot in #187
๐ New Contributors
- @mlesniak made their first contribution in #153
- @andre161292 made their first contribution in #152
- @Goooler made their first contribution in #155
- @mhamadli made their first contribution in #163
- @1506085843 made their first contribution in #164
- @pierrebailletsonos made their first contribution in #176
- @machadoit made their first contribution in #183
- @anomal made their first contribution in #186
- @dependabot made their first contribution in #187
Full Changelog : java-diff-utils-parent-4.12...java-diff-utils-parent-4.15
-
v4.12 Changes
July 22, 2022What's Changed
๐ Changes and new Features
- Fizzy apply by @anatawa12 in #125
- ๐ Fix a typo in ComputeDifference.java by @sebkur in #140
- ๐ Fix for #141 by @helbaroudy in #144
- โก๏ธ Update version in gradle example of README by @okue in #145
๐ New Contributors
- @anatawa12 made their first contribution in #125
- @sebkur made their first contribution in #140
- @helbaroudy made their first contribution in #144
- @okue made their first contribution in #145
Full Changelog : java-diff-utils-parent-4.11...java-diff-utils-parent-4.12
-
v4.11 Changes
September 08, 2021๐ 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
-
v4.10 Changes
๐ 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
ConflictOutputtoPatchto add optional behaviour to patch conflicts
- moved verification to
-
v4.9 Changes
December 13, 2020๐ Changed
- ๐ make patch serializable
-
v4.8 Changes
December 13, 2020๐ Changed
- ๐ some bugfixes regarding unified diff writer
- โ UnifiedDiffReader improved for deleted file mode and better timestamp recognition
- ๐ UnifiedDiffReader improved for new file mode and better timestamp recognition
-
v4.7 Changes
June 21, 2020๐ Changed
- ๐ minor bug fixes
- optional include equal parts of original and revised data
- API change: removed DiffException completely
- ๐จ added possibility to process diffs to for instance show whitespace characters
-
v4.5
November 25, 2019 -
v4.4 Changes
November 06, 2019๐ Changed
- java-diff-utils is now a multi module project. The main project java-diff-utils now comes without any dependencies.
- started reimplementation of unified diff tools
- Exchange
0 += 1for0 = 1in UnifiedDiffUtils - โ
preview of new Unified Diff Reader / Writer. This is not yet feature complete but passes the tests of the old version.
- feel free to issue some change requests for the api.
- introduces lineNormalizer extension point to e.g. change html code encoding. (issue #41)
-
v4.0 Changes
January 09, 2019๐ Changed
- moved to organisation java-diff-utils
- changed groupid to io.github.java-diff-utils and artifact id to java-diff-utils