Releases: rinukkusu/spotify-dart
Releases · rinukkusu/spotify-dart
v0.9.1
- bump dependency versions
- regenerate serialization models
v0.9.0
- 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
- add playlists endpoint for specific users
- add distinct cursor and offset paging classes
v0.7.3
- fix
isLast
in paging endpoint
v0.7.2
- add update playlist endpoint
- add docs for serverside auth token refresh
v0.7.1
- 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
- create client with access token only
- add description field to playlist model
v0.6.0
- fix following artist
- add user saved shows endpoint
- fix episode listing
- clean up album models
- add null safety
v0.4.0
- implement podcast endpoints
v0.3.7+1
- fix recentlyPlayed endpoint and add unit tests