Skip to content

ScrobbleKit 1.1.1

Latest
Compare
Choose a tag to compare
@tfmart tfmart released this 10 Oct 00:26

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 and from to startDate and endDate
  • Changed the timestamp properties type from TimeInterval to Date 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