You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Align models, filters, and endpoints with TMDb v3 API (#282)
* ✨ Align models, filters, and endpoints with TMDb v3 API
Add missing model fields (TVEpisode, Movie, MovieListItem, TVSeason),
expand discover filters from ~15% to comprehensive coverage, add
MovieSearchFilter year parameter, and implement v4 token session
creation endpoint.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
* 📝 Add MovieListItem and PrimaryReleaseYearFilter to DocC catalog
These public types were missing from the TMDb.md topic sections,
making them harder to discover in generated documentation.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
* ♻️ Use consistent idsQueryItemValue helper and private extensions
Extract shared idsQueryItemValue helper in DiscoverTVSeriesRequest
to match DiscoverMoviesRequest pattern, and make the movies request
extension private for consistency.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
* 🔧 Improve Codecov config and fix test results upload path
- Add coverage status checks (project target: auto, patch target: 80%)
- Enable PR comment with condensed layout for coverage summaries
- Fix test results upload path: junit.xml -> junit-swift-testing.xml
(Swift Testing outputs junit-swift-testing.xml, not junit.xml)
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>
0 commit comments