Skip to content

Commit 395faf5

Browse files
authored
Update README.md
1 parent 0781877 commit 395faf5

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@ This library implements Myer's diff algorithm. But it can easily replaced by any
2222
* switch to maven and removed other artifacts
2323
* changed groupid to *com.github.java-diff-utils* due to different forks at github
2424
* updated maven plugins
25-
* JDK 1.7 compatibility
25+
* JDK 1.8 compatibility
26+
* support for inline merge
27+
* restructured packages
28+
* changed API
2629
* Version 1.2
2730
* JDK 1.5 compatibility
2831
* Ant build script
2932
* Generate output in unified diff format (thanks for Bill James)
3033

3134
### To Install ###
3235

33-
This jar is not yet to get at maven central.
36+
**This jar is not yet to get at maven central.**
3437

3538
Just add the code below to your maven dependencies:
3639
```
@@ -40,14 +43,3 @@ Just add the code below to your maven dependencies:
4043
<version>1.2.1</version>
4144
</dependency>
4245
```
43-
44-
## Coming eventually ##
45-
46-
* support for inline diffs in output
47-
* helpers for showing side-by-side, line-by-line diffs or text with inter-line and intra-line change highlights
48-
* customization of diff algorithm for better experience while computing diffs between strings (ignoring blank lines or spaces, etc)
49-
* generating output in other formats (not only unified). E.g. CVS.
50-
51-
### Tutorials ###
52-
53-
http://www.adictosaltrabajo.com/tutoriales/tutoriales.php?pagina=CompararFicherosJavaDiffUtils (in Spanish). Thanks Miguel

0 commit comments

Comments
 (0)