Graph Versions Save

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

2.1.1

7 years ago
  • Updated tests to reflect latest changes in the general Graph API.

2.1.0

7 years ago

2.0.6

7 years ago
  • Watch defaults to a running state without needing to call the Watch.resume command.

2.0.5

7 years ago
  • Reworked how Relationship's subject and object are deleted when deleting an Entity.
  • Added additional helpers for searching Relationships and Actions.

2.0.4

7 years ago
  • Fixed issue where Entity.relationships and Entity.actions would potentially return an Array that has not been constructed.

2.0.3

7 years ago
  • Updated the Relationship and Action API to return unique subjects and objects when using the Array search facility, issue-119.

2.0.2

7 years ago
  • Updated Card internals for better performance.
  • Added sample CardTableView.

2.0.1

7 years ago

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.

2.0.0

7 years ago
  • Complete rework.

1.2.3

7 years ago
  • Updated the notification handling for multi-graph instances.