Skip to content

0.4.1

Compare
Choose a tag to compare
@shomykohai shomykohai released this 15 Jun 17:12

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