Skip to content

Releases: KatsuteDev/Mal4J

3.4.2

27 Dec 01:50
62f2ec7
Compare
Choose a tag to compare

Changes

Fixes

  • Add new Anime media types #421 (@Katsute)

    • Commercial
    • PromotionalVideo
    • TVSpecial

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

14 Oct 16:51
c0b1a4d
Compare
Choose a tag to compare

Changes

Fixes

  • Fix IndexOutOfBoundsException when using an iterator #405 (@Katsute)

Dependencies

Full Changelog: 3.4.0...3.4.1

3.4.0

31 May 17:20
336414a
Compare
Choose a tag to compare

Changes

New Features

  • Add missing character and people fields #393 (@Katsute)

    These are from undocumented features, you must use MyAnimeList.enableExperimentalFeature(ExperimentalFeature.CHARACTERS) and MyAnimeList.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

26 May 01:14
0426283
Compare
Choose a tag to compare

Changes

New Features

  • Add character pictures #391 (@Katsute)

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

Full Changelog: 3.2.0...3.3.0

3.2.0

24 May 20:15
3d5ce75
Compare
Choose a tag to compare

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

24 May 16:53
feb6630
Compare
Choose a tag to compare

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

3.0.3

14 Mar 16:50
e9d0353
Compare
Choose a tag to compare

Changes

📘 Dependencies

Full Changelog: 3.0.2...3.0.3

3.0.2

17 Feb 22:11
4c91ab8
Compare
Choose a tag to compare

🌈 Changes

🔧 Optimizations

  • Schema parsing optimizations #363 (@Katsute)
  • JSON parsing optimizations #364 (@Katsute)
    This library is now 70% faster after this change.

📘 Dependencies

Full Changelog: 3.0.1...3.0.2

3.0.1

13 Jan 02:21
bf3dcd6
Compare
Choose a tag to compare

🌈 Changes

🐞 Bug Fixes

📘 Dependencies

Full Changelog: 3.0.0...3.0.1

3.0.0

11 Jan 23:00
5e0e157
Compare
Choose a tag to compare

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.