2.1.0
API Version 5.5.6!
Hondana Changelog
Added
hondana.Relationship
type was added as a container type to relationship keys in payloads. (684447e)- Added
.relationship
property to all relevant types to use the newRelationship
container. (8d2c758) Manga.raw_description
property added to access raw payload to resolve #20. (d1b5a98)Manga.localized_title
andManga.localized_description
locale alternative methods. (2b10910)- (#18) Mostly internal change with how collection types work from the API. Mostly
XFeed
classes. Also add a.items()
method to these. (f8cf30d) - Add missing
fan_box
attribute onAuthor
andArtist
. (7ab0ef0) - Expose
Manga.alt_titles
. (dbae6ae) - Added missing attributes of
ScanlatorGroup
as well as a new util for creating string formats that MangaDex accepts for publish delays. (2d15d9c) - First attempt at a testing suite for the library. (1755fff)
Changes
Client.dump_refresh_token
is now kwarg only, and now accepts afile
kwarg, which controls if it dumps to a file or not. (c5a348e)- Reworked internals of
Client.update_tags
to use the newClient.get_tags
. (f4dc77a) - Internal change to how datetime strings are sent to MangaDex. (b9c964b)
- Flatten attributes
Manga.alternate_titles
andTag.descriptions
to oneLocalisedString
instead of a list of them. (278651f and 4a149d7)
Fixes
- (#19) Rare case where
Manga.description
canAttributeError
due to PHP-isms. (6bc91d0 and e56e9ce) - Add extra layer of http request handling. (18434dc)
- (#21)
Chapter.scanlator_groups
would only return one instance, even if many were present.Chapter.get_scanlator_groups()
filtered for the wrong type name, so would never return results. (45b54bf) Manga.localised_title
now checks the correct attribute, not a single element dict. (e364dc8)
Notes
Client.view_manga
method has been marked as deprecated in favour ofClient.view_manga
and will be removed in version 3.0. (588c2fd)