Skip to content

v0.1.2

Compare
Choose a tag to compare
@rcapshaw rcapshaw released this 19 Aug 13:49
· 27 commits to master since this release
d152c8c
  • Bug fix: Checks for existence of the database before attempting to drop it. See: #89
  • New feature: Changed Edge validation behaviour to not check for existance of documents created in the same mutation. See: #98
  • New feature: Individual edges can now by queried by ID
  • New feature: Edge (annotations) can now be updated. See: #35
  • New feature: Edges can now be deleted. See: #36
  • New feature: Objects can now be deleted. See: #82
  • New feature: Incomming/outgoing edges can now be filtered. See: #32
  • Bug fix: Changed how incomming/outgoing edges behavies for types implementing interfaces. See: #85
  • Bug fix: If edge annotations are required, the annotation object is nor correctly marked as required for creation.