Skip to content

Releases: codemix/graph

@codemix/y-graph-storage@0.0.5

Choose a tag to compare

@github-actions github-actions released this 10 Apr 16:53
fcd1d32

Patch Changes

  • Updated dependencies [83a2baf]
    • @codemix/graph@0.3.0

@codemix/y-graph-storage@0.0.4

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:52
5fdc619

Patch Changes

  • Updated dependencies [e8213bf]
    • @codemix/graph@0.2.0

@codemix/y-graph-storage@0.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:14
0709dfb

Patch Changes

  • Updated dependencies [848690d]
    • @codemix/graph@0.1.0

@codemix/graph@0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 16:53
fcd1d32

Minor Changes

  • 83a2baf: Add TraversalPath.nodes(), relationships(), length(), and sum() to make path post-processing easier, and support ORDER BY expressions that reference projected aliases before RETURN and WITH.

@codemix/graph@0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:52
5fdc619

Minor Changes

  • e8213bf: Expand traversal parity across value and edge pipelines.

    ValueTraversal now supports dedup(), skip(), limit(), range(), count(), property(), and properties() so extracted values can keep flowing through the same shaping and projection steps as other traversal results.

    EdgeTraversal now supports direct skip(), limit(), range(), count(), map(), property(), properties(), and order() operations, making it possible to paginate, transform, project, and sort edges without first converting them to vertices or raw values.

@codemix/graph@0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:14
0709dfb

Minor Changes

  • 848690d: Add support for .map() and .filter() on ValueTraversal, so value pipelines can transform and filter extracted values after steps like values() and unfold().