You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
**v0.1.2, to be released on ???**
2
2
* Bug fix: Checks for existence of the database before attempting to drop it. See: https://github.com/LiUGraphQL/woo.sh/issues/89
3
+
* New feature: Individual edges can now by queried by ID
4
+
* New feature: Edge (annotations) can now be updated. See: https://github.com/LiUGraphQL/woo.sh/issues/35
5
+
* New feature: Edges can now be deleted. See: https://github.com/LiUGraphQL/woo.sh/issues/36
6
+
* New feature: Objects can now be deleted. See: https://github.com/LiUGraphQL/woo.sh/issues/82
7
+
* New feature: Incomming/outgoing edges can now be filtered. See: https://github.com/LiUGraphQL/woo.sh/issues/32
8
+
* Bug fix: Changed how incomming/outgoing edges behavies for types implementing interfaces. See: https://github.com/LiUGraphQL/woo.sh/pull/85
3
9
4
10
**v0.1.1, released on June 23, 2020**
5
-
* New feature: Full support for edge annotations is now implemented, including querying (see https://github.com/LiUGraphQL/woo.sh/issues/31), updating and creation on edge/object creation.
6
-
* New feature: Edges can now be deleted
11
+
* New feature: Edge annotations can now be set when creating and/or updating objects. See: https://github.com/LiUGraphQL/woo.sh/issues/24
12
+
* New feature: Incoming and outgoing edges (with annotations) can now be queried (not just the sources and targets). See: https://github.com/LiUGraphQL/woo.sh/issues/31
7
13
* New feature: client-tests now handles edge annotations.
8
14
* Bug fix: Default values missing from field arguments is now fixed.
9
15
* Bug fix: Filters occuring in subfields nolonger causes errors.
0 commit comments