Skip to content

Releases: KatsuteDev/Mal4J

3.4.3

10 Dec 02:40
f1aaef0
Compare
Choose a tag to compare

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

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