Releases: ChrisKruegerDev/tmdb-kotlin
Releases · ChrisKruegerDev/tmdb-kotlin
v1.4.0
Changes
- Set correct source sets for iOS (#153) @ChrisKruegerDev
- Upgrade libraries (#152) @ChrisKruegerDev
- Add origin_country to movie details (#151) @ChrisKruegerDev
- fix: allow images (including stills) for an episode to be fetched (#149) @ScottCooper92
- Add logos to TmdbImages response (#148) @FricoRico
- Add Paramount network ID (#145) @ChrisKruegerDev
- Support multiple networks in discover (#144) @ChrisKruegerDev
- Update libraries (#143) @ChrisKruegerDev
- Add support for configuration/countries endpoint (#142) @thesandipv
New Contributors
- @thesandipv made their first contribution in #142
- @FricoRico made their first contribution in #148
- @ScottCooper92 made their first contribution in #149
Full Changelog: v1.3.4...v1.4.0
v1.3.4
v1.3.3
v1.3.2
Changes
Breaking changes: The model of the person has been changed. The sealed interfaces are different structures to cover the person, tv, and movie on the multi-search.
- Update versions (#134) @chrisnkrueger
- Support full person details (#133) @chrisnkrueger
- Change name to TmdbProfileItem (#132) @chrisnkrueger
- withGenres and withoutGenres updated to use TmdbDiscoverFilter (#131) @P-Stringer
- Support multi search (#129) @chrisnkrueger
- Convert to sealed interface (#128) @chrisnkrueger
- Fix crew model in TV show (#127) @chrisnkrueger
- Update snapshot version (#125) @chrisnkrueger
- Bump com.gradle.enterprise from 3.14.1 to 3.15.1 (#121) @dependabot
- Bump com.github.ben-manes.versions from 0.47.0 to 0.50.0 (#120) @dependabot
- Update libraries and bump version (#118) @chrisnkrueger
- Fix TmdbSeasonDetail images parsing (#117) @DrewCarlson
v1.2.0
Changes
- Update libraries and bump version (#118) @chrisnkrueger
- Fix TmdbSeasonDetail images parsing (#117) @DrewCarlson
- Update libraries and bum version (#108) @chrisnkrueger
- Bump org.mockito.kotlin:mockito-kotlin from 4.1.0 to 5.1.0 (#105) @dependabot
- Bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 (#106) @dependabot
- Bump org.jetbrains.dokka from 1.8.10 to 1.8.20 (#102) @dependabot
- Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#104) @dependabot
- Bump junit-jupiter from 5.9.3 to 5.10.0 (#100) @dependabot
- Add more watch provider IDs (#99) @chrisnkrueger
- Bump com.gradle.enterprise from 3.13.2 to 3.14.1 (#97) @dependabot
- Bump com.diffplug.spotless from 6.18.0 to 6.20.0 (#95) @dependabot
- Bump com.google.truth:truth from 1.1.3 to 1.1.5 (#92) @dependabot
- Bump ktor from 2.3.0 to 2.3.1 (#91) @dependabot
- Bump to version 1.1.0 (#94) @chrisnkrueger
v1.0.0
Changes
- Fix
trending
api, add simple tests for it (#71) @DeKaN - Fix types and add new fields for Discover (#65) @DeKaN
- Add missed fields for season/episode (#64) @DeKaN
- Add
movie/popular
andtv/popular
endpoints (#63) @DeKaN - Update watch providers (#73) @chrisnkrueger
- Bump to version 1.0.0 (#74) @chrisnkrueger
v0.9.2
What’s Changed
- Cleanup library (#61) @chrisnkrueger
- Bump com.diffplug.spotless from 6.16.0 to 6.17.0 (#59) @dependabot
- Fix kotlinx-serialization version (#58) @chrisbanes
- Bump to version 0.9.2-SNAPSHOT (#60) @chrisnkrueger
- Bump org.mockito:mockito-inline from 5.1.1 to 5.2.0 (#57) @dependabot
- Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 0.4.0 to 1.5.0 (#56) @dependabot
- Bump com.diffplug.spotless from 6.13.0 to 6.16.0 (#55) @dependabot
v0.9.1
What’s Changed
- Make TmdbSeasonDetail and TmdbEpisodeDetail more permissive (#53) @chrisbanes
- Fix API dependencies (#51) @chrisbanes
- Add new maven-publish plugin (#52) @chrisnkrueger
v0.9.0
What’s Changed
- Allow clients to customize HttpClient (#27) @chrisbanes
- Add new maven-publish plugin (#52) @chrisnkrueger
- Update README (#50) @chrisnkrueger
- Apply spotless and ktlint rules (#48) @chrisnkrueger
- Add Coroutine tests (#46) @chrisnkrueger
- Bump com.gradle.enterprise from 3.12.3 to 3.12.4 (#47) @dependabot
- Introduce default requests (#45) @chrisnkrueger
- Convert to Gradle catalog (#44) @chrisnkrueger
- Support TMDB account endpoints (#37) @chrisnkrueger
- Update build.yml (#39) @chrisnkrueger
- Fix dependabot.yml file (#40) @chrisnkrueger
- Create dependabot.yml (#38) @chrisnkrueger
- Setup GitHub Actions (#15) @chrisnkrueger
- Add error handling for TMDB status response (#35) @chrisnkrueger
- Set methods internal and clean up model (#32) @chrisnkrueger
- Improve the customizable HttpClient configuration (#28) @chrisnkrueger
v0.8.0
- Update to Gradle, Kotlin and ktor
- Merge TmdbVideoUrlBuilder into TmdbUrlBuilder
- Add logoPath to TmdbNetwork
- Extend TmdbFileImage
- Add support for tv/{ID}/recommendations
- Add support for /configuration endpoint
- Add support for tv/{ID}/images