Skip to content

2.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 18:29
· 423 commits to main since this release

API Version 5.5.2!

Hondana Changelog

Fix release.

Added

Changes

  • Added __repr__ to more objects for clarity if required. (d154ee2)
  • Rework exceptions internally because of DRY. (3eeb9fe)
  • Exceptions now have a .errors attribute that is a list of Error sentinel types for ease of readability and access. (3eeb9fe)
  • Add response_id attribute to Exceptions and add notes on their use in reporting errors to MangaDex. (a8af0d5)
  • Added some notes to example and docs about using DEBUG level logging. (e26072c)
  • Performance change for Manga.tags where the property doesn't exist until accessed. (24cf178)
    • The above opens us up for further changes to these things where an objects creation would be less performance.

Fixes

  • Some typos in docs. (6265e8b)
  • Actually create the enum type in Manga.__init__. (33d2517)
  • Token refresh datetime math was a little off, this has been fixed and renamed for ease of understanding. (fae516a)

Notes