Graph Versions Save

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

3.1.1

4 years ago
  • Added installation instructions to README.

3.1

4 years ago

3.0

4 years ago
  • commit-fda0ee6: Added dynamic lookup support.
  • commit-cf11d36: added dynamic member lookup for GraphJSON.
  • commit-131c80d: Removed type: initializer parameter prefix.
  • pr-146: GraphJSON improvements.
    • Fixed crashes on attempt to
      • serialize invalid JSON object.
      • access out-of-range subscript index.
    • Removed redundant optional chaining issue-145
    • Added Tests
  • commit-4811045: Removed object: prefix from GraphJSON functions.
  • commit-64c4c9a: Renamed Watch{X}Delegate to Graph{X}Delegate.
  • commit-2d1c18b Updated Graph{X}Delegate delegate signature naming.
  • pr-147: Major internal cleanup.
  • pr-150: Added write support for GraphJSON.
  • pr-152: Added Codable support for Node.
    • issue-144: Make Entity conforming to Codable
  • pr-154: Reworked Graph API completely.

2.2.2

5 years ago
  • issue-143: Renamed JSON class to GraphJSON to avoid framework collisions.

2.2.1

5 years ago
  • Updated for Swift 4.1.

2.2.0

6 years ago
  • Updated to Swift 4.0.

2.1.5

7 years ago
  • pr-131: Merged PR-131, which allows for Package Manager to be used with Graph.

2.1.4

7 years ago
  • issue-130: Updated README with correct sample links.

2.1.3

7 years ago
  • Updated for Xcode 8.3.

2.1.2

7 years ago
  • issue-123: Removed unused Result enum type that was conflicting with Alamofire.