Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Version 1.1.0

Latest

Choose a tag to compare

@haversnail haversnail released this 17 Jun 05:11

Added

  • A standalone web-based mechanism for retrieving temporary access tokens from the Spotify Web API when using the SpotifyKit playground or running the framework's unit tests, hosted on SpotifyKit's GitHub Pages.

Changed

  • Updated the framework to use Swift 4.1. Specifically:
    • Refactored the JSONDecodable, JSONEncodable, and URLEncodable extensions using conditional conformances.
    • Replaced any deprecated symbols with their Swift 4.1 equivalent (e.g., flatMapcompactMap).
  • Renamed the cursor properties latest/earliest to newest/oldest to improve clarity.
  • Modified the design of the documentation pages and refactored the /docs directory.
  • Updated all the developer.spotify.com hyperlinks to reflect the new site.
  • Updated the README with better visuals and an improved roadmap.
  • Updated the build environment for Xcode 9.4.

Fixed

  • Embeds the Cursors type within the CursorPage struct as originally designed (now that SR-5086 has been resolved in Swift 4.1), enabling the compilation of page cursors as concrete types.