Skip to content

Releases: spotify-api/spotify-api.js

Bug Fix Release

22 Jul 05:32
Compare
Choose a tag to compare

v8.1.1

  • Fix json body for removing items from the playlist. (#38)

Bug Fix Release

23 Jun 15:58
Compare
Choose a tag to compare

v8.1.0

  • Fix authorization using refresh token (#32).
  • Fixed playlists always being created public (#35)

Stable Release

24 Mar 07:26
Compare
Choose a tag to compare

v8.0.0

  • Whole package has been recreated. Major changes and migration guide: Link

Stable Beta Release

16 Nov 14:54
41a5f19
Compare
Choose a tag to compare

v5.0.0

  • Better documentation and updated readme
  • Added Browse, Episode, Search and Show methods to the client and default exports
  • Added the way of documentation contribution in contributing.md
  • Removed Client.libs
  • UserClient class added
  • Auth.build no more needs options.client_secret to generate auth string
  • Auth.refresh token parameter needs to be used in options in the name of code (options.code)
  • Added UserPlayer class
  • Updated Playlist and User class

Status: Published | Released: Released

Stable Release

31 Oct 06:34
1637086
Compare
Choose a tag to compare

v4.1.0

  • Cleaned the waste codes from v4.0.5
  • Exports lib files directly
  • No need of using 'NO TOKEN'. The class will use it when if you didnt provide a token!
  • Default export will be a object containing all exports rather than Client!
  • Readme.md has es6 imports example
  • Added contributing.md so the people can know about repo b efore contributing

Status: Published | Released: 31st August 2020

Stable Release

30 Oct 12:11
3538649
Compare
Choose a tag to compare

v4.0.5

  • Made codes to 4 indents from 2 indents so that the code looks pretty
  • More brief typedoc
  • Fixed small bugs

Status: Published | Released: 30th August 2020

Stable Release

08 Oct 11:56
401ce60
Compare
Choose a tag to compare
Merge pull request #7 from spotify-api/v4-beta

merge v4-beta and close