Skip to content

Commit edb7e24

Browse files
authored
Changelog entry for commit 514a8e0
1 parent 514a8e0 commit edb7e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
**v0.1.3, to be released on ???**
2+
* Bug fix: small bug fix in addPossibleTypes for queries; see: https://github.com/LiUGraphQL/woo.sh/commit/514a8e01acceab355a0e4729b1b1a6de2a6ee2df
23

34
**v0.1.2, to be released on August 19, 2020**
4-
* Bug fix: Checks for existence of the database before attempting to drop it. See: https://github.com/LiUGraphQL/woo.sh/issues/89
55
* New feature: Changed Edge validation behaviour to not check for existance of documents created in the same mutation. See: https://github.com/LiUGraphQL/woo.sh/pull/98
66
* New feature: Individual edges can now by queried by ID
77
* New feature: Edge (annotations) can now be updated. See: https://github.com/LiUGraphQL/woo.sh/issues/35
88
* New feature: Edges can now be deleted. See: https://github.com/LiUGraphQL/woo.sh/issues/36
99
* New feature: Objects can now be deleted. See: https://github.com/LiUGraphQL/woo.sh/issues/82
1010
* New feature: Incomming/outgoing edges can now be filtered. See: https://github.com/LiUGraphQL/woo.sh/issues/32
11+
* Bug fix: Checks for existence of the database before attempting to drop it. See: https://github.com/LiUGraphQL/woo.sh/issues/89
1112
* Bug fix: Changed how incomming/outgoing edges behavies for types implementing interfaces. See: https://github.com/LiUGraphQL/woo.sh/pull/85
1213
* Bug fix: If edge annotations are required, the annotation object is nor correctly marked as required for creation.
1314

0 commit comments

Comments
 (0)