Skip to content

v3.2.1

Compare
Choose a tag to compare
@freemo freemo released this 01 Oct 18:51
· 46 commits to master since this release
10440b4
  • Removed throws exception from the signature of the TxActions.
  • Fixed a bug where the VertexFrame.toJson() and EdgeFrame.toJson() methods wouldn't encode properties that werent
    of the type Number or String
  • When constructing a DelegatingFramedGraph if a the delegate graph argument is null the constructor now throws an
    exception.
  • AbstractAnnotationFrameFactory.constructClass() method now throws an exception if the element argument is neither an
    Edge or a Vertex.
  • Added several more unit tests bringing test coverage up an additional 5%.