Releases: CosmicMind/Graph
Releases · CosmicMind/Graph
iCloud Update
- Improvements to iCloud support.
- Updates to internals for better stability.
iCloud Delegation
- Added
fromCloudboolean toGraphDelegatemethods to allow the developer to know whether the update came from iCloud or local changes.
iCloud Support
- Added iCloud support.
- Added multi
Graphsupport for both iCloud and local storage. - Updated internals to handle threading better.
- Added
-com.apple.CoreData.ConcurrencyDebug 1flag to track all threading issues, currently none.
Updated Documentation
- Updated documentation for
Entity,Relationship, andAction.
Groups
- Updated
addGrouptoaddToGroupforEntity,Relationship, andAction. - Updated
removeGrouptoremoveFromGroupforEntity,Relationship, andAction. - Updated
hasGrouptomemberOfGroupforEntity,Relationship, andAction.
Entity Documentation
- Updated documentation for Entities, found here.
External Binary Data
- Added support to store external binary data for property values.
C-Style Code
- Removed c-style code.
GraphObject to GraphNode
- Updated GraphObject to GraphNode to better resemble the GraphJS naming conventions.
Removed C-Style for Loops
1.0.9 Removed C-Style For Loops