An open API service indexing awesome lists of open source software.

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

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)