Releases: NikolayIT/OpenDota.NET
Releases · NikolayIT/OpenDota.NET
2.2.0
- Get rid of all concrete collection types and replaced with
IEnumerable
2.1.0
- Removed static
GetInstance
in OpenDotaApi
in favor of using constructor.
- Empty responses are now returning null values instead of exceptions.
- Fix for possible null value for
RadiantWin
in PlayerMatch
when the game is still in progress.
2.0.0
- A lot of improvements and API changes.
- Using System.Text.Json instead of Newtonsoft.Json.
- Almost all functionality covered by unit tests.
- Code quality improvements.