Skip to content

Release 1.11.0

Compare
Choose a tag to compare
@AurelicButter AurelicButter released this 06 Nov 16:10
· 64 commits to master since this release

Added

  • A new class: Thread. Get thread contents by its AniList ID
  • Added new methods to create activities. Post and delete activities on AniList when the user is logged in.
  • Added request timeout to automatically stop the request if AniList takes too long to respond. (#42)

Fixes

  • Fixed object keys on activity and recommendations data objects. Objects originally needed to do data.Activity.id or data.Recommendation.id instead of data.id.
  • Fixed Activity Typings as some typings only existed on ListActivity and not all three Activity types.
  • Fixed JSDoc Dependency for development (#42)
  • Fixed Anilist.Lists Still Appearing (#41)
  • Modified Fetcher to be synchronous instead of async/await (#42)

Depreciated

  • Removed likeCount in activities in favour of the new likes array.

Full Changelog: v1.10.0...v1.11.0