Skip to content

Commit 29a2d9b

Browse files
committed
Updating wiki info
1 parent 4ebf40f commit 29a2d9b

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/allclasses.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Wed Jan 29 17:27:13 CET 2020 -->
6-
<title>All Classes (JavaBotBlockAPI 5.1.8 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Tue Feb 04 01:10:48 CET 2020 -->
6+
<title>All Classes (JavaBotBlockAPI 5.1.9 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-29">
8+
<meta name="dc.created" content="2020-02-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

wiki/Changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)