jikan_api 2.2.1 jikan_api: ^2.2.1 copied to clipboard
Dart wrapper for the Jikan API, an unofficial MyAnimeList API.
2.2.1 #
- Fix user profile constructor.
2.2.0 #
- Requires Dart 3.0 or later.
- Replace
TopType
enum withAnimeType
andMangaType
respectively.
2.1.0 #
- Updated
Review
andUserReview
models. - Top subtype enum renamed to filter.
2.0.0 #
- BREAKING: Migrate to the new REST API v4.
- Most of the endpoints and models have been updated, check the official docs here.
- Only GET requests are supported and by default are cached for 24 hours.
1.7.0 #
- Removed deprecated user lists endpoints.
- Updated
GenreList.anime
andGenreList.manga
entries again.
1.6.1 #
- Set
type
param to nullable. - Add
themes
,demographics
andexplicitGenres
fields to models. - Updated
GenreList.anime
andGenreList.manga
entries.
1.6.0 #
- Migrate to null safety.
1.5.0+1 #
- Internal changes and notes added to readme.
1.5.0 #
- Updated
getGenre
method to better use (breaking change). GenreList
now returns the list of anime and manga genres.
1.4.0 #
- Add optional param
debug
to print url in the console, defaults false. - Add optional param
custom
to allow advancedsearch
method. - Update lower bound of dart dependency to 2.7.0.
1.3.0 #
- Added club models.
- Set optional param
type
togetAnimeForum
andgetMangaForum
. - Set optional param
page
togetUserFriends
. getAnimeMoreInfo
andgetMangaMoreInfo
now returnsString
.
1.2.0 #
- Set
scoredBy
param to nullable. - Fixed linter warnings.
1.1.0 #
- Updated http method to rescue server errors.
1.0.0+1 #
- Updated user list parameters.
1.0.0 #
- Fixed package suggestions.
0.0.1 #
- Initial release.