Releases: spotify-api/spotify-api.js
Releases · spotify-api/spotify-api.js
Bug Fix Release
v8.1.1
- Fix json body for removing items from the playlist. (#38)
Bug Fix Release
Stable Release
v8.0.0
- Whole package has been recreated. Major changes and migration guide: Link
Stable Beta Release
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
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
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
Merge pull request #7 from spotify-api/v4-beta merge v4-beta and close