Skip to content

Releases: SharpBit/brawlstats

Fix List data such as Leaderboard

14 Dec 00:50
Compare
Choose a tag to compare

repr, str, and actual access of data fixed

get_datetime function

14 Dec 00:43
Compare
Choose a tag to compare
v2.1.9

word art :)

Leaderboard Breaking Changes

11 Dec 02:06
Compare
Choose a tag to compare

You do not need to access a players or clubs attribute anymore

Fix a bug with get_constants (sync)

09 Dec 13:46
Compare
Choose a tag to compare

Constants methods and data models

09 Dec 13:42
Compare
Choose a tag to compare

Club support

06 Dec 21:28
a6266c4
Compare
Choose a tag to compare

Basically supercell decided to name bands clubs so there ya go
(forgot to make releases for 2.1.1-2.1.4 but oh well it's in CHANGELOG.md)

Sync Support

30 Nov 00:30
624417b
Compare
Choose a tag to compare

Support for non-async users! Read more in CHANGELOG.md

Events Support

29 Nov 20:46
Compare
Choose a tag to compare

New events support with the API as well as changes for the new 401 code!

More Error Classes

25 Nov 17:55
Compare
Choose a tag to compare

These came upon making test files for the repo for Travis-CI Builds

Leaderboards fixed

24 Nov 16:44
Compare
Choose a tag to compare

You will now be able to access leaderboards via client.get_leaderboard() then doing lb.players[index] or lb.bands[index]