This repository was archived by the owner on Mar 16, 2025. It is now read-only.
v1.0.0-beta
Pre-release
Pre-release
·
1898 commits
to develop
since this release
Breaking Changes:
-
New response classes
TraktNoContentResponsereplaces allTaskreturn types inModulesTraktResponse<TContentType>replaces allTask<TItem>return types inModulesTraktListResponse<TContentType>replaces allTask<IEnumerable<TItem>>return types inModulesTraktPagedResponse<TContentType>replaces allTask<TraktPaginationListResult<TItem>>return types inModules- More information
-
.NET Standard 1.1 replaces PCL
What's Changed
- post builder feature: add support for posting collected episodes without ids by @henrikfroehling in #32
- Refreshing authorization not working with expired or invalid access token by @henrikfroehling in #38
- Revoking authorization not working with expired or invalid access token by @henrikfroehling in #39
- Fix post builder for sync collection post by @henrikfroehling in #40
- Implement missing json object and array reader by @henrikfroehling in #41
- Improve test coverage - Part 2 by @henrikfroehling in #57
- Wrong type assignment for lists by @henrikfroehling in #63
- Bad Request when adding items to a list by @henrikfroehling in #70
- Invalid implementation for Networks / List / Get networks by @henrikfroehling in #71
- Exception when search text query is empty by @henrikfroehling in #73
- Add missing filter support for text query search by @henrikfroehling in #75
- Redundant checks for ITraktMovie properties in TraktScrobbleModule by @henrikfroehling in #96
- Improve test coverage - Part 3 by @henrikfroehling in #60
Full Changelog: v1.0.0-alpha3...v1.0.0-beta