Releases: LiUGraphQL/woo.sh
Releases · LiUGraphQL/woo.sh
v0.1.6
v0.1.5
v0.1.4
- 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
v0.1.2
- 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.