Releases: JMPerez/spotify-web-api-js
Version 0.19.3
The library will now encode properly the user's id when used as part of the endpoint URL (see commit). User ids like #matze23
will not be treated as a hash in the URL.
Version 0.19.2
@longears found a bug when fetching current user's list of playlists. It is fixed now :)
Version 0.19.1
If you were providing a polyfill for Promise
and were getting the error "Unsupported implementation of Promises/A+", this release should fix it. The library was checking for the existence of a function that is not part of the Promises/A+ standard, but used to be defined when the check was introduced.
Version 0.19.0
- Added support for the new Spotify Web API endpoints for getting audio features, track recommendations based on seeds and user's top tracks and artists.
- Added a function to make requests to the
search
endpoint passing more than onetype
. Thanks @ewal!
Version 0.18.1
The wrapper should work on IE11 for non-GET requests that pass the data in the query string and send empty body.
Version 0.18.0
You can now have access to the set access token using the getAccessToken()
function.
Version 0.17.0
You can now make a request to fetch current user's playlists without having to send the current user's id, so you save one request. See https://twitter.com/SpotifyPlatform/status/671708774747545600
Version 0.16.1
You can now manage user's saved albums. Thanks @danmactough!
Version 0.15.0
You can now get a list of the artists that the current user is following
Version 0.14.0
You can now import this package using require
from nodejs