Releases: matous-volf/clash-royale-dotnet
Releases · matous-volf/clash-royale-dotnet
Version 3.0.0
-
Added enumerations:
BattleDeckSelection
BattleType
ClanType
PrizeResource
RiverRacePeriodType
RiverRaceState
The models'
string
properties got replaced by those. -
Added summary to public constructors and enumerations.
-
Made the
ClashRoyale
class non-static. In order to use it, it is now required to create an instance of it.
Version 2.0.0
Added SearchResultClan
class with less properties than Clan
, matching the official API model.
GetClansBySearch
method now returns an array of these.
Fixed #2. Thanks @Chii-Onan for spotting.
Version 1.0.3
Fixed IDE summary visibility.
Version 1.0.2
The throwing of InvalidKeyException
is now correctly functional.
Version 1.0.1
The ClashRoyale
class is now public
.
Version 1.0.0
The initial release.