@@ -8,6 +8,8 @@ This page lists all versions of JavaBotBlockAPI and the changes being made.
88> - Numbers below version ` 4.0.0 ` use ` com.andre601 ` as package and not ` org.botblock `
99
1010## v5
11+ Split up the different ` GET ` actions into bot and list related actions.
12+ Many new ` GET ` actions added for list related stuff.
1113
1214### 5.1.9
1315- Site updated:
@@ -89,6 +91,8 @@ You no longer need to try-cacth the RatelimitedException.
8991
9092----
9193## v4
94+ Package renaming from ` com.andre601 ` to ` org.botblock ` .
95+ Many new ` GET ` methods.
9296
9397### v4.3.0
9498- Adds new GetAction
@@ -150,6 +154,8 @@ You no longer need to try-cacth the RatelimitedException.
150154
151155----
152156## v3
157+ Separated ` POST ` and ` GET ` requests into their own respective classes.
158+ Dev builds where also available from v3.1.0 onwards.
153159
154160### v3.3.0_0
155161- Version now has a build-number attached (used for Jenkin builds)
@@ -213,6 +219,8 @@ You no longer need to try-cacth the RatelimitedException.
213219
214220----
215221## v2
222+ Added support for ` GET ` methods and added the Site enum.
223+ Additionally added support for first v4 versions of JDA.
216224
217225### v2.3.9
218226- Dependencies updated:
@@ -265,7 +273,7 @@ You no longer need to try-cacth the RatelimitedException.
265273 - Added [ ` YABL_XYZ ` ] ( https://yabl.xyz )
266274
267275### 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
269277
270278### v2.0.2
271279- Dependencies updated
@@ -282,6 +290,7 @@ You no longer need to try-cacth the RatelimitedException.
282290
283291----
284292## v1
293+ First releases of the Java Wrapper.
285294
286295### v1.0.5
287296- Updated minimal delay to 2 since rate limit is 1/120s.
0 commit comments