Skip to content

Releases: JMPerez/spotify-web-api-js

Version 1.5.2

12 Oct 21:01
Compare
Choose a tag to compare

This release bumps the version of some dependencies to prevent vulnerabilities (for packages needed for development and documentation generation) and adds @manan2501's fix #205 for types in fetching a user's saved shows.

Version 1.5.1

03 Aug 20:11
81f1a77
Compare
Choose a tag to compare

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).

Version 1.5.0

03 Aug 04:51
Compare
Choose a tag to compare

Version 1.4.1

03 Aug 04:26
Compare
Choose a tag to compare

Minor fix in TypeScript documentation for playlist object. See #178.

Version 1.4.0

01 May 15:14
Compare
Choose a tag to compare

This is a minor release that includes support for the "Get a Playlist Cover Image" endpoint. #163

Version 1.3.0

01 May 14:12
Compare
Choose a tag to compare

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

  • Support for searching, fetching, and adding shows and episodes to a user's library #161. Thanks @andyruwruw!
  • Fix TypeScript typings for getUserPlaylists #156. Thanks @neilime, @EricLambrecht, @mzbrandl, and @emyann!
  • Fix TypeScript typings for setting and getting access tokens #154. Thanks @hankhester!
  • Upgrade dependencies, improve linting and code formatting.

Version 1.2.0

02 Feb 14:01
Compare
Choose a tag to compare

Version 1.1.2

22 Oct 15:39
Compare
Choose a tag to compare

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!

Version 1.1.1

10 Sep 19:41
Compare
Choose a tag to compare

This release includes lots of fixes done by @amelialaundy (see #112). Thank you so much for your contributions!

Version 1.1.0

23 Aug 18:32
Compare
Choose a tag to compare

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

See #44 (comment) and #101 for more information.

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