Releases: rinukkusu/spotify-dart
Releases · rinukkusu/spotify-dart
v0.13.7
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
- @Skycoder42 made their first contribution in #219
Full Changelog: v0.13.6...v0.13.7
v0.13.6
v0.13.5
v0.13.4
v0.13.3
v0.13.2
What's Changed
- Offset fix by @hayribakici in #203
- Expand shortened spotify url by @hayribakici in #200
- Refactor
PlayOrResumeOptions
by @hayribakici in #204 SpotifyApi.authorizationCodeGrant
: add parametercodeVerifier
. by @gmpassos in #205
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Catching empty response on
PlaybackState
by @hayribakici in #192
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Authorization scope by @hayribakici in #156
- Improved top endpoints by @hayribakici in #157
- Update README.md by @hayribakici in #158
- Adds audio analysis by @hayribakici in #159
- Add
Map<String, bool>
return type and method depracation by @hayribakici in #162 - Implements
transfer
playback endpoint by @hayribakici in #163 - Implements
markets
endpoint by @hayribakici in #161 - Market integration by @hayribakici in #164
- Replaces
ExtendedEnum
with dart's enhanced enum concept by @hayribakici in #165 - Market integration 2 by @hayribakici in #166
- Refactors duplicate logic of
list
methods by @hayribakici in #169 - Upgrade Dependencies by @rinukkusu in #171
- Bump lints from 2.1.1 to 3.0.0 by @dependabot in #174
- Handling of unknown
DeviceType
s by @hayribakici in #178 - Restrict playlist return items to
tracks
by @hayribakici in #182 - Adds missing query start character by @hayribakici in #184
- Refactor
playOrResume
by @hayribakici in #187 - Bypasses spotify bug by @hayribakici in #195
Full Changelog: v0.11.0...v0.13.0