Skip to content

Releases: matous-volf/clash-royale-dotnet

Version 3.0.0

16 Jun 13:16
Compare
Choose a tag to compare
  • 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

09 Jun 15:41
Compare
Choose a tag to compare

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

09 Jun 12:07
Compare
Choose a tag to compare

Fixed IDE summary visibility.

Version 1.0.2

29 Apr 07:46
Compare
Choose a tag to compare

The throwing of InvalidKeyException is now correctly functional.

Version 1.0.1

29 Apr 07:25
Compare
Choose a tag to compare

The ClashRoyale class is now public.

Version 1.0.0

28 Apr 20:08
Compare
Choose a tag to compare

The initial release.