Releases: CosmicMind/Graph
Releases · CosmicMind/Graph
Release list
Installation Instructions
- Added installation instructions to README.
Graph 3.1 - Swift 5 Support
Graph 3 - Swift 4.2 Support
- 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
- Fixed crashes on attempt to
- commit-4811045: Removed
object:prefix fromGraphJSONfunctions. - commit-64c4c9a: Renamed
Watch{X}DelegatetoGraph{X}Delegate. - commit-2d1c18b Updated
Graph{X}Delegatedelegate signature naming. - pr-147: Major internal cleanup.
- pr-150: Added write support for
GraphJSON.- issue-148:
GraphJSONwrite support.
- issue-148:
- pr-152: Added
Codablesupport for Node.- issue-144: Make Entity conforming to
Codable
- issue-144: Make Entity conforming to
- pr-154: Reworked Graph API completely.
GraphJSON
- issue-143: Renamed JSON class to GraphJSON to avoid framework collisions.
Swift 4.1
Swift 4
Package Manager
- pr-131: Merged PR-131, which allows for Package Manager to be used with Graph.
README
- issue-130: Updated README with correct sample links.
Xcode 8.3
File Clean Up
- issue-123: Removed unused
Resultenum type that was conflicting withAlamofire.