Skip to content

2.10.0

Compare
Choose a tag to compare
released this 09 Sep 01:34
· 144 commits to main since this release
f009c60

🌈 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, use AnimeSource.WebManga
    • Removed AnimeSource.Digital_Manga, use AnimeSource.DigitalManga
    • Removed MangaType.Novel, use MangaType.LightNovel
  • Removed deprecated method MyAnimeList.getMyself #339 (@Katsute)
    Use MyAnimeList.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 or Fields.Anime.videos
    • Added corresponding experimental field ExperimentalFeature.VIDEOS
  • 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)

Full Changelog: 2.9.1...2.10.0