Releases: BrentonPoke/ToornamentClient
Release 2.1.1
Crucial patch. All header objects should return their subtypes.
Release 2.1.0
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
Fixed an oversight regarding matches. Don't always need organizer privileges.
Release 2.0.7
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
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
Scope checking added for Final Standings
Release 2.0.4
There was an issue regarding url building for getting matches.
Release 2.0.3
Breaking changes, as i'm cleaning up some method calls and correcting models. #17 contributed heavily to this work.
Release 2.0.2
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
Changed some property names, so some method names changed, too. Also first foray into useful loggging.