Changelog¶
Detailed version changes.
v2.0.1¶
Added¶
Added the support to use
APIClientas an async context manager.
v2.0.0¶
Updated the library to support all Fortnite-API endpoints & to fix/update any changes made since the last release.
Added¶
- Added the following functions to
APIClient:
- Added the following functions to
Bug Fixes¶
Fixed all previous errors with the library caused by API changes.
Changes¶
(Breaking) Old Cosmetics.get_all_cosmetics() renamed to
Cosmetics.get_all_cosmetics().(Breaking)
Cosmetics.get_new_cosmetics()now returns aNewCosmeticsobject.(Breaking) The following attributes of
BRCosmetichave been updated from a dictionary to a data class: type, rarity, series, set, introduction.