Skip to content

Latest commit

 

History

History
137 lines (97 loc) · 3.07 KB

CHANGELOG.textile

File metadata and controls

137 lines (97 loc) · 3.07 KB

Frames: An Object to Graph Framework
http://frames.tinkerpop.com


Frames 2.y.z

Version 2.0.0 (NOT OFFICIALLY RELEASED YET)

```xml

com.tinkerpop
frames
2.0.0-SNAPSHOT

```

  • Removed IndexableGraph helper methods in FramesManager
  • Removed Direction as now Blueprints Direction enum is used
  • Compressed the number of classes with anonymous inner classes for Iterators
  • Renamed Adjacency to Incident for vertex-edge connections
  • Renamed Relation to Adjacency for vertex-vertex connections

Frames 0.x

Version 0.7 (Bracket — February 28, 2012)

```xml

com.tinkerpop
frames
0.7

```

  • Added support for registering annotations
  • Added more frame-based methods to FramesManager
  • Added support for inference determined by a GremlinGroovy annotation
  • Added helper method FramesManager.createFramedVertex()


Version 0.6 (Truss — December 7, 2011)

```xml

com.tinkerpop
frames
0.6

```


Version 0.5 (Beams — September 18, 2011)

```xml

com.tinkerpop
frames
0.5

```


Version 0.4 (Studs — August 1, 2011)

```xml

com.tinkerpop
frames
0.4

```

  • Added ‘set to null’ / ‘remove all’ functionality for functional relations.
  • Added VertexFrame and EdgeFrame interfaces to provide access to underlying vertices and edges of frames.
  • Extended Relation support to both multiple-valued and single-valued (functional) relations.


Version 0.3 (Lumber — June 11, 2011)

```xml

com.tinkerpop
frames
0.3

```

  • Added JavaDoc


Version 0.2 (Huff and Puff — May 8, 2011)

```xml

com.tinkerpop
frames
0.2

```

  • Added JavaDoc


Version 0.1 (Brick By Brick — April 4, 2011)

```xml

com.tinkerpop
frames
0.1

```

  • Initial release of the project