2.10.0
🌈 Changes
This update adds support for Anime promotional videos (PVs) and trailers. Use Anime.getVideos()
to retrieve all PVs.
❌ Removed
- Removed deprecated enums #338 (@Katsute)
- Removed
AnimeSource.Web_Manga
, useAnimeSource.WebManga
- Removed
AnimeSource.Digital_Manga
, useAnimeSource.DigitalManga
- Removed
MangaType.Novel
, useMangaType.LightNovel
- Removed
- Removed deprecated method
MyAnimeList.getMyself
#339 (@Katsute)
UseMyAnimeList.getAuthenticatedUser
- Removed deprecated AndroidCompatibilityException #340 (@Katsute)
⭐ New Features
- Added Anime PV/Trailers #341 (@Katsute)
- Retrieve Anime PVs/Trailers using
Anime.getVideos()
, returns an array - Added corresponding field variable
videos
orFields.Anime.videos
- Added corresponding experimental field
ExperimentalFeature.VIDEOS
- Retrieve Anime PVs/Trailers using
- Paginated iterator now returns a modifiable list instead of an unmodifiable one #337 (@Katsute)
- Added
All
option for experimental features #342 (@Katsute)- Enable all experimental features using
MyAnimeList.enableExperimentalFeature(ExperimentalFeature.ALL)
- Enable all experimental features using
Full Changelog: 2.9.1...2.10.0