@@ -8,6 +8,8 @@ This page lists all versions of JavaBotBlockAPI and the changes being made.
8
8
> - Numbers below version ` 4.0.0 ` use ` com.andre601 ` as package and not ` org.botblock `
9
9
10
10
## v5
11
+ Split up the different ` GET ` actions into bot and list related actions.
12
+ Many new ` GET ` actions added for list related stuff.
11
13
12
14
### 5.1.9
13
15
- Site updated:
@@ -89,6 +91,8 @@ You no longer need to try-cacth the RatelimitedException.
89
91
90
92
----
91
93
## v4
94
+ Package renaming from ` com.andre601 ` to ` org.botblock ` .
95
+ Many new ` GET ` methods.
92
96
93
97
### v4.3.0
94
98
- Adds new GetAction
@@ -150,6 +154,8 @@ You no longer need to try-cacth the RatelimitedException.
150
154
151
155
----
152
156
## v3
157
+ Separated ` POST ` and ` GET ` requests into their own respective classes.
158
+ Dev builds where also available from v3.1.0 onwards.
153
159
154
160
### v3.3.0_0
155
161
- Version now has a build-number attached (used for Jenkin builds)
@@ -213,6 +219,8 @@ You no longer need to try-cacth the RatelimitedException.
213
219
214
220
----
215
221
## v2
222
+ Added support for ` GET ` methods and added the Site enum.
223
+ Additionally added support for first v4 versions of JDA.
216
224
217
225
### v2.3.9
218
226
- Dependencies updated:
@@ -265,7 +273,7 @@ You no longer need to try-cacth the RatelimitedException.
265
273
- Added [ ` YABL_XYZ ` ] ( https://yabl.xyz )
266
274
267
275
### v2.1.0
268
- - Added new Site enum to have easier methods and reliable sitenames
276
+ - Added new Site enum to have easier methods and reliable site names
269
277
270
278
### v2.0.2
271
279
- Dependencies updated
@@ -282,6 +290,7 @@ You no longer need to try-cacth the RatelimitedException.
282
290
283
291
----
284
292
## v1
293
+ First releases of the Java Wrapper.
285
294
286
295
### v1.0.5
287
296
- Updated minimal delay to 2 since rate limit is 1/120s.
0 commit comments