Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit 8409ade

Browse files
committed
Update readme
1 parent 0f42824 commit 8409ade

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ A fork of [java-diff-utils](https://code.google.com/p/java-diff-utils/)
22

33
# Changelog
44

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+
517
## 1.5.0
618

719
- make Equalizer configurable. ([pull #1](https://github.com/eller86/java-diff-utils/pull/1))

0 commit comments

Comments
 (0)