Releases: KatsuteDev/Mal4J
3.4.3
Changes
Fixes
Dependencies
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 #424 (@dependabot)
- Bump the junit group with 2 updates #426 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 #430 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 #431 (@dependabot)
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #432 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 #433 (@dependabot)
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 #434 (@dependabot)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 #435 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 #436 (@dependabot)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 #438 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 #437 (@dependabot)
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 #439 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 #440 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 #442 (@dependabot)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 #444 (@dependabot)
- Bump the junit group with 2 updates #445 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 #446 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 #447 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 #448 (@dependabot)
- Bump the junit group with 2 updates #449 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 #450 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 #451 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 #452 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 #453 (@dependabot)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 #455 (@dependabot)
- Bump the junit group with 2 updates #454 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 #458 (@dependabot)
- Bump the junit group with 2 updates #456 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 #457 (@dependabot)
- Bump the junit group with 2 updates #459 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 #460 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 #461 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 #463 (@dependabot)
Full Changelog: 3.4.2...3.4.3
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