Skip to content

Releases: JMPerez/spotify-web-api-js

Version 0.13.0

27 Feb 08:09
Compare
Choose a tag to compare

You can now reorder tracks in a playlist

Version 0.12.0

24 Feb 22:16
Compare
Choose a tag to compare

You can now abort an on-going request calling the abort method in the returned promise. This is useful, for instance, if you want to use the wrapper for a search box that shows results as the user types.

There is information about how to use it in the README file.

Version 0.11.0

19 Feb 19:08
Compare
Choose a tag to compare

You can now remove tracks from playlists specifying positions and snapshot_id

Version 0.10.0

11 Feb 19:53
Compare
Choose a tag to compare

You can now fetch playlists by a certain category using the "browse" feature of the Spotify Web API

Version 0.9.0

08 Feb 10:24
Compare
Choose a tag to compare

You can now check whether a set of users are following a certain playlist

Version 0.8.0

14 Jan 13:02
Compare
Choose a tag to compare

You can now follow and unfollow playlists

Version 0.7.0

16 Dec 17:36
Compare
Choose a tag to compare

You can now follow, unfollow and check if the current user is following other users or artists

Version 0.6.0

24 Nov 10:16
Compare
Choose a tag to compare

Added search for playlists

Version 0.5.0

23 Oct 17:02
Compare
Choose a tag to compare

Version 0.4.2

03 Sep 12:51
Compare
Choose a tag to compare

The optional parameters were not being merged properly with the defaults in some endpoint calls.