File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff 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
3538Just 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
You can’t perform that action at this time.
0 commit comments