This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Releases: tparviainen/clashofclans
Releases · tparviainen/clashofclans
v10.1.0
v10.0.1
What's Changed
- fix:
Clan.WarFrequency
is optional property (commit a3df961) - fix:
GetClanRankingsForASpecificLocation
list might contain less items than max allowed (commit 7fa1e6c)
Full Changelog: v10.0.0...v10.0.1
v10.0.0
What's Changed
- Remove references to VersusAbc properties and use BuilderBaseAbc instead (commit beb8498)
- fix: 'limit' has to be between 100 and 25 000 in GetLeagueSeasonRankings test (commit b73b94d)
- Add support for BattleModifier (commit 1477431)
Full Changelog: v9.0.0...v10.0.0
v9.0.0
v8.8.3
v8.8.2
- Add support for .NET 8
v8.8.1
v8.8.0
v8.7.0
New capital league APIs:
- Leagues: GetCapitalLeaguesAsync
- Leagues: GetCapitalLeagueAsync
- Locations: GetClanCapitalRankingAsync
New capital league models:
- CapitalLeagueList
- ClanCapitalRanking
- ClanCapitalRankingList
v8.6.0
- Support for .NET7
- New models:
- CapitalLeague
- PlayerHouse
- PlayerHouseElement
- PlayerHouseElementList
- New properties
- Clan.ClanCapitalPoints
- Clan.IsFamilyFriendly
- Clan.CapitalLeague
- ClanCapitalRaidSeasonAttack.Stars
- ClanCapitalRaidSeasonDistrict.Stars
- ClanMember.PlayerHouse
- Player.PlayerHouse
- Improvement for tests