issues
search
AurelicButter
/
AniList-Node
A lightweight Node.js wrapper for the AniList API
https://katsurin.com/docs/anilist-node/
MIT License
44
stars
19
forks
source link
Release 1.8.1
#26
Closed
AurelicButter
closed
3 years ago
AurelicButter
commented
3 years ago
Fixes
Fixed a typo in typings for MediaTitle.romaji instead of MediaTitle.romanji. (#25)
Fixed a mistype in PersonRelation.name. PersonRelation.name is a string and does not contain a english value. (#25)
MediaEntry now list characters and staff as an array of PersonRelation instead of just one person.
MediaEntry now lists relations as an array of MediaRelation instead of just one relation.
MediaEntry now references PersonRelation instead of defining the value itself. Also, name does not have an english value and is a string.
Fixes