Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork209
Move CHANGELOG to separate file CHANGELOG.md#35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
82 changes: 82 additions & 0 deletionsCHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| # Changelog | ||
| All notable changes to this project will be documented in this file. | ||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
| This project uses a custom versioning scheme (and not [Semantic Versioning](https://semver.org/spec/v2.0.0.html)). | ||
| ## [Unreleased] | ||
| ### Changed | ||
| * Exchange `0 += 1` for `0 = 1` in UnifiedDiffUtils | ||
| ## [4.0] – 2019-01-09 | ||
| ### Changed | ||
| * moved to organisation **java-diff-utils** | ||
| * changed groupid to **io.github.java-diff-utils** and artifact id to **java-diff-utils** | ||
| ## [3.0] – 2018-10-18 | ||
| ### Added | ||
| * Introduced a process listener to diff algorithms. For long running | ||
| diffs one could implement some progress information. | ||
| * automatic module name for JDK 9 and higher usage | ||
| ### Changed | ||
| * changed generation of inline diffes, if there are different linefeeds within one diff, then these are excluded from the diff block. | ||
| ### Removed | ||
| * Due to licensing issues Delta.java and DiffAlgorithm.java were removed. | ||
| ## [2.2] – 2017-11-09 | ||
| ### Added | ||
| * released at maven central | ||
| * included checkstyle source code conventions | ||
| * allow configurable splitting of lines to define the blocks to compare (words, characters, phrases). | ||
| ### Changed | ||
| * groupid changed to **com.github.wumpz**, due to maven central releasing | ||
| ## [2.0] – 2017-08-14 | ||
| ### Added | ||
| * support for inline merge | ||
| * integrated JGit (Eclipse Licensed) to provide HistogramDiff to gain speed for large datasets | ||
| ### Changed | ||
| * switch to maven and removed other artifacts | ||
| * changed groupid to **com.github.java-diff-utils** due to different forks at github | ||
| * updated maven plugins | ||
| * JDK 1.8 compatibility, sorry if you have to stick with older versions | ||
| * restructured packages heavily | ||
| * changed API | ||
| * changed Algorithm to provide only cursor positions | ||
| ### Removed | ||
| * removed all kinds of helper classes in favour of new JDK 8 function classes like Predicate | ||
| ## 1.2 | ||
| ### Added | ||
| * JDK 1.5 compatibility | ||
| * Ant build script | ||
| * Generate output in unified diff format (thanks for Bill James) | ||
| [Unreleased]: https://github.com/java-diff-utils/java-diff-utils/compare/java-diff-utils-4.0...HEAD | ||
| [4.0]: https://github.com/java-diff-utils/java-diff-utils/compare/diff-utils-3.0...java-diff-utils-4.0 | ||
| [3.0]: https://github.com/java-diff-utils/java-diff-utils/compare/diff-utils-2.2...diff-utils-3.0 | ||
| [2.2]: https://github.com/java-diff-utils/java-diff-utils/compare/diff-utils-2.0...diff-utils-2.2 | ||
33 changes: 0 additions & 33 deletionsREADME.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.