[Doppins] Upgrade dependency spotify-web-api-js to ^1.5.1 #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
A new version was just released of
spotify-web-api-js, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded spotify-web-api-js from
^0.24.0to^1.5.1Changelog:
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
https://github.com/JMPerez/spotify-web-api-js/pull/178.Version 1.4.0
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/163Version 1.3.0
This release includes support for shows and episodes (podcasts) endpoints, and TypeScript annotation fixes:
https://github.com/JMPerez/spotify-web-api-js/pull/161.Thanks@andyruwruw!getUserPlaylistshttps://github.com/JMPerez/spotify-web-api-js/pull/156.Thanks@neilime,@EricLambrecht,@mzbrandl, and@emyann!https://github.com/JMPerez/spotify-web-api-js/pull/154.Thanks@hankhester!Version 1.2.0
This release includes these minor fixes:
https://github.com/JMPerez/spotify-web-api-js/pull/120). Thanks@pduchesne!#124(https://github.com/JMPerez/spotify-web-api-js/pull/125). Thanks@adamgrieger!Version 1.1.1
This release includes lots of fixes done by
@amelialaundy(seehttps://github.com/JMPerez/spotify-web-api-js/pull/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
SpotifyWebApiobject.See
https://github.com/JMPerez/spotify-web-api-js/pull/44#issuecomment-336503855andhttps://github.com/JMPerez/spotify-web-api-js/pull/101for more information.Thank
@rshkvfor reporting it and@amelialaundyfor sending the PR that fixes it!Version 1.0.0
This major version includes a breaking change to follow the new playlist uris (
https://github.com/JMPerez/spotify-web-api-js/issues/103).In practice, this means that you don't pass the user id anymore when performing an operation on a playlist. For instance, to fetch a playlist you used to write:
after the change, you don't pass the user id (in this case
jmperezperez) anymore:Thanks
@jmfortunatojrfor reporting the issue and fixing it.Version 0.25.0
This release fixes a bug in the
play()function. It now allows the function to not receive any parameters, since all of them are optional (seehttps://github.com/JMPerez/spotify-web-api-js/issues/97). It also adds support forposition_ms(seehttps://github.com/JMPerez/spotify-web-api-js/issues/104).Thanks
@Yarael-Poofand@UlysseMfor reporting these issues.