Releases: jikan-me/jikan
Releases · jikan-me/jikan
v2.8.6
v2.8.2
v2.8.1 Hotfix
- Fix #226
v2.8.0 Stable
- [User List : Anime|Manga]
- Throw
BadResponseException
instead ofParserException
when the request fails #217 - Add list filtering & sorting jikan-rest#49
- Replace
StudioMeta
,LicensorMeta
&MagazineMeta
withMalUrl
intead- This will further provide properties like
type
,url
- This will further provide properties like
- Throw
- [Search : Anime|Manga]
- Add result ordering & sorting jikan-rest#48
v2.7.0 Stable
- [Anime|Manga]
EpisodeListItem
aired
property to returnDateTimeImmutable
instead ofDateRange
- [Bug Fix] Stats Score refactoring; returns
AnimeStatsScore
/MangaStatsScore
object instead of array now - #216 - Fix
AnimeListItem
/MangaListItem
parsing date formats incorrectly
- [Helper] fix
parseDateMDY
returning incorrect date - [Jikan.php]
- fix
PersonSearch
incorrect Request class hinting - add
UserMangaList
- fix
- [MalClient.php]
getAnimeEpisodes
with no episodes return empty episodes array now instead of BadResponseException (404)getPersonSearch
with no results returns empty array now instead of BadResponseException (404)getCharacterSearch
with no results returns empty array now instead of BadResponseException (404)getCharacter
returns BadResponseException (404) now if invalid ID is provided- Fix guzzle dep injection being overriden in some cases
- [User]
- Fix
UserProfileParser
'sgetUsername()
returning the URL instead of the username
- Fix
- Added default values to some models
- Bug fix #212
- Other minor code and bug fixes
v2.6.2 Stable
- Bug fix for date parser: #210
v2.6.1 Stable
- [Club] Optimize User list schema
v2.6.0 Stable
- [Club] Add club parsing
- [Club] Add User List parsing
- [Anime|Manga] Add Reviews parsing