Skip to content

Releases: BrentonPoke/ToornamentClient

Release 2.1.1

12 Apr 15:17
f9fc107
Compare
Choose a tag to compare

Crucial patch. All header objects should return their subtypes.

Release 2.1.0

12 Apr 14:43
3f2a52e
Compare
Choose a tag to compare

Overhaul of header implementation. No more Map<String,String>'s for headers. They have dedicated objects that extend an abstract RangeHeader. Also a new enum for webhook types. 🙂

Release 2.0.8

11 Apr 10:47
b9039be
Compare
Choose a tag to compare

Fixed an oversight regarding matches. Don't always need organizer privileges.

Release 2.0.7

31 Mar 08:29
7ea9d23
Compare
Choose a tag to compare

Bug fixes regarding serialization of LocalDate in the Tournaments object and made authorize() private. It never needs to be called by the client, so no use in having it open.

Release 2.0.6

31 Mar 04:58
Compare
Choose a tag to compare

Important update for getting featured lists of tournaments. Originally needed a four fields including scheduledAfter & scheduledBefore in order to make a request. No-longer the case.

Release 2.0.5

06 Oct 10:14
f34d7cf
Compare
Choose a tag to compare

Scope checking added for Final Standings

Release 2.0.4

02 Jul 02:16
8a63668
Compare
Choose a tag to compare

There was an issue regarding url building for getting matches.

Release 2.0.3

28 May 04:13
82c7f40
Compare
Choose a tag to compare

Breaking changes, as i'm cleaning up some method calls and correcting models. #17 contributed heavily to this work.

Release 2.0.2

09 Mar 19:43
bf70d6d
Compare
Choose a tag to compare

Several variable renamings and more logging statements. Most are in debug, some of the ones in error are in catch statements.

Release 2.0.1

07 Mar 01:06
bb63949
Compare
Choose a tag to compare

Changed some property names, so some method names changed, too. Also first foray into useful loggging.