Tmdb Api Versions Save

🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform.

v1.3.4

1 month ago

Changes

  • Fix correct date time in TMDB responses (#140) @chrisnkrueger
  • Fix tmdb collection (#139) @chrisnkrueger

v1.3.3

2 months ago

Changes

  • Bump to version 1.3.3 (#136) @chrisnkrueger
  • Improve data model (#135) @chrisnkrueger
  • Update versions (#134) @chrisnkrueger

v1.3.2

2 months ago

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

5 months ago

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.1.0

10 months ago

Changes

  • Bump to version 1.1.0 (#94) @chrisnkrueger
  • Add iOS targets (#87) @chrisbanes
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.5.0 to 1.5.1 (#85) @dependabot
  • Bump com.gradle.enterprise from 3.13.1 to 3.13.2 (#84) @dependabot
  • Bump coroutines from 1.6.4 to 1.7.0 (#83) @dependabot
  • Bump com.gradle.enterprise from 3.13 to 3.13.1 (#82) @dependabot
  • Fix missing response when failed (#81) @chrisnkrueger
  • Update readme (#80) @chrisnkrueger
  • Bump junit-jupiter from 5.9.2 to 5.9.3 (#79) @dependabot
  • Add show 'created by', fix season details API (#78) @stevesoltys
  • Bump ktor from 2.2.4 to 2.3.0 (#76) @dependabot
  • Bump com.vanniktech.maven.publish from 0.25.1 to 0.25.2 (#75) @dependabot

v1.0.0

1 year ago

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 and tv/popular endpoints (#63) @DeKaN
  • Update watch providers (#73) @chrisnkrueger
  • Bump to version 1.0.0 (#74) @chrisnkrueger

v0.9.2

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago
  • 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