Releases: shomykohai/askitsu
Releases · shomykohai/askitsu
v1.0.0 - GraphQL
UPDATE
Rewrite the entire library to the new Kitsu GraphQL API
New features
Client
- Added Cache → (bfab9ab...0401268)
Users:
Core
- MOVED FROM JSON-API TO GRAPHQL
- Add logger
- Add Enums → (9f16da7)
BREAKING CHANGES
Removed
- Removed
get_stream_links
method from Client
Changes
- The methods
Client.search()
,Client.get_entry()
andClient.get_trending_entry
now acceptEntries.ANIME
,Entries.MANGA
andEntries.CHARACTER
as first argument. → (9f16da7)
Full Changelog: 0.4.1...0.5.0
0.5.0
New features
Client
- Added
get_user
method - Added
search_user
method - Added
check_user
method
Users:
- Added Users
- Added UserProfiles
Core
- Add Object class (used as a generic object useful to some methods)
BugFix
Image
- Fix AttributeError (eb25081)
Entries
- Fix categories missing slot (9bc6c51)
- Fix stream_links KeyError (3510f95)
- Fix episodes missing slot (58a0790)
FIX TYPING
Full Changelog: 0.4.1...0.5.0
0.4.1
New features
Client:
- Added support for token (see docs)
- Added
token
attribute
Entries
- Add
review
method - Add
characters
property - New titles system
BREAKING CHANGES
Client
- Made
session
argument keyword-only
Entries
- Changed how images work
- Changed
title
tocanonical_title
- Changed
poster_image
andcover_image
to return respectively aPosterImage
andCoverImage
object - Removed
get_cover_image
andget_poster_image
Characters
- Removed
get_image
method - Changed
image
attribute to return anImage
object
BugFix
Client
- Fix
get_characters
method not working (see 987d7f3)
Entries
- Fix IDs not being integers
Full Changelog: 0.4.0...0.4.1
0.4.0
New features
- New attributes for entries
1.url
2.rating
3.age_rating
4.categories
5.subtype
6.stream_links
(anime)
7.episodes
(anime)
8.chapters
(manga) - New errors
- Anime Episode
- Manga Chapters
- Entry Categories