Skip to content

Releases: CosmicMind/Graph

Tests

15 Feb 21:43
Compare
Choose a tag to compare
  • Updated tests to reflect latest changes in the general Graph API.

Harness Apple's iCloud with Graph

24 Nov 14:03
Compare
Choose a tag to compare

Watch API

20 Nov 00:59
Compare
Choose a tag to compare
  • Watch defaults to a running state without needing to call the Watch.resume command.

Relationship Rework

13 Nov 11:41
Compare
Choose a tag to compare
  • Reworked how Relationship's subject and object are deleted when deleting an Entity.
  • Added additional helpers for searching Relationships and Actions.

Stability Update

13 Nov 05:14
Compare
Choose a tag to compare
  • Fixed issue where Entity.relationships and Entity.actions would potentially return an Array that has not been constructed.

Relationship & Action API Update

25 Oct 17:42
Compare
Choose a tag to compare
  • Updated the Relationship and Action API to return unique subjects and objects when using the Array search facility, issue-119.

CardTableView

24 Oct 04:52
Compare
Choose a tag to compare
  • Updated Card internals for better performance.
  • Added sample CardTableView.

Samples

21 Oct 03:53
Compare
Choose a tag to compare

We moved all sample projects to a separate repo named Samples to allow their development to be independent of the Graph framework. There has been instances where we needed to update the versions of the framework to accommodate changes that only occurred in the sample projects.

Graph 2

17 Oct 23:54
Compare
Choose a tag to compare
  • Complete rework.

iCloud Notification Delegate

11 Jul 18:37
Compare
Choose a tag to compare
  • Updated the notification handling for multi-graph instances.