From 90c7d083905bd02fc3d712f186302e3ab86a1230 Mon Sep 17 00:00:00 2001 From: Irfan Date: Sun, 14 Apr 2019 16:45:23 +0500 Subject: [PATCH] add changelog --- changelog.md | 20 ++++++++++++++++++++ readme.md | 34 +++++++++++++++++++--------------- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/changelog.md b/changelog.md index 317f3f57..7cb845ce 100755 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,25 @@ ## Changelog +### 2.7.0 - Apr 14, 18 +- **[Anime|Manga]** + - `EpisodeListItem` `aired` property to return `DateTimeImmutable` instead of `DateRange` + - [Bug Fix] Stats Score refactoring; returns `AnimeStatsScore`/`MangaStatsScore` object instead of array now - [#216](/../../issues/216) + - Fix `AnimeListItem`/`MangaListItem` parsing date formats incorrectly +- **[Helper]** fix `parseDateMDY` returning incorrect date +- **[Jikan.php]** + - fix `PersonSearch`incorrect Request class hinting + - add `UserMangaList` +- **[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`'s `getUsername()` returning the URL instead of the username +- Added default values to some models +- Other minor code and bug fixes + ### 2.6.1 stable - Dec 17, 18 - **[Club]** Optimize User list schema diff --git a/readme.md b/readme.md index 3462acb0..af17ada5 100755 --- a/readme.md +++ b/readme.md @@ -127,21 +127,25 @@ PHPCS, PHPLint & PHPUnit ## Changelog -### v2.6.1 stable - Dec 17, 18 -- **[Club]** Optimize User list schema - -### v2.6.0 stable - Dec 16, 18 -- **[Club]** Add club parsing - -### v2.5.0 stable - Dec 13, 18 -- **[Anime|Manga]** Add **Reviews** parsing -- **[Club]** Add **User List** parsing - 2.4.0 - -### v2.3.0 Stable - Nov 14, 18 -- **[Anime|Manga]** Add **Recommendations** parsing -- **[Anime|Manga]** Add **Recently Updated By Users** parsing - 2.2.0 -- **[Seasonal]** Added parsing for **later** anime - 2.1.4 -- **[User List]** Bug fix for some manga lists parsing - 2.1.3 +### v2.7.0 - Apr 14, 18 +- **[Anime|Manga]** + - `EpisodeListItem` `aired` property to return `DateTimeImmutable` instead of `DateRange` + - [Bug Fix] Stats Score refactoring; returns `AnimeStatsScore`/`MangaStatsScore` object instead of array now - [#216](/../../issues/216) + - Fix `AnimeListItem`/`MangaListItem` parsing date formats incorrectly +- **[Helper]** fix `parseDateMDY` returning incorrect date +- **[Jikan.php]** + - fix `PersonSearch`incorrect Request class hinting + - add `UserMangaList` +- **[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`'s `getUsername()` returning the URL instead of the username +- Added default values to some models +- Other minor code and bug fixes [Read More](https://github.com/jikan-me/jikan/blob/master/changelog.md)