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
* Working on filtering filtering for edge types, detected a bug I will push to master separatly
* Working on the filters
* Added aliasing for getFilters, and fixed the last bits for filtering
* Reverted a local change that made it in by mistake
* Implemented edge updates
* Annotations should now be working proberly
* Corrected getEdge out-inbound
* Removed some left over debug code
* Support for getting single edges by id added
* edges by id not working yet
* Implemented get_edge_by_id
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
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
3
4
4
**v0.1.1, released on June 23, 2020**
5
-
* New feature: Edge annotations can now be set when creating and/or updating objects. See: https://github.com/LiUGraphQL/woo.sh/issues/24
6
-
* 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
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
7
7
* New feature: client-tests now handles edge annotations.
8
8
* Bug fix: Default values missing from field arguments is now fixed.
9
9
* Bug fix: Filters occuring in subfields nolonger causes errors.
0 commit comments