Skip to content

Releases: rinukkusu/spotify-dart

v0.9.1

08 Mar 14:33
50c7366
Compare
Choose a tag to compare
  • bump dependency versions
  • regenerate serialization models

v0.9.0

08 Mar 14:32
36cec0d
Compare
Choose a tag to compare
  • add new-releases endpoint
  • add queue endpoints for retrieving and adding
  • fix nullability and static analysis issues
  • fix search endpoint and examples
  • add shows related endpoints
  • deprecate isSavedAlbums and prefer usage of containsSavedAlbums

v0.8.0

15 Aug 13:30
b9780ab
Compare
Choose a tag to compare
  • add playlists endpoint for specific users
  • add distinct cursor and offset paging classes

v0.7.3

02 Aug 17:31
f11768c
Compare
Choose a tag to compare
  • fix isLast in paging endpoint

v0.7.2

12 Jun 07:50
0400df8
Compare
Choose a tag to compare
  • add update playlist endpoint
  • add docs for serverside auth token refresh

v0.7.1

26 May 19:28
6734b71
Compare
Choose a tag to compare
  • several bug fixes
  • add async factory for SpotifyApi
  • add follow/unfollow artists and users endpoints
  • add inserting track in playlist endpoint
  • add remove tracks endpoint

v0.7.0

05 Jan 21:16
4bd4e35
Compare
Choose a tag to compare
  • create client with access token only
  • add description field to playlist model

v0.6.0

18 Jul 13:55
222fa2f
Compare
Choose a tag to compare
  • fix following artist
  • add user saved shows endpoint
  • fix episode listing
  • clean up album models
  • add null safety

v0.4.0

27 Oct 21:06
7290739
Compare
Choose a tag to compare
  • implement podcast endpoints

v0.3.7+1

18 Oct 08:57
d492a9d
Compare
Choose a tag to compare
  • fix recentlyPlayed endpoint and add unit tests