3.1.0
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)
orAnime.getCharacters()
.Character information currently includes:
- Name
- Alternative names
- Picture
- Biography
- Animeography
Fixes
Dependencies
- Bump junit-jupiter from 5.9.2 to 5.9.3 #377 (@mashiro-san)
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 #378 (@dependabot)
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 #379 (@dependabot)
- Bump maven-source-plugin from 3.2.1 to 3.3.0 #383 (@dependabot)
Full Changelog: 3.0.3...3.1.0