All Versions
10
Latest Version
Avg Release Cycle
91 days
Latest Release
1760 days ago

Changelog History

  • v3.1.1 Changes

    May 24, 2019
    • โž• Added installation instructions to README.
  • v3.1

    May 16, 2019
  • v3.0 Changes

    May 16, 2019
    • ๐Ÿ‘ 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.
  • v2.2.2 Changes

    July 12, 2018
    • issue-143: Renamed JSON class to GraphJSON to avoid framework collisions.
  • v2.2.1 Changes

    June 28, 2018
    • โšก๏ธ Updated for Swift 4.1.
  • v2.2.0 Changes

    October 02, 2017
    • โšก๏ธ Updated to Swift 4.0.
  • v2.1.5 Changes

    April 25, 2017
    • ๐Ÿ“ฆ pr-131: Merged PR-131, which allows for Package Manager to be used with Graph.
  • v2.1.4 Changes

    March 28, 2017
    • โšก๏ธ issue-130: Updated README with correct sample links.
  • v2.1.3 Changes

    March 28, 2017
    • โšก๏ธ Updated for Xcode 8.3.
  • v2.1.2 Changes

    February 27, 2017
    • ๐Ÿšš issue-123: Removed unused Result enum type that was conflicting with Alamofire.