Releases: jikan-me/jikan
Releases · jikan-me/jikan
v2.16.25 - hotfix
- Bug fix for character role and voice actor language in anime characters
v2.16.24
v3.0.0-beta.2
v3.0.0-beta.1
v3.0.0-beta
- minimum php requirement bumped to
7.4
Image Resource: add __string magic method to return default JPG
- Fetch user's last updates from profile #339
- Cleaner string output (No more
\\n
, trim extra newlines) - Bug fixes
v2.16.23 - Hotfix
- Bug fix regarding parsing of
<br>
to newline for the new cleanse function
v2.16.22
- Fixes anime background information returning
nulll
- Fixes #348 and v2.16.21 release.
Refactored and improved JString::cleanse function
This addresses an issue with HTML parsed string where the carriage return data is still intact. This becomes a visible problem when ran through json_encode. Areas of improvement would be such as anime synopsis, background information or character and person about text.
tldr; cleaner data
v2.16.21
⚠️ Do not use. Introduces some bugs: #348
Refactored and improved JString::cleanse
This addresses an issue with HTML parsed string where the carriage return data is still intact. This becomes a visible problem when ran through json_encode
. Areas of improvement would be such as anime synopsis, background information or character and person about text.
v2.16.20 - Hotfix
- #343 Tag value
0
will now be returned as"0"
instead ofnull
.
v2.16.19 - Hotfix
hotfix [ci skip]