This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Releases: tparviainen/clashofclans
Releases · tparviainen/clashofclans
v5.0.0
v4.0.3
v4.0.2
v4.0.1
v4.0.0
- 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
v3.0.4
- 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
- Added a documentation for League indexer + code example
- Added a validation for API token
v3.0.2
- Lots of documentation updates
- All enum types changed to nullable types
- Added a validation for API parameters
v3.0.1
- Indexer for LeagueList
- Indexer for LocationList
- Changing the folder structure of the project