Releases: MrArkon/Kitsu.py
Releases · MrArkon/Kitsu.py
v1.1.2
Removed
raw
keyword argument completely
Changed
search_anime
and search_manga
will always return a list of Anime
or Manga
instances
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Fixed
- Category's title attribute
- Resolved a few typecheck issues
v1.1.0
Added
- Added
trending_manga
function
- Added
categories
(Replaced Genres) to Anime & Manga
- Added
streaming_links
to Anime
- Added
episodes
to Anime
Changed
-
Changed the title property in Anime
& Manga
Now you can get different types of titles, such as anime.title.ja_jp
will now return the japanese name of the resource. anime.title
still works as it did before.
Notes
I have added documentation for the library now!
v1.0.0
- Remove
ServerTimeout
Exception
- Fix title bug in Anime
- Changed
_id
parameter to anime_id
in get_anime
and search_anime
- Added
NotFound
& BadRequest
Exceptions
- Added
get_manga
& search_manga
methods
- Added
Manga
model
- Added filter functionality
Install →
v0.1.1
- Add
trending_anime
method
- Improve ServerTimeout
v0.1.0
- Implement method 'get_anime'
- Implement method 'search_anime'
- Error handling
Released to PyPi