Skip to content

Releases: LiUGraphQL/woo.sh

v0.1.6

12 Apr 07:02
Compare
Choose a tag to compare
  • New feature: Implementation of server-side caching for the validation of edge objects (greatly improves performance when inserting large numbers of objects in batches).

v0.1.5

06 Nov 15:40
9c0b13a
Compare
Choose a tag to compare
  • 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

21 Sep 11:16
fa5cc37
Compare
Choose a tag to compare
  • 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

28 Aug 13:25
42296ee
Compare
Choose a tag to compare
  • New feature: Support for multiple dependent mutation operations within a single mutation request; #52
  • Bug fix: Corrected an issue when trying to delete non-existing objects/edges.
  • Bug fix: small bug fix in addPossibleTypes for queries; see: 514a8e0

v0.1.2

19 Aug 13:49
d152c8c
Compare
Choose a tag to compare
  • 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.

v0.1.1

23 Jun 11:26
a4a6d57
Compare
Choose a tag to compare
  • New feature: Edge annotations can now be set when creating and/or updating objects. See: #24
  • Bug fix: Default values missing from field arguments is now fixed.
  • Bug fix: Filters occuring in subfields no longer causes errors.

v0.1.0

16 Jun 12:31
2ebf233
Compare
Choose a tag to compare
  • Initial release