Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cjam cjam released this 17 May 14:36
· 105 commits to master since this release
d1a1f5f

A Pre-release to make sure installation works as expected.

SUPPORT FOR ANDROID!

Changed

  • ApiConfig.scope to ApiConfig.scopes which is now of type ApiScope[] and also aligns to the web api scopes
  • ApiScope enum values are now same as web api instead of bit flags
  • PlayerState.paused -> PlayerState.isPaused to align with Spotify's iOS/Android sdk's

Added

  • Android Support! Big thanks to @YozhikM for the initial work on this
  • PlaybackRestrictions.canSeek
  • SpotifyRemote.getChildrenOfItem now has optional options:GetChildrenItemsOptions for android paging
  • SpotifyAuth.authorize to replace SpotifyAuth.initialize which will now return a session object instead of just a token

Deprecated

  • SpotifyAuth.initialize in favor of SpotifyAuth.authorize