This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Releases: tparviainen/clashofclans
Releases · tparviainen/clashofclans
Release list
v10.1.0
v10.0.1
What's Changed
- fix:
Clan.WarFrequencyis optional property (commit a3df961) - fix:
GetClanRankingsForASpecificLocationlist 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
- fix: Add TownHallLevel property to ClanMember #175
- refactor: Use top level statements + file scoped namespaces for ClashOfClans.App
v8.8.2
v8.8.1
- Fix #153 "ClanCapital" village missing in enum
v8.8.0
- Add support for builder base leagues/rankings #140
- Add information about deprecated APIs
- Bump NuGet packages
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