Releases: CosmicMind/Graph
Releases · CosmicMind/Graph
Tests
- Updated tests to reflect latest changes in the general Graph API.
Harness Apple's iCloud with Graph
- Moved iCloud related delegation methods from
WatchCloudDelegate
toGraphDelegate
. More documentation can be found here with Harness Apple's iCloud with Graph.
Watch API
- Watch defaults to a running state without needing to call the
Watch.resume
command.
Relationship Rework
- Reworked how
Relationship
'ssubject
andobject
are deleted when deleting anEntity
. - Added additional helpers for searching
Relationships
andActions
.
Stability Update
- Fixed issue where
Entity.relationships
andEntity.actions
would potentially return anArray
that has not been constructed.
Relationship & Action API Update
- Updated the
Relationship
andAction
API to return uniquesubjects
andobjects
when using theArray
search facility, issue-119.
CardTableView
- Updated Card internals for better performance.
- Added sample CardTableView.
Samples
Graph 2
- Complete rework.
iCloud Notification Delegate
- Updated the notification handling for multi-graph instances.