Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

38 lines (33 loc) · 3.02 KB

v0.1.5, released on November 6, 2020

  • New feature: Additional tests for API and driver functionality
  • Bug fix: Fix listOfX crashing for interfaces. See: #122
  • Bug fix: Fix failing validation of union for edge. See: #123
  • Refactor: Export the server as a module to increase reusability and simplify testing. See: #117

v0.1.4, released on September 21, 2020

  • New feature: Add tests for API and driver functionality
  • New feature: Add support for unions. See: #95
  • New feature: Encode the typename as part of the inserted object. See: #100
  • Bug fix: Generate fields for edges in inputs used to update objects. See: #111
  • Bug fix: Generating filter argument for lists of union types failed. See: #113

v0.1.3, released on August 28, 2020

v0.1.2, released on August 19, 2020

  • 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: Checks for existence of the database before attempting to drop it. See: #89
  • 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.

v0.1.1, released on June 23, 2020

  • New feature: Edge annotations can now be set when creating and/or updating objects. See: #24
  • New feature: Incoming and outgoing edges (with annotations) can now be queried (not just the sources and targets). See: #31
  • New feature: client-tests now handles edge annotations.
  • Bug fix: Default values missing from field arguments is now fixed.
  • Bug fix: Filters occuring in subfields nolonger causes errors.

v0.1.0, released on June 09, 2020

  • Initial version