https://github.com/games647/craftdiff
Summarizes the API differences between spigot versions
https://github.com/games647/craftdiff
api api-diffs gh-pages paperspigot spigot spongeapi sportbukkit
Last synced: 3 months ago
JSON representation
Summarizes the API differences between spigot versions
- Host: GitHub
- URL: https://github.com/games647/craftdiff
- Owner: games647
- License: unlicense
- Created: 2017-05-19T07:35:14.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T15:10:54.000Z (over 3 years ago)
- Last Synced: 2025-01-01T11:12:12.835Z (5 months ago)
- Topics: api, api-diffs, gh-pages, paperspigot, spigot, spongeapi, sportbukkit
- Homepage: https://games647.github.io/Craftdiff/spigot-version-diff.html
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Craftdiff
## Description
Summarizes the API differences between spigot versions. Then you can easy find what new methods
are available and what methods are removed.Currently it makes a diff between the 1.11 and 1.12 version of the spigot version.
## Usage
1. Generate a html reporting using Maven with this command
mvn verify
2. Open the target/japicmp/japicmp.html in your web browser## Examples
[Sponge 6.1 <-> Sponge 7.0](https://games647.github.io/Craftdiff/sponge-version-diff.html)
[Spigot 1.11 <-> Spigot 1.12](https://games647.github.io/Craftdiff/spigot-version-diff.html)
[PaperSpigot 1.12 <-> Spigot 1.12](https://games647.github.io/Craftdiff/paper-diff.html)
[Spigot 1.11 <-> Sportbukkit 1.11](https://games647.github.io/Craftdiff/sport-diff.html)