Releases: CosmicMind/Graph
Releases · CosmicMind/Graph
iCloud Update
- Improvements to iCloud support.
- Updates to internals for better stability.
iCloud Delegation
- Added
fromCloud
boolean toGraphDelegate
methods to allow the developer to know whether the update came from iCloud or local changes.
iCloud Support
- Added iCloud support.
- Added multi
Graph
support for both iCloud and local storage. - Updated internals to handle threading better.
- Added
-com.apple.CoreData.ConcurrencyDebug 1
flag to track all threading issues, currently none.
Updated Documentation
- Updated documentation for
Entity
,Relationship
, andAction
.
Groups
- Updated
addGroup
toaddToGroup
forEntity
,Relationship
, andAction
. - Updated
removeGroup
toremoveFromGroup
forEntity
,Relationship
, andAction
. - Updated
hasGroup
tomemberOfGroup
forEntity
,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