You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@ A fork of [java-diff-utils](https://code.google.com/p/java-diff-utils/)
2
2
3
3
# Changelog
4
4
5
+
## 2.0.0
6
+
7
+
- Change groupId and artifactId to prevent conflit with origin library: now 'com.github.java-diff-utils:java-diff-utils' instead of 'jp.skypencil.java-diff-utils:diffutils'
8
+
- Adds the ability to differentiate the inserted and deleted tags and class-names in inline-diff
9
+
- Default class-name is now `null` for deleted and inserted data, and "`change`" for change data
10
+
- Default tag for deleted data is `del`
11
+
- Default tag for inserted data is `ins`
12
+
- can now customize diff algorithm in `DiffRowGenerator.Builder`
13
+
- fix "equal" lines when lines isn't really equals (when Equalizer return equals on different strings)
14
+
- fix imbrication tag bug in lineDiff (when inline is on a multi-line chunk)
15
+
- Adds tha ability to skip data
16
+
5
17
## 1.5.0
6
18
7
19
- make Equalizer configurable. ([pull #1](https://github.com/eller86/java-diff-utils/pull/1))
0 commit comments