Releases: KatsuteDev/Mal4J
3.4.2
Changes
Fixes
Dependencies
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #407 (@dependabot)
- Bump the junit group with 2 updates #409 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #411 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 #410 (@dependabot)
- Bump actions/github-script from 6 to 7 #414 (@dependabot)
- Bump actions/setup-java from 3 to 4 #416 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 #417 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 #418 (@dependabot)
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #419 (@dependabot)
Full Changelog: 3.4.1...3.4.2
3.4.1
Changes
Fixes
Dependencies
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 #394 (@dependabot)
- Bump the junit group with 2 updates #396 (@dependabot)
- Bump actions/checkout from 3 to 4 #400 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 #401 (@dependabot)
- Upgrade to Java 21 #402 (@Katsute)
Full Changelog: 3.4.0...3.4.1
3.4.0
Changes
New Features
-
Add missing character and people fields #393 (@Katsute)
These are from undocumented features, you must use
MyAnimeList.enableExperimentalFeature(ExperimentalFeature.CHARACTERS)
andMyAnimeList.enableExperimentalFeature(ExperimentalFeature.PEOPLE)
to enable them.- Add favorites count to character and people
- Add alternative names and 'more' field to people
- Add method to retrieve character biography details as a map
Full Changelog: 3.3.0...3.4.0
3.3.0
3.2.0
Changes
New Features
-
Add people support #389 (@Katsute)
This is an undocumented feature, you must use
MyAnimeList.enableExperimentalFeature(ExperimentalFeature.PEOPLE)
to enable it.Retrieve people using
MyAnimeList.getPerson(id)
.Person information currently includes:
- Name
- Birthday
- Picture
Full Changelog: 3.1.0...3.2.0
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
3.0.3
Changes
📘 Dependencies
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 #368 (@dependabot)
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 #370 (@dependabot)
Full Changelog: 3.0.2...3.0.3
3.0.2
🌈 Changes
🔧 Optimizations
- Schema parsing optimizations #363 (@Katsute)
- JSON parsing optimizations #364 (@Katsute)
This library is now 70% faster after this change.
📘 Dependencies
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 #365 (@dependabot)
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 #366 (@dependabot)
Full Changelog: 3.0.1...3.0.2
3.0.1
🌈 Changes
🐞 Bug Fixes
📘 Dependencies
- Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 #359 (@dependabot)
Full Changelog: 3.0.0...3.0.1
3.0.0
This update is only for the com.kttdevelopment
groupid
Please refer to https://github.com/KatsuteDev/Mal4J/releases/tag/3.0.0 for the latest release notes.
There are no code changes for this release.
To receive future updates please update to v3
by changing the groupid from com.kttdevelopment
to dev.katsute
.