Skip to content

Commit 086050e

Browse files
author
games647
committed
Update spigot version diff and add BungeeCord version diff
1 parent 05a1f16 commit 086050e

File tree

2 files changed

+7544
-2412
lines changed

2 files changed

+7544
-2412
lines changed

bungee-version.html

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
<html>
2+
<head>
3+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>Spigot diff from 1.11-SNAPSHOT to 1.12-SNAPSHOT</title>
5+
<style type="text/css">
6+
body {
7+
font-family: Verdana;
8+
}
9+
.title {
10+
font-weight: bold;
11+
}
12+
.new {
13+
color: green;
14+
}
15+
.removed {
16+
color: red;
17+
}
18+
.modified {
19+
color: orange;
20+
}
21+
.unchanged {
22+
color: black;
23+
}
24+
thead tr td {
25+
font-weight: bold;
26+
}
27+
.toc {
28+
margin-top: 1em;
29+
margin-bottom: 1em;
30+
border: 1px solid #dcdcdc;
31+
padding: 5px;
32+
background: #ededed;
33+
display: inline-block;
34+
}
35+
table {
36+
border-collapse: collapse;
37+
}
38+
table tr td {
39+
border: 1px solid black;
40+
padding: 5px;
41+
}
42+
table thead {
43+
background-color: #dee3e9;
44+
}
45+
table tbody tr td.matrix_layout {
46+
background-color: #dee3e9;
47+
font-weight: bold;
48+
}
49+
.class {
50+
margin-bottom: 2em;
51+
border: 1px solid #dcdcdc;
52+
padding: 5px;
53+
background: #ededed;
54+
display: inline-block;
55+
}
56+
.class_compatibilityChanges {
57+
margin-top: 1em;
58+
}
59+
.class_superclass {
60+
margin-top: 1em;
61+
}
62+
.class_interfaces {
63+
margin-top: 1em;
64+
}
65+
.class_fields {
66+
margin-top: 1em;
67+
}
68+
.class_serialVersionUid {
69+
margin-top: 1em;
70+
}
71+
.class_constructors {
72+
margin-top: 1em;
73+
}
74+
.class_methods {
75+
margin-top: 1em;
76+
}
77+
.class_annotations {
78+
margin-top: 1em;
79+
}
80+
.label {
81+
font-weight: bold;
82+
}
83+
.label_class_member {
84+
background-color: #4d7a97;
85+
display: inline-block;
86+
padding: 5px;
87+
}
88+
.toc_link {
89+
margin-left: 10px;
90+
font-size: 0.5em;
91+
}
92+
.modifier {
93+
font-style: italic;
94+
}
95+
.method_return_type {
96+
97+
}
98+
ul {
99+
list-style-type: none;
100+
padding: 0px 0px;
101+
}
102+
.meta-information {
103+
margin-top: 1em;
104+
margin-bottom: 1em;
105+
background: #ededed;
106+
display: inline-block;
107+
}
108+
.warnings {
109+
margin-top: 1em;
110+
font-size: 0.75em;
111+
}
112+
.explanations {
113+
margin-bottom: 2em;
114+
}
115+
116+
</style>
117+
</head>
118+
<body>
119+
<span class="title">Bungee diff from 1.11-SNAPSHOT to 1.12-SNAPSHOT</span>
120+
<br>
121+
<div class="meta-information">
122+
<table>
123+
<tr>
124+
<td>Access modifier filter:</td><td>PUBLIC</td>
125+
</tr>
126+
<tr>
127+
<td>Only modifications:</td><td>true</td>
128+
</tr>
129+
<tr>
130+
<td>Only binary incompatible modifications:</td><td>false</td>
131+
</tr>
132+
<tr>
133+
<td>Ignore missing classes:</td><td>true</td>
134+
</tr>
135+
<tr>
136+
<td>Includes:</td><td>all</td>
137+
</tr>
138+
<tr>
139+
<td>Excludes:</td><td>n.a.</td>
140+
</tr>
141+
<tr>
142+
<td>Semantic Versioning:</td><td>0.0.1</td>
143+
</tr>
144+
</table>
145+
<div class="warnings">
146+
<span>
147+
WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and
148+
interfaces that could not
149+
be found on the classpath are ignored. Hence changes caused by these superclasses and
150+
interfaces are not reflected in the output.
151+
</span>
152+
</div>
153+
</div>
154+
<ul></ul>
155+
156+
<div class="toc">
157+
<a name="toc"></a><span class="label">Classes:</span>
158+
<table>
159+
<thead>
160+
<tr>
161+
<td>Status</td><td>Fully Qualified Name</td>
162+
</tr>
163+
</thead>
164+
<tbody></tbody>
165+
</table>
166+
</div>
167+
<div class="explanations">
168+
<span>
169+
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
170+
</span>
171+
</div>
172+
<div></div>
173+
174+
</body>
175+
</html>

0 commit comments

Comments
 (0)