Graph Versions Save

Graph is a semantic database that is used to create data-driven applications.

1.2.2

7 years ago
  • Improvements to iCloud support.
  • Updates to internals for better stability.

1.2.1

7 years ago
  • Added fromCloud boolean to GraphDelegate methods to allow the developer to know whether the update came from iCloud or local changes.

1.2.0

7 years ago
  • 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.

1.1.1

7 years ago
  • Updated documentation for Entity, Relationship, and Action.

1.1.0

7 years ago
  • 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.

1.0.13

7 years ago
  • Updated documentation for Entities, found here.

1.0.12

8 years ago
  • Added support to store external binary data for property values.

1.0.11

8 years ago
  • Removed c-style code.

1.0.10

8 years ago
  • Updated GraphObject to GraphNode to better resemble the GraphJS naming conventions.

1.0.9

8 years ago