This repository was archived by the owner on Nov 12, 2019. It is now read-only.
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, andURLEncodableextensions using conditional conformances. - Replaced any deprecated symbols with their Swift 4.1 equivalent (e.g.,
flatMap→compactMap).
- Refactored the
- Renamed the cursor properties
latest/earliesttonewest/oldestto improve clarity. - Modified the design of the documentation pages and refactored the
/docsdirectory. - 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
Cursorstype within theCursorPagestruct as originally designed (now that SR-5086 has been resolved in Swift 4.1), enabling the compilation of page cursors as concrete types.