Skip to content

Releases: CosmicMind/Graph

Installation Instructions

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 24 May 16:28
  • Added installation instructions to README.

Graph 3.1 - Swift 5 Support

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 16 May 15:36
updated podspec

Graph 3 - Swift 4.2 Support

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 16 May 15:36
  • 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.

GraphJSON

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 12 Jul 14:36
  • issue-143: Renamed JSON class to GraphJSON to avoid framework collisions.

Swift 4.1

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 28 Jun 14:47
  • Updated for Swift 4.1.

Swift 4

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 02 Oct 15:30
  • Updated to Swift 4.0.

Package Manager

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 25 Apr 16:09
  • pr-131: Merged PR-131, which allows for Package Manager to be used with Graph.

README

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 28 Mar 20:04
  • issue-130: Updated README with correct sample links.

Xcode 8.3

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 28 Mar 19:43
  • Updated for Xcode 8.3.

File Clean Up

Choose a tag to compare

@daniel-jonathan daniel-jonathan released this 27 Feb 20:43
  • issue-123: Removed unused Result enum type that was conflicting with Alamofire.