This repository was archived by the owner on Nov 12, 2019. It is now read-only.
Version 2.0.0
Added
- Add the ability to differentiate the inserted and deleted tags and class-names in inline-diff
- Add tha ability to skip data
- Can now customize diff algorithm in
DiffRowGenerator.Builder
Fixed
- Fix "equal" lines when lines isn't really equals (when Equalizer return equals on different strings)
- Fix imbrication tag bug in lineDiff (when inline is on a multi-line chunk)
Changed
- Change groupId and artifactId to prevent conflict with origin library: now 'com.github.java-diff-utils:java-diff-utils' instead of 'jp.skypencil.java-diff-utils:diffutils'
- Default class-name is now
null
for deleted and inserted data, and "change
" for change data - Default tag for deleted data is
del
- Default tag for inserted data is
ins
- Changed build system from Maven to Gradle