Skip to content

v9.0.0

Compare
Choose a tag to compare
@scientific-dev scientific-dev released this 26 Aug 11:33
· 87 commits to master since this release

v9.0.0

  • Now can run on browser and deno.
  • Added options to surpass ratelimits with better error handlers.
  • Added methods to automatically refresh token when a 401 request is received.
  • Removed client property from all structures so no more methods will be in the structures.
  • Added one global cache for all spotify clients.
  • Removed unwanted getters in structures and made them readonly properties.
  • Rewrote docs to https://spotify-api.js.org/
  • Added accurate types from the spotify api and a separate typings module.

Released: 26th August 2021
Root PR: #56