Releases: cjam/react-native-spotify-remote
Releases · cjam/react-native-spotify-remote
Release 0.3.8
Release 0.3.7
Fixed
- Reference error for javascript projects #127
Release 0.3.6
v0.3.5
Fixed
- Fix for Issue #100
v0.3.4
Fixed
- Renamed
RNSpotifyConvert
->RNSpotifyRemoteConvert
to fix Issue #94 (IbrahimCanKALYA) - Fix Issue #97
Updated
- Allow partial item to be passed into
playItemWithIndex
(PR #91) - Example to use library from source instead of installing local version
- Autogenerated documentation
v0.3.3
v0.3.2
v0.3.1
v0.3.0
A Pre-release to make sure installation works as expected.
SUPPORT FOR ANDROID!
Changed
ApiConfig.scope
toApiConfig.scopes
which is now of typeApiScope[]
and also aligns to the web api scopesApiScope
enum values are now same as web api instead of bit flagsPlayerState.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 optionaloptions:GetChildrenItemsOptions
for android pagingSpotifyAuth.authorize
to replaceSpotifyAuth.initialize
which will now return a session object instead of just a token
Deprecated
SpotifyAuth.initialize
in favor ofSpotifyAuth.authorize