All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed IPatreonApi.GetToken missing types error for source generated json deserialization.
- Added fields parameters for tier to IPatreonApi.GetIdentity and IPatreonApi.GetIdentityJson.
- Fixed IPatreonApi.GetIdentityJson missing types error for source generated json deserialization.
- Added IPatreonApi.GetIdentity overloads that accept field parameters.
- Added IPatreonApi.GetIdentityJson overloads that return JsonObject instead of the typed models for custom parsing.
- Updated documentation.
- Fixed IPatreonApi.GetIdentity missing Property attribute value error
- Initial release.