Spotify Web Api Js Versions Save

A client-side JS wrapper for the Spotify Web API

v1.5.2

2 years ago

This release bumps the version of some dependencies to prevent vulnerabilities (for packages needed for development and documentation generation) and adds @manan2501's fix https://github.com/JMPerez/spotify-web-api-js/pull/205 for types in fetching a user's saved shows.

v1.5.1

3 years ago

This is a minor update that solves an issue in environments like React Native, where the absence of content-type in some requests was giving errors (see #175).

v1.5.0

3 years ago

Added support for Add to Queue beta endpoint

v1.4.1

3 years ago

Minor fix in TypeScript documentation for playlist object. See https://github.com/JMPerez/spotify-web-api-js/pull/178.

v1.4.0

4 years ago

This is a minor release that includes support for the "Get a Playlist Cover Image" endpoint. https://github.com/JMPerez/spotify-web-api-js/pull/163

v1.3.0

4 years ago

This release includes support for shows and episodes (podcasts) endpoints, and TypeScript annotation fixes:

v1.2.0

5 years ago

This release includes these minor fixes:

v1.1.2

5 years ago

This release includes a fix by @adamgrieger for a bug that was affecting a few methods that deal with playback, including the bug reported by @MickyDNet. Thank you so much both of you!

v1.1.1

5 years ago

This release includes lots of fixes done by @amelialaundy (see https://github.com/JMPerez/spotify-web-api-js/pull/112). Thank you so much for your contributions!

v1.1.0

5 years ago

This release includes an enhancement for the TypeScript binding, by which it's now possible to use the type of the SpotifyWebApi object.

See https://github.com/JMPerez/spotify-web-api-js/pull/44#issuecomment-336503855 and https://github.com/JMPerez/spotify-web-api-js/pull/101 for more information.

Thank @rshkv for reporting it and @amelialaundy for sending the PR that fixes it!