2.0.7
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 ofError
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)