Skip to content

Releases: CosmicMind/Graph

iCloud Update

11 Jul 05:36
Compare
Choose a tag to compare
  • Improvements to iCloud support.
  • Updates to internals for better stability.

iCloud Delegation

07 Jul 22:10
Compare
Choose a tag to compare
  • Added fromCloud boolean to GraphDelegate methods to allow the developer to know whether the update came from iCloud or local changes.

iCloud Support

06 Jul 05:43
Compare
Choose a tag to compare
  • 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

06 Jun 18:37
Compare
Choose a tag to compare
  • Updated documentation for Entity, Relationship, and Action.

Groups

04 Jun 23:37
Compare
Choose a tag to compare
  • Updated addGroup to addToGroup for Entity, Relationship, and Action.
  • Updated removeGroup to removeFromGroup for Entity, Relationship, and Action.
  • Updated hasGroup to memberOfGroup for Entity, Relationship, and Action.

Entity Documentation

02 Jun 22:08
Compare
Choose a tag to compare
  • Updated documentation for Entities, found here.

External Binary Data

26 Apr 14:53
Compare
Choose a tag to compare
  • Added support to store external binary data for property values.

C-Style Code

01 Apr 21:10
Compare
Choose a tag to compare
  • Removed c-style code.

GraphObject to GraphNode

26 Mar 15:54
Compare
Choose a tag to compare
  • Updated GraphObject to GraphNode to better resemble the GraphJS naming conventions.

Removed C-Style for Loops

25 Mar 21:52
Compare
Choose a tag to compare
1.0.9

Removed C-Style For Loops