Skip to content

Releases: rinukkusu/spotify-dart

v0.13.7

01 Jul 20:08
3022a09
Compare
Choose a tag to compare

What's Changed

  • fix: toJson not called on child properties explicitly by @KRTirtho in #214
  • Add filter function to pagination logic and use it in playlists by @Skycoder42 in #219
  • Bump lints from 3.0.0 to 4.0.0 by @dependabot in #217

New Contributors

Full Changelog: v0.13.6...v0.13.7

v0.13.6

27 Apr 18:26
1610dfd
Compare
Choose a tag to compare

What's Changed

  • feat: enable to json for every serializable model by @KRTirtho in #213

Full Changelog: v0.13.5...v0.13.6

v0.13.5

27 Mar 18:27
b1ede2e
Compare
Choose a tag to compare

What's Changed

  • replace user-read-profile with user-read-private in AuthorizationScope by @mikymod in #211

Full Changelog: v0.13.4...v0.13.5

v0.13.4

23 Mar 17:28
86dfd0d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.3...v0.13.4

v0.13.3

02 Mar 09:18
7f5a628
Compare
Choose a tag to compare

What's Changed

  • fix: spotify sending double instead of int for documented endpoints by @KRTirtho in #208

Full Changelog: v0.13.2...v0.13.3

v0.13.2

01 Mar 12:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

12 Feb 19:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

07 Feb 08:19
1c7dde1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.13.0

v0.11.0

07 Apr 11:10
Compare
Choose a tag to compare
  • remove deprecated library entrypoints
  • add/fix doc comments
  • add v1/playlists/$playlistId/tracks related methods

v0.10.0

17 Mar 12:56
Compare
Choose a tag to compare
  • add more documentation
  • refactor library organization
  • add episodes methods to me endpoint
  • add episodes endpoint
  • add player methods for controlling playback
  • refactor player methods out of me endpoint