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 Nov 12, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@ A fork of [java-diff-utils](https://code.google.com/p/java-diff-utils/)
2
2
3
3
# Changelog
4
4
5
+
## 2.1.0
6
+
7
+
- Removes the dependency on Guava
8
+
5
9
## 2.0.0
6
10
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'
11
+
- 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'
8
12
- Adds the ability to differentiate the inserted and deleted tags and class-names in inline-diff
9
13
- Default class-name is now `null` for deleted and inserted data, and "`change`" for change data
0 commit comments