Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c3a2b5

Browse files
authored
Merge pull request#35 from koppor/add-changelog-md
Move CHANGELOG to separate file CHANGELOG.md
2 parents4719139 +535ecf3 commit1c3a2b5

File tree

2 files changed

+82
-33
lines changed

2 files changed

+82
-33
lines changed

‎CHANGELOG.md‎

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
#Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on[Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
This project uses a custom versioning scheme (and not[Semantic Versioning](https://semver.org/spec/v2.0.0.html)).
7+
8+
##[Unreleased]
9+
10+
###Changed
11+
12+
* Exchange`0 += 1` for`0 = 1` in UnifiedDiffUtils
13+
14+
##[4.0] – 2019-01-09
15+
16+
###Changed
17+
18+
* moved to organisation**java-diff-utils**
19+
* changed groupid to**io.github.java-diff-utils** and artifact id to**java-diff-utils**
20+
21+
##[3.0] – 2018-10-18
22+
23+
###Added
24+
25+
* Introduced a process listener to diff algorithms. For long running
26+
diffs one could implement some progress information.
27+
* automatic module name for JDK 9 and higher usage
28+
29+
###Changed
30+
31+
* changed generation of inline diffes, if there are different linefeeds within one diff, then these are excluded from the diff block.
32+
33+
###Removed
34+
35+
* Due to licensing issues Delta.java and DiffAlgorithm.java were removed.
36+
37+
##[2.2] – 2017-11-09
38+
39+
###Added
40+
41+
* released at maven central
42+
* included checkstyle source code conventions
43+
* allow configurable splitting of lines to define the blocks to compare (words, characters, phrases).
44+
45+
###Changed
46+
47+
* groupid changed to**com.github.wumpz**, due to maven central releasing
48+
49+
##[2.0] – 2017-08-14
50+
51+
###Added
52+
53+
* support for inline merge
54+
* integrated JGit (Eclipse Licensed) to provide HistogramDiff to gain speed for large datasets
55+
56+
###Changed
57+
58+
* switch to maven and removed other artifacts
59+
* changed groupid to**com.github.java-diff-utils** due to different forks at github
60+
* updated maven plugins
61+
* JDK 1.8 compatibility, sorry if you have to stick with older versions
62+
* restructured packages heavily
63+
* changed API
64+
* changed Algorithm to provide only cursor positions
65+
66+
###Removed
67+
68+
* removed all kinds of helper classes in favour of new JDK 8 function classes like Predicate
69+
70+
##1.2
71+
72+
###Added
73+
74+
* JDK 1.5 compatibility
75+
* Ant build script
76+
* Generate output in unified diff format (thanks for Bill James)
77+
78+
[Unreleased]:https://github.com/java-diff-utils/java-diff-utils/compare/java-diff-utils-4.0...HEAD
79+
[4.0]:https://github.com/java-diff-utils/java-diff-utils/compare/diff-utils-3.0...java-diff-utils-4.0
80+
[3.0]:https://github.com/java-diff-utils/java-diff-utils/compare/diff-utils-2.2...diff-utils-3.0
81+
[2.2]:https://github.com/java-diff-utils/java-diff-utils/compare/diff-utils-2.0...diff-utils-2.2
82+

‎README.md‎

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -51,39 +51,6 @@ This is a test ~senctence~**for diffutils**.
5151

5252
But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
5353

54-
###Changelog ###
55-
* Version 4.0-SNAPSHOT
56-
* moved to organisation**java-diff-utils**
57-
* changed groupid to**io.github.java-diff-utils** and artifact id to**java-diff-utils**
58-
* Version 3.0
59-
* changed generation of inline diffes, if there are different linefeeds within one diff, then these are excluded
60-
from the diff block.
61-
* Due to licensing issues Delta.java and DiffAlgorithm.java were removed.
62-
* Version 2.3-SNAPSHOT
63-
* Introduced a process listener to diff algorithms. For long running
64-
diffs one could implement some progress information.
65-
* automatic module name for JDK 9 and higher usage
66-
* Version 2.2
67-
* released at maven central
68-
* included checkstyle source code conventions
69-
* groupid changed to**com.github.wumpz**, due to maven central releasing
70-
* allow configurable splitting of lines to define the blocks to compare (words, characters, phrases).
71-
* Version 2.0
72-
* switch to maven and removed other artifacts
73-
* changed groupid to**com.github.java-diff-utils** due to different forks at github
74-
* updated maven plugins
75-
* JDK 1.8 compatibility, sorry if you have to stick with older versions
76-
* support for inline merge
77-
* restructured packages heavily
78-
* changed API
79-
* changed Algorithm to provide only cursor positions
80-
* integrated JGit (Eclipse Licensed) to provide HistogramDiff to gain speed for large datasets
81-
* removed all kinds of helper classes in favour of new JDK 8 function classes like Predicate
82-
* Version 1.2
83-
* JDK 1.5 compatibility
84-
* Ant build script
85-
* Generate output in unified diff format (thanks for Bill James)
86-
8754
##Source Code conventions
8855

8956
Recently a checkstyle process was integrated into the build process. java-diff-utils follows the sun java format convention. There are no TABs allowed. Use spaces.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp