This version of ScrobbleKit contains the following improvements:
SBKManager
- Added a
signOut()
method that removes an session key from a SBKManager instance
Get Recent Tracks API
- Renamed the date range parameter
to
andfrom
tostartDate
andendDate
- Changed the timestamp properties type from
TimeInterval
toDate
type
Completion Handler methods
- When the project migrates to Swift 6.0, completion handler methods will be removed from the package. For now, deprecation warning have been added to these methods, alerting users to migrate to async/await versions of the APIs