Releases: JMPerez/spotify-web-api-js
Version 1.5.2
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
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
Added support for Add to Queue beta endpoint
Version 1.4.1
Minor fix in TypeScript documentation for playlist object. See #178.
Version 1.4.0
This is a minor release that includes support for the "Get a Playlist Cover Image" endpoint. #163
Version 1.3.0
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
This release includes these minor fixes:
Version 1.1.2
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
This release includes lots of fixes done by @amelialaundy (see #112). Thank you so much for your contributions!
Version 1.1.0
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!