Releases: rinukkusu/spotify-dart
Releases · rinukkusu/spotify-dart
v0.3.7
- add /me/top/artists endpoint
- add following and unfollowing playlists
- add date-based paging to /me/recentlyPlayed
v0.3.6
- AlbumSimple: add release date properties
- add authorization flow for saved credentials
v0.3.5
- playlists: support adding multiple tracks to playlist
v0.3.4
- add /me/following endpoint
v0.3.3
- search: add market parameter
- add request rate handling with retries
v0.3.2
- users: move
me
calls to own endpoint class
me
calls in users
endpoint class will be removed in the next releases
- artists: add albums call
v0.3.1
- fix compilation issue with test client #44
- improve recommendation, tracks and playlist endpoints #43
- improve readme regarding authorization #41
- add method to retrieve oauth2 credentials #38
- add devices call #36
v0.3.0
- unify package's Browser and IO exports, fix invalid SDK error #34
- improve static analysis health #33
v0.2.1
- add oauth2 package for refresh flow
- fix pagination on several places
- add playlists/removeTrack
- add playlists/addTrack
- add createPlaylist
- fix my playlists
- refactor SpotifyApi classes
- upgrade json_serializable dependencies
v0.2.0
- add token setter method for implicit grant
- add related artists
- add recently played artists
- add top tracks
- add categories
- add tracksByPlaylist
- fix currently playing
Please don't mind the weird commit history, I goofed and used rebase first and merge on the later pull requests.