https://github.com/intellectualsites/plotsquared-diff
This repository tracks changes between major PlotSquared releases.
https://github.com/intellectualsites/plotsquared-diff
Last synced: 5 months ago
JSON representation
This repository tracks changes between major PlotSquared releases.
- Host: GitHub
- URL: https://github.com/intellectualsites/plotsquared-diff
- Owner: IntellectualSites
- License: mit
- Created: 2023-01-08T12:46:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T07:08:45.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T21:47:57.648Z (about 2 years ago)
- Language: HTML
- Homepage: https://intellectualsites.github.io/plotsquared-diff/
- Size: 909 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plotsquared-diff
This repository tracks API and source code changes between major PlotSquared releases.
- The `api-diff/` folder contains API differences generated using [japicmp](https://github.com/siom79/japicmp):
```sh
java -jar japicmp-0.17.2-jar-with-dependencies.jar -n plotsquared-bukkit-7.0.0.jar -o bukkitV6.jar --ignore-missing-classes --html-file plotsquared-bukkit-v6-to-v7.html -m -a public
```
- The `source-diff/` folder contains full source code differences generated using [diff2html](https://github.com/rtfpessoa/diff2html-cli):
```sh
git diff 6.11.1..7.0.0 > full.diff &&
diff2html -F v6-to-v7-source-diff.html --title "PlotSquared source diff between v6 and v7" -i file -- full.diff
```
You can view the output [on GitHub pages](https://intellectualsites.github.io/plotsquared-diff/).