Release 1.11.0
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
ordata.Recommendation.id
instead ofdata.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