Skip to content

Releases: shomykohai/askitsu

v1.0.0 - GraphQL

25 Feb 21:32
Compare
Choose a tag to compare

UPDATE

Rewrite the entire library to the new Kitsu GraphQL API

New features

Client

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() and Client.get_trending_entry now accept Entries.ANIME, Entries.MANGA and Entries.CHARACTER as first argument. → (9f16da7)

Full Changelog: 0.4.1...0.5.0

0.5.0

08 Jul 00:43
Compare
Choose a tag to compare

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

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

15 Jun 17:12
Compare
Choose a tag to compare

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 to canonical_title
  • Changed poster_image and cover_image to return respectively a PosterImage and CoverImage object
  • Removed get_cover_image and get_poster_image

Characters

  • Removed get_image method
  • Changed image attribute to return an Image 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

06 Jun 16:55
Compare
Choose a tag to compare

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