Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Releases: tparviainen/clashofclans

v10.1.0

13 Jan 18:31
Compare
Choose a tag to compare
  • Rewrite null-tracking and DTOs

v10.0.1

25 Nov 16:07
Compare
Choose a tag to compare

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

03 Nov 15:36
Compare
Choose a tag to compare

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

25 Dec 15:27
Compare
Choose a tag to compare
  • Hero equipment (#177)
  • Obsolete APIs removed (#179)
  • Support for exception serialization removed (#182)

v8.8.3

10 Dec 15:25
Compare
Choose a tag to compare
  • fix: Add TownHallLevel property to ClanMember #175
  • refactor: Use top level statements + file scoped namespaces for ClashOfClans.App

v8.8.2

19 Nov 13:41
Compare
Choose a tag to compare
  • Add support for .NET 8

v8.8.1

26 Aug 06:21
Compare
Choose a tag to compare
  • Fix #153 "ClanCapital" village missing in enum

v8.8.0

01 Jul 14:51
Compare
Choose a tag to compare
  • Add support for builder base leagues/rankings #140
  • Add information about deprecated APIs
  • Bump NuGet packages

v8.7.0

27 Feb 13:37
Compare
Choose a tag to compare

New capital league APIs:

  • Leagues: GetCapitalLeaguesAsync
  • Leagues: GetCapitalLeagueAsync
  • Locations: GetClanCapitalRankingAsync

New capital league models:

  • CapitalLeagueList
  • ClanCapitalRanking
  • ClanCapitalRankingList

v8.6.0

09 Feb 15:24
Compare
Choose a tag to compare
  • 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