Releases: binier/dgraphium
Releases · binier/dgraphium
@dgraphium/core@0.3.3
@dgraphium/core@0.3.2
@dgraphium/client@0.2.3
0.2.3 (2020-10-28)
Note: Version bump only for package @dgraphium/client
@dgraphium/client@0.2.2
0.2.2 (2020-10-28)
Note: Version bump only for package @dgraphium/client
@dgraphium/core@0.3.1
@dgraphium/client@0.2.1
0.2.1 (2020-09-30)
Note: Version bump only for package @dgraphium/client
@dgraphium/core@0.3.0
0.3.0 (2020-09-26)
Bug Fixes
- core:
query.project(...)
not acceptingField
primitive (e55cea8) - core:
QueryBuilder.withArgs(...)
overridesfunc
(dc29d35) - core: regression for test: "should not prefix nested
EdgeBuilder
if it has noautoType
" (d9a2022) - core: setEdges and project not returning this (027042d)
- core: shouldn't prefix nested elements if previous edge type is undefined (42c12ad)
- core/edge-builder: constructor crashes if edges is undefined/null (b818968)
- core/edge-builder: constructor signature - make edges optional (c3b8d78)
Features
- core: add
EdgeBuilder
merging logic (1bf1680) - core: add a way to reference self in projection (2e831a7)
- core: add auto type option. (de0e0f6)
- core: add projection merging tests (1fa0e98)
- core: allow combining already combined queries (eb2a5a8)
- core: allow overriding edge name with:
edge.name(...)
(98ce338) - core: define refs in existing query if it exists in CombinedQuery (4611b4a)
- core: imeplement edge vars (b717d19)
- core: implement
Field
primitive (a87362e) - core: implement a way to extract used refs (74a4515)
- core: implement a way to reference field in query (4a4ea08)
- core: implement a way to return ref in a result as a field (3ee0300)
- core: implement aggregations (39b7af2), closes #4
- core: implement building
Query
when it containsRef
(48c2a5e) - core: merge projection instead of overwriting (728f17b)
- core/operator/uid: accept ref (b8e28df)
BREAKING CHANGES
- core:
query.project(...)
will now deep merge projections by default instead of
overwriting them. to overwrite instead (previous default behavior):query.project({}, true)
.
@dgraphium/client@0.2.0
@dgraphium/core@0.2.0
@dgraphium/client@0.1.2
0.1.2 (2020-07-24)
Note: Version bump only for package @dgraphium/client