You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,28 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [3.0.0]
5
+
### Added
6
+
- Official API support (all endpoints implemented, all methods documented)
7
+
-`Forbidden` error raised when code 403 received
8
+
- New terminology! "BrawlAPI" refers to the [unofficial API](https://api.brawlapi.cf/v1) while "OfficialAPI" refers to the [official API](https://developer.brawlstars.com)
9
+
### Changed (BREAKING)
10
+
- The unofficial API's client will now be accessed as `brawlstats.BrawlAPI` (from `brawlstats.Client`)
11
+
- The unofficial API's models will now be accessed as `brawlstats.brawlapi.ModelName`
12
+
- The official API's client will be accessed by `brawlstats.OfficialAPI`
13
+
- The official API's models will be accessed by `brawlstats.officialapi.ModelName`
14
+
-`get_leaderboard()` will now require "brawlers" for the ranking type and the actual brawler name passed through the brawler kwarg.
15
+
-`get_leaderboard()``count` argument has been renamed to `limit`
0 commit comments