New
- v1.0.5 npm package publish.
- Animeflv GraphQL - Alternative version, for those interested in using animeflv with GraphQL.
-
getAnimeInfo([id] , [title])
function implemented.- 279e8a1 - function getAnimeInfo([id] , [title]) defined and implemented, It is not a final implementation.
- b4d3ea9 - function
animeExtraInfo
defined to provide more data to the endpoint GET MethodGetAnimeInfo
. PropertymoreInfo
added to the object promises. This property receives data from theanimeExtraInfo
auxiliary function, it is not a function for the client side.
- 659494d -
downloadLinksByEpsId([epsId])
function implemented.
New Feature or Request
- #6 - Add independent anime information.
- #5 - Add the ID of the anime.
- The
id
of each anime have been added because the functiongetAnimeInfo([id] , [title])
as the first parameter receives the id of the anime.
- The
Fixed
- 39f5870 - The promise object of the
getAmeInfo
function has been fixed. Now the[moreInfo, promoList, charactersList]
properties of the promises object are under the same array index.