2.6.0
🌈 Changes
⚠ Breaking Change
-
Transfer repository to @KatsuteDev #258 (@Katsute)
This repository has moved from Katsute/Mal4J to KatsuteDev/Mal4J, see this discussion post for more details: https://github.com/KatsuteDev/Mal4J/discussions/230
-
Rename token methods #257 (@Katsute)
Some token auth methods have been renamed for simplicity, the old methods have been deprecated.
MyAnimeList.withOAuthToken(String)
is nowMyAnimeList.withToken(String)
MyAnimeList.refreshOAuthToken()
is nowMyAnimeList.refreshToken()
⭐ New Features
-
Ability to authenticate using client ID #257 (@Katsute)
The MyAnimeList API now support authentication using only the client ID, see this forum post.
-
Deploy to GitHub Packages #231 (@Katsute)
This project is now available on GitHub Packages!
Full Changelog: 2.5.1...2.6.0