Skip to content

Releases: jikan-me/jikan

v1.15.5 Stable

18 Apr 05:55
0475029
Compare
Choose a tag to compare
  • 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

24 Mar 05:12
aa866bf
Compare
Choose a tag to compare
  • [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 to mal_id)
  • Major bug fixes
  • A lot of minor bug fixes
  • Performance improvements

v1.7.1 Stable

27 Jan 07:54
Compare
Choose a tag to compare
  • Bug fixes
  • Performance improvements
  • Added Anime/Manga Stats parsing
  • Added Anime/Manga/Person/Character Pictures parsing

v1.5.5 Beta

24 Jan 15:32
Compare
Choose a tag to compare
v1.5.5 Beta Pre-release
Pre-release

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.
    The result_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

02 Dec 18:49
Compare
Choose a tag to compare
  • 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

05 Oct 06:39
Compare
Choose a tag to compare

The first stable release of Jikan as a PHP Library.