Releases: jikan-me/jikan
Releases · jikan-me/jikan
v1.15.5 Stable
- Bug fixes for parsing
- Bug fix for search results that only have a single item
- Cleaner data
- Fixed
about
not showing for some characters
v1.15.0 Stable
- [Anime|Manga] Add Extended Data "forum topics", "more_info"
- Add Airing Anime Schedule parsing
- Add Seasonal Anime parsing
- [Search] Add advanced options
- [Search] Minor schema change (
id
tomal_id
) - Major bug fixes
- A lot of minor bug fixes
- Performance improvements
v1.7.1 Stable
- Bug fixes
- Performance improvements
- Added Anime/Manga Stats parsing
- Added Anime/Manga/Person/Character Pictures parsing
v1.5.5 Beta
Feature additions!
-
ADDED Search function for Anime/Manga/Character/People on MAL with pagination support!
e.g$jikan->Search('query', MANGA);
$jikan->Search('query', ANIME, 2); // page 2
NOTE: ANIME is a constant, other respective constants are MANGA, PEOPLE, CHARACTER.
Theresult_last_page
field tells you how many result pages there are -
ADDED Anime/Manga News parsing
-
ADDED Anime Videos parsing (promotional video, episodic video links from MAL)
-
BUGS FIXES addressing HTML changes, enhancements, etc.
v1.2.0 - Stable
- Minor (parse related) + Critical (core related) Bug fixes
- Many Enhancements
- Data response field changes/additions
- Parsing fixes - no more (that I'm aware of) malformed data! (Bad HTML parsing)
More details available in the changelog
v1.0.0 - First Stable Release
The first stable release of Jikan as a PHP Library.