Skip to content

2.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 12:30
· 355 commits to main since this release

API Version 5.5.7!

Hondana Changelog

Added

  • Added Client.check_username_available method as per the new endpoint. (9dee5bc)
  • Added base implementations for "Settings" section of API docs. (f994300)
    • Not fully released so implementation is barebones and in need of a nicer interface, blocked on full release.

Changes

  • Internal change to how the limit parameter works, now that 0 is an allowed minimum value. (6719705)
  • Updated hondana.types.Manga.MangaLinks type to include missing keys and added descriptions. (1d205d0)
  • Manga.status is no longer nullable or null. (6f7e290 and 2323c44)

Fixes

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)