Releases: dentolos19/AniListNet
Releases Β· dentolos19/AniListNet
Release 1.7.0
π What's Changed
- Added method extensions
Media.GetTagsAsync
Media.GetRelationsAsync
Media.GetCharactersAsync
Media.GetStaffAsync
Media.GetStudiosAsync
Media.GetRecommendationsAsync
Media.GetReviewsAsync
User.GetFollowersAsync
User.GetFollowingsAsync
User.GetAnimeFavoritesAsync
User.GetMangaFavoritesAsync
User.GetCharacterFavoritesAsync
User.GetStaffFavoritesAsync
User.GetStudioFavoritesAsync
β οΈ Breaking Changes
- Fixed naming of method
GetUserMediaReviews
toGetUserMediaReviewsAsync
to fit project's naming conventions
Full Changelog: v1.6.0...v1.7.0
Release 1.6.0
π What's Changed
- Added new method
GetUserMediaReviews
- Improved exception information
- Fixed multi-line strings parsing issue (#18)
β οΈ Breaking Changes
- The method
GetMediaReviewsAsync
now returnsAniPagination<MediaReview>
instead ofAniPagination<MediaReviewEdge>
Full Changelog: v1.5.0...v1.6.0
Release 1.5.0
π What's Changed
- Added filter support for searching staff, studios and users
- Added HTML version of
Description
property inMedia
,Character
andStaff
- Added HTML version of
Body
property inMediaReview
- Revamped GraphQL parsing engine
Full Changelog: v1.4.1...v1.5.0
Release 1.4.1
Special thanks to @majora2007 for contributing! π₯
π What's Changed
- Added data and mutations for user list options
- Added property
Url
inMedia
(#15) - Fixed null value in media status (#16)
- Removed
MediaId
inMediaReviewMutation
due to duplication in method
Full Changelog: v1.4.0...v1.4.1
Release 1.4.0
Special thanks to @majora2007 for all the help! π₯
π What's Changed
- Added documentation (#9)
- Added new methods for trending media and recommendations APIs (#8, #14)
GetTrendingMediaAsync
GetMediaRecommendationsAsync
SaveMediaRecommendationAsync
- Added new methods for media reviews APIs (#11, #13)
GetMediaReviewAsync
GetMediaReviewsAsync
SaveMediaReviewAsync
DeleteMediaReviewAsync
RateMediaReviewAsync
- Added more sorting options for searching media
- Fixed profile colors having custom values (#7)
β οΈ Breaking Changes
- Changed the type of property
ProfileColor
from enumUserProfileColor
to string - Changed the name of property
SiteUrl
toUrl
in classesCharacter
,Staff
,Studio
Full Changelog: v1.3.4...v1.4.0
Release 1.3.4
Special thanks to @Haqz for contributing! π₯
π What's Changed
- Added new method
GetUserListCollectionAsync
for fetching media lists without entries (#4) - Added new property
Url
inUser
Full Changelog: v1.3.3...v1.3.4
Release 1.3.3
Special thanks to @Haqz for contributing! π₯
π What's Changed
- Added new property
IsSplitCompletedList
inMediaEntryList
- Added new properties
TotalCount
andPerPageCount
inAniPagination
- Changed property
Description
inMedia
andCharacter
to return markdown (instead of HTML) - Fixed null parsing of
Status
property inMediaEntryList
(#2)
Full Changelog: v1.3.2...v1.3.3
Release 1.3.2
π What's Changed
- Added new method
UpdateUserOptionsAsync
- Added new property
Options
inUser
β οΈ Breaking Changes
- Changed the name of object
MediaScheduleFilter
toMediaSchedulesFilter
- Fixed the wrong type of property
MediaEntryFilter.Status
fromMediaStatus
toMediaEntryStatus
Full Changelog: v1.3.1...v1.3.2
Release 1.3.1
Special thanks to @Faustvii for contributing! π₯
π What's Changed
- Added filtering support for getting media schedules
- Made parameter names more elaborate
- Fixed request syntax error for format filtering (#1)
- Minimized data fetch size for the following methods
ToggleMediaFavorite
ToggleCharacterFavorite
ToggleStaffFavorite
ToggleStudioFavorite
Full Changelog: v1.3.0...v1.3.1
Release 1.3.0
π What's Changed
- Added new methods
GetCharacterMediaAsync
GetStaffProductionMediaAsync
GetStaffVoicedMediaAsync
GetStaffVoicedCharactersAsync
GetStudioMediaAsync
- Added new properties
Media.Entry
SearchCharacterFilter.Sort
SearchCharacterFilter.SortDescending
SearchMediaFilter.SortDescending
- Added filtering support for getting user entries
- Updated GraphQL client to throw error messages made by the API
- Fixed property
MediaEntry.MaxProgress
to return chapter count as well
Full Changelog: v1.2.0...v1.3.0