You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Swift Package Manager in Xcode 11 and Xcode 12
Changed
Requires iOS 9 and higher to support Xcode 12
EKSerializer now uses serializeCollection:withRelationship: method under the hood instead of serializeCollection:withMapping: to support custom serialization resolvers for collection of objects (thanks, @armandzwan)
Deprecated
EKSerializer.serializeCollection:withMapping in favor of EKSerializer.serializeCollection:withRelationship. This allows to support custom serialization resolvers when serializing collections. Similar deprecation applied to serializeCollection:withMapping:fromContext:.