Skip to content

Commit b9af202

Browse files
authored
Corrected and updates changelog
The changelog got messed after a marge/release desync. This is now hopefully corrected. And added some missing implementations.
1 parent fbefe4b commit b9af202

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
**v0.1.2, to be released on ???**
22
* 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
39

410
**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
713
* New feature: client-tests now handles edge annotations.
814
* Bug fix: Default values missing from field arguments is now fixed.
915
* Bug fix: Filters occuring in subfields nolonger causes errors.

0 commit comments

Comments
 (0)