Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 20:10
· 364 commits to main since this release

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 new Relationship container. (8d2c758)
  • Manga.raw_description property added to access raw payload to resolve #20. (d1b5a98)
  • Manga.localized_title and Manga.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 on Author and Artist. (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 a file kwarg, which controls if it dumps to a file or not. (c5a348e)
  • Reworked internals of Client.update_tags to use the new Client.get_tags. (f4dc77a)
  • Internal change to how datetime strings are sent to MangaDex. (b9c964b)
  • Flatten attributes Manga.alternate_titles and Tag.descriptions to one LocalisedString instead of a list of them. (278651f and 4a149d7)

Fixes

  • (#19) Rare case where Manga.description can AttributeError 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 of Client.view_manga and will be removed in version 3.0. (588c2fd)