v9.0.0
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