Releases: ChrisKruegerDev/tmdb-kotlin
Releases · ChrisKruegerDev/tmdb-kotlin
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
0.7.0
- Update Kotlin to 1.7.0 and Coroutines to 1.6.4
- Update ktor to 2.1.3
- New TmdbRatingItem for identify the rating item
0.6.7
- Handle better unavailable fields
- Remove iOS support
0.6.5
- Extend TMDB discover API
- Add TMDB genre IDs
- Support Video as TV show type
- More company and network IDs
- Upgrade to Kotlin 1.6.21, Gradle 7.4.2 and ktor 2.0.1
0.6.4
- Upgrade to Ktor 2.0
- Set field knownForDepartment optional
0.6.3
Update to version 0.6.3
0.6.1
- Handle first and last air date as optional field
- Update libraries
0.5.4
- Add more parameters to TV show and movie detail response
- Build YouTube image link
- New types in TmdbVideoType
- Use image fallback when building URL
- Provider certification and release date by country
0.5.1
- HttpClientFactory for not freezing iOS clients when using threading
- Added the TMDB gender non-binary
- Add log level for Tmdb4
0.5.0
- Extended and tested search endpoints
- Add LogLevel for logging requests
- Fix wrong authorization token
- Redesign TMDB page result without generic because JS has issues with serialization