Skip to content

Releases: rinukkusu/spotify-dart

v0.3.7

12 Oct 08:36
3dcbc3c
Compare
Choose a tag to compare
  • add /me/top/artists endpoint
  • add following and unfollowing playlists
  • add date-based paging to /me/recentlyPlayed

v0.3.6

19 Jun 07:32
87c44f5
Compare
Choose a tag to compare
  • AlbumSimple: add release date properties
  • add authorization flow for saved credentials

v0.3.5

06 Jun 07:43
1f67384
Compare
Choose a tag to compare
  • playlists: support adding multiple tracks to playlist

v0.3.4

03 Jun 11:17
5a002e9
Compare
Choose a tag to compare
  • add /me/following endpoint

v0.3.3

31 May 10:38
75e03be
Compare
Choose a tag to compare
  • search: add market parameter
  • add request rate handling with retries

v0.3.2

29 Apr 13:18
6cb4e61
Compare
Choose a tag to compare
  • 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

21 Apr 18:14
ceb5141
Compare
Choose a tag to compare
  • 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

30 Mar 12:09
60dffdd
Compare
Choose a tag to compare
  • unify package's Browser and IO exports, fix invalid SDK error #34
  • improve static analysis health #33

v0.2.1

17 Feb 20:16
Compare
Choose a tag to compare
  • 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

29 Jan 13:46
Compare
Choose a tag to compare
  • 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.