Skip to content

v1.0.5

Latest
Compare
Choose a tag to compare
@ChrisMichaelPerezSantiago ChrisMichaelPerezSantiago released this 10 Feb 14:35
231a45e

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 Method GetAnimeInfo. Property moreInfo added to the object promises. This property receives data from the animeExtraInfo 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 function getAnimeInfo([id] , [title]) as the first parameter receives the id of the anime.

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.