Skip to content

Releases: dentolos19/AniListNet

Release 1.7.0

07 Jul 11:53
Compare
Choose a tag to compare

πŸŽ‰ 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 to GetUserMediaReviewsAsync to fit project's naming conventions

Full Changelog: v1.6.0...v1.7.0

Release 1.6.0

30 Jun 10:44
Compare
Choose a tag to compare

πŸŽ‰ What's Changed

  • Added new method GetUserMediaReviews
  • Improved exception information
  • Fixed multi-line strings parsing issue (#18)

⚠️ Breaking Changes

  • The method GetMediaReviewsAsync now returns AniPagination<MediaReview> instead of AniPagination<MediaReviewEdge>

Full Changelog: v1.5.0...v1.6.0

Release 1.5.0

23 Jun 04:36
Compare
Choose a tag to compare

πŸŽ‰ What's Changed

  • Added filter support for searching staff, studios and users
  • Added HTML version of Description property in Media, Character and Staff
  • Added HTML version of Body property in MediaReview
  • Revamped GraphQL parsing engine

Full Changelog: v1.4.1...v1.5.0

Release 1.4.1

16 Jun 05:25
Compare
Choose a tag to compare

Special thanks to @majora2007 for contributing! πŸ₯‚

πŸŽ‰ What's Changed

  • Added data and mutations for user list options
  • Added property Url in Media (#15)
  • Fixed null value in media status (#16)
  • Removed MediaId in MediaReviewMutation due to duplication in method

Full Changelog: v1.4.0...v1.4.1

Release 1.4.0

09 Jun 10:08
Compare
Choose a tag to compare

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 enum UserProfileColor to string
  • Changed the name of property SiteUrl to Url in classes Character, Staff, Studio

Full Changelog: v1.3.4...v1.4.0

Release 1.3.4

19 Feb 07:04
Compare
Choose a tag to compare

Special thanks to @Haqz for contributing! πŸ₯‚

πŸŽ‰ What's Changed

  • Added new method GetUserListCollectionAsync for fetching media lists without entries (#4)
  • Added new property Url in User

Full Changelog: v1.3.3...v1.3.4

Release 1.3.3

21 Dec 08:31
Compare
Choose a tag to compare

Special thanks to @Haqz for contributing! πŸ₯‚

πŸŽ‰ What's Changed

  • Added new property IsSplitCompletedList in MediaEntryList
  • Added new properties TotalCount and PerPageCount in AniPagination
  • Changed property Description in Media and Character to return markdown (instead of HTML)
  • Fixed null parsing of Status property in MediaEntryList (#2)

Full Changelog: v1.3.2...v1.3.3

Release 1.3.2

01 Sep 06:45
Compare
Choose a tag to compare

πŸŽ‰ What's Changed

  • Added new method UpdateUserOptionsAsync
  • Added new property Options in User

⚠️ Breaking Changes

  • Changed the name of object MediaScheduleFilter to MediaSchedulesFilter
  • Fixed the wrong type of property MediaEntryFilter.Status from MediaStatus to MediaEntryStatus

Full Changelog: v1.3.1...v1.3.2

Release 1.3.1

20 Aug 01:31
Compare
Choose a tag to compare

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

07 Aug 10:16
Compare
Choose a tag to compare

πŸŽ‰ 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