Releases: jikan-me/jikan
v4.0.2
v4.0.1 - Hotfix
- Fixes entry object returning user object
v4.0.0
What's Changed
- Update to new Review system by @irfan-dahir in #476
- Maintenance PR by @irfan-dahir in #479
Full Changelog: v3.3.2...v4.0.0
Major Version Release
This is because the Review API has been completely revamped and is no longer backwards compatible.
Reviews
$data = $jikan->getReviews( new \Jikan\Request\Reviews\ReviewsRequest( \Jikan\Helper\Constants::MANGA, // type 1, // page \Jikan\Helper\Constants::REVIEWS_SORT_MOST_VOTED, // sort true, // show spoilers true // show preliminary ) );
Parses: https://myanimelist.net/reviews.php?t=manga&spoiler=on&preliminary=on&sort=mostvoted
Anime/Manga Reviews
$data = $jikan->getAnimeReviews( new \Jikan\Request\Anime\AnimeReviewsRequest( 1, // MAL ID 1, // page \Jikan\Helper\Constants::REVIEWS_SORT_MOST_VOTED, //sort true, // show spoilers false // show preliminary ) );
Parses: https://myanimelist.net/anime/1/Cowboy_Bebop/reviews?sort=mostvoted&spoiler=on&preliminary=off
User Reviews
$data = $jikan->getUserReviews( new \Jikan\Request\User\UserReviewsRequest('Stark700', 1) // username and page );
v3.3.2
- ProducerParser: Bug fixes
v3.3.1 - Hotfix
- Anime Videos: Fixes parser error when music video meta is not available. Returns null values instead.
v3.3.0
What's Changed
- Anime Videos: Add music videos by @irfan-dahir in #453
- Update version of stale github action by @pushrbx in #457
- Fixed typo in stale github action config by @pushrbx in #458
- fixes last visible page #445 by @irfan-dahir in #456
- Anime: adds character favorites by @irfan-dahir in #459
- Feature+bugfix/producer by @irfan-dahir in #460
- Feature/genres adds description by @irfan-dahir in #461
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Manga: Adds a check for no score stats by @irfan-dahir in #451
- Added github actions for stale issues and automations through comments by @pushrbx in #438
- check for nullables #446 by @irfan-dahir in #450
- Add anime videos episodes by @irfan-dahir in #452
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
-
Exposed all titles by @nerg4l in #444 #426
This deprecatestitle
,titleEnglish
,titleJapanese
, andtitleSynonyms
.
All titles are now returned undertitles
including titles in other languages. -
adds anime streaming links #407 by @irfan-dahir in #443
-
Bugfix/anime episodes listing by @irfan-dahir in #448
-
approved
- a boolean property is now returned by Anime and Manga requests. It indicates whether the entry is approved on MAL or not
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Upgrade PHP CS Fixer by @nerg4l in #414
- Fixed url and title xpath by @nerg4l in #415
- Fixed anime episodes last page by @nerg4l in #416
- Switch to maintained parallel-linter by @nerg4l in #417
- Fix anime rating value by @nerg4l in #420
- Added github actions by @pushrbx in #419
- Fixing issues with github actions by @pushrbx in #421
- Fix tests by @nerg4l in #418
- Added editorconfig by @pushrbx in #423
- Fix CI test by @nerg4l in #427
- Updated build badges in README.md by @pushrbx in #430
- Fix code quality push workflow by @nerg4l in #431
- Fix anime list item parsing by @nerg4l in #436
- Fix unknown type parsing by @nerg4l in #428
New Contributors
Full Changelog: v3.0.1...v3.0.2