@codemix/graph@0.2.0
·
6 commits
to main
since this release
Minor Changes
-
e8213bf: Expand traversal parity across value and edge pipelines.
ValueTraversalnow supportsdedup(),skip(),limit(),range(),count(),property(), andproperties()so extracted values can keep flowing through the same shaping and projection steps as other traversal results.EdgeTraversalnow supports directskip(),limit(),range(),count(),map(),property(),properties(), andorder()operations, making it possible to paginate, transform, project, and sort edges without first converting them to vertices or raw values.