Releases: SRGSSR/srguserdata-apple
Releases · SRGSSR/srguserdata-apple
Maintenance release
- Tolerance has been added to the interval with which data is synchronized.
tvOS compatibility
- The library is compatible with tvOS.
- Semantic versioning has been adopted.
- The project has been renamed as
srguserdata-apple
.
Maintenance release
- Removal of an Xcode 11 build workaround which is not required anymore.
iOS 13 support
- The project has been updated to support iOS 13 and Xcode 11.
Maintenance release
This version updates the library dependencies.
Maintenance release
This version updates the library dependencies.
Playlists and preferences
- Playlists and preferences can be managed through
SRGPlaylists
andSRGPreferences
, instances of which are provided bySRGUserData
. For logged in users, playlists and preferences are automatically synchronized across devices. - The history API and change notifications have been updated for consistency with the corresponding playlist and preference concepts.
- The
SRGUser
history synchronization date has been replaced with a generalsynchronizationDate
which encompasses all services supporting synchronization. - The
discarded
property of synchronizable objects has been removed.
First stable release
- This is the first production-ready version of SRG User Data. This library provides simple user data management using Peach user services. It is currently meant to work with RTS Hummingbird acting as a proxy to Peach, and only supports history information at the moment.