Releases: NovoDwarf/OpenDota.NET
Releases · NovoDwarf/OpenDota.NET
Release list
4.0.0
Changes
- Removed deprecated and non-functional endpoints.
- Ensured all remaining endpoints align with the current OpenDota API specification.
- Fixed issues with nullable properties that were causing unexpected behavior or deserialization errors.
- Addressed various minor bugs to enhance stability and consistency across the library.
- Migrated from
Newtonsoft.JsontoSystem.Text.Jsonfor improved performance and alignment with modern .NET standards. - Added custom type converters to handle JSON structures and ensure seamless deserialization, including support for flexible number parsing (e.g., handling both
.and,as decimal separators). - Updated and expanded unit tests to cover new functionality and edge cases, ensuring higher code quality and reliability.
Full Changelog: 3.1.0...4.0.0