This repository has been archived by the owner on Jun 24, 2018. It is now read-only.
Releases: KengoTODA/java-diff-utils
Releases · KengoTODA/java-diff-utils
1.4.1: bugfix
CHANGELOG
- bugfix: parse method should be public
HOW TO USE
You can download .jar file from Maven Central repository.
<dependency>
<groupId>jp.skypencil.java-diff-utils</groupId>
<artifactId>diffutils</artifactId>
<version>1.4.1</version>
</dependency>
1.4.0: the first forked version
CHANGELOG
- switch from JDK5 to JDK7
- add Guava to dependency
- let user uses other string to represent line which does not exist
- implement event based parser like SAX (in difflib.event package)
HOW TO USE
You can download .jar file from Maven Central repository.
<dependency>
<groupId>jp.skypencil.java-diff-utils</groupId>
<artifactId>diffutils</artifactId>
<version>1.4.0</version>
</dependency>