Skip to content

Releases: Capster/node-shikimori

2.1.0

08 May 16:55
b60b661

Choose a tag to compare

What's Changed

Fresh API updates in #33 (Thanks to @morr)

  • users.sign_out is now using post method. Source
  • users.friends now supports pagination and limiting. Source
  • animes.list and mangas.list now support genre_v2 field. Source

Full Changelog: 2.0.3...2.1.0

2.0.3

02 May 23:34
39fd906

Choose a tag to compare

What's Changed

  • Update README.ru.md by @ALTaww in #22
  • Fix an incorrect endpoint path in genres.list() by @Capster in #27
  • Fix wrong endpoint path for both manga and ranobe by @Capster in #28
  • Add prettier into the project and autoformat everything by @Capster in #29
  • Fix an error that occurs during the typedoc CD by @Capster in #30
  • Bump to 2.0.3 by @Capster in #31

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

02 Mar 21:25
ec789ab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

23 Dec 23:58

Choose a tag to compare

What's Changed

  • Fixed path for 'related' request by @airyng in #13
  • Fixed path for 'user_rates' requests by @airyng in #14
  • Fixed the build status badge one more time by @Capster in #9
  • Fixed typo in Authorization section of README.md by @Capster in #12

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

07 Oct 14:29
aed53d6

Choose a tag to compare

The library has been updated with TypeScript and OAuth2 support, providing better type checking, improved code readability, and secure authentication.
The library now supports all documented endpoints and types..

Consider upgrading now for enhanced functionality and security.