Skip to content

3.1.0

Compare
Choose a tag to compare
released this 24 May 16:53
· 77 commits to main since this release
feb6630

Changes

New Features

  • Add character support #381 (@Katsute)

    This is an undocumented feature, you must use MyAnimeList.enableExperimentalFeature(ExperimentalFeature.CHARACTERS) to enable it.

    Retrieve characters using MyAnimeList.getCharacter(id).

    Character information currently includes:

    • Name
    • Alternative names
    • Picture
    • Biography
    • Animeography
  • Add ability to retrieve characters from Anime #385 (@Katsute)

    This is an undocumented feature, you must use MyAnimeList.enableExperimentalFeature(ExperimentalFeature.CHARACTERS) to enable it.

    Retrieve characters using MyAnimeList.getAnimeCharacters(anime id) or Anime.getCharacters().

    Character information currently includes:

    • Name
    • Alternative names
    • Picture
    • Biography
    • Animeography

Fixes

  • Fix incomplete Anime/Manga listings #386 (@Katsute)
    • Anime/Manga recommendation
    • Related Anime/Manga

Dependencies

Full Changelog: 3.0.3...3.1.0