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

Releases: tparviainen/clashofclans

v5.0.0

20 Oct 09:28
Compare
Choose a tag to compare
  • Refactoring ClashOfClans.App example project
  • Breaking change: #8 Model name + API changes (details are in the PR)

v4.0.3

03 Oct 15:54
Compare
Choose a tag to compare
  • Added a Correlation ID for log messages
  • More unit tests for validator
  • Fix a test regarding war tag usage
  • Declare values as constants (#10)

v4.0.2

15 Sep 13:57
Compare
Choose a tag to compare
  • Internal design changes, see #7
  • Versus season related data added to InlineModel2
  • Improving test performance
  • Improving test coverage

v4.0.1

08 Sep 13:17
Compare
Choose a tag to compare
  • Fix #6 Throttling limit does not work when operations executed parallel
  • Minor updates to API documentation

v4.0.0

11 Aug 06:12
Compare
Choose a tag to compare
  • Test project config changed to allow user to give log path instead of log file
  • PR #3, class inheritance change
  • PR #4, functionality to log the internals of the library
  • Breaking change (part of #4): configuration of the maximum requests per second is now available via Configure-method instead of API constructor!

v3.0.5

28 Jul 07:51
Compare
Choose a tag to compare
  • Fix #1, hash character not URL encoded in net461

v3.0.4

29 Jun 08:15
Compare
Choose a tag to compare
  • Query implementation will now use StringBuilder
  • ClashOfClansException now conforms the recommended serialization pattern
  • Code cleanup based on SonarLint
  • Trace.WriteLine is now used for logging purposes on DEBUG builds

v3.0.3

12 Jun 16:55
Compare
Choose a tag to compare
  • Added a documentation for League indexer + code example
  • Added a validation for API token

v3.0.2

05 May 09:15
Compare
Choose a tag to compare
  • Lots of documentation updates
  • All enum types changed to nullable types
  • Added a validation for API parameters

v3.0.1

19 Apr 13:30
Compare
Choose a tag to compare
  • Indexer for LeagueList
  • Indexer for LocationList
  • Changing the folder structure of the project