Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 1.91 KB

CHANGELOG.textile

File metadata and controls

88 lines (63 loc) · 1.91 KB

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

<repository>
  <id>tinkerpop-repository</id>
  <name>TinkerPop Maven2 Repository</name>
  <url>http://tinkerpop.com/maven2</url>
</repository>


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